|
void | blockPlugin (const QString &_name) |
|
void | unBlockPlugin (const QString &_name) |
|
void | loadPlugin () |
|
void | loadPlugin (const QString &_filename, bool _silent, QString &_licenseErrors, QObject *_plugin) |
|
|
| PluginDialog (std::vector< PluginInfo > &_plugins, QWidget *parent=0) |
|
int | exec () |
|
|
void | closeEvent (QCloseEvent *event) |
|
|
void | slotContextMenu (const QPoint &_point) |
|
void | slotLoadPlugin () |
|
void | slotBlockPlugin () |
|
void | slotUnBlockPlugin () |
|
|
std::vector< PluginInfo > & | plugins_ |
|
std::vector< QLabel * > | descriptions_ |
|
QVector< QFrame * > | frames_ |
|
|
static const QColor | blockColor_ = QColor(228, 155, 18) |
|
static const QColor | unloadColor_ = QColor(172, 172, 172) |
|
static const QColor | loadedBuiltInColor_ = QColor(208, 240, 192) |
|
static const QColor | loadedExternalColor_ = QColor(152, 255, 152) |
|
static const QColor | failColor_ = Qt::red |
|
Definition at line 60 of file PluginDialog.hh.
The documentation for this class was generated from the following files: