#include <pqPluginDialog.h>
Inherits QDialog.
|
void | refreshLocal () |
|
void | refreshRemote () |
|
void | loadPlugin (pqServer *server, bool remote) |
|
void | loadPlugin (pqServer *server, const QString &file, bool remote) |
|
void | removePlugin (pqServer *server, const QString &file, bool remote) |
|
void | setupTreeWidget (QTreeWidget *pluginTree) |
|
void | populatePluginTree (QTreeWidget *pluginTree, vtkPVPluginsInformation *pluginList, bool remote) |
|
void | addInfoNodes (QTreeWidgetItem *pluginNode, vtkPVPluginsInformation *plInfo, unsigned int index, bool remote) |
|
vtkPVPluginsInformation * | getPluginInfo (QTreeWidgetItem *pluginNode, unsigned int &index) |
|
void | updateEnableState (QTreeWidget *, QPushButton *removeButton, QPushButton *loadButton) |
|
void | loadSelectedPlugins (QList< QTreeWidgetItem *> selItems, pqServer *server, bool remote) |
|
void | removeSelectedPlugins (QList< QTreeWidgetItem *> selItems, pqServer *server, bool remote) |
|
QString | getStatusText (vtkPVPluginsInformation *plInfo, unsigned int cc) |
|
Definition at line 24 of file pqPluginDialog.h.
◆ pqPluginDialog()
pqPluginDialog::pqPluginDialog |
( |
pqServer * |
server, |
|
|
QWidget * |
p = nullptr |
|
) |
| |
create this dialog with a parent
◆ ~pqPluginDialog()
pqPluginDialog::~pqPluginDialog |
( |
| ) |
|
|
override |
◆ loadLocalPlugin
void pqPluginDialog::loadLocalPlugin |
( |
| ) |
|
|
slot |
◆ loadRemotePlugin
void pqPluginDialog::loadRemotePlugin |
( |
| ) |
|
|
slot |
◆ onPluginItemChanged
void pqPluginDialog::onPluginItemChanged |
( |
QTreeWidgetItem * |
, |
|
|
int |
|
|
) |
| |
|
protectedslot |
◆ onRefresh
void pqPluginDialog::onRefresh |
( |
| ) |
|
|
protectedslot |
◆ refresh
void pqPluginDialog::refresh |
( |
| ) |
|
|
protectedslot |
◆ onLoadSelectedRemotePlugin
void pqPluginDialog::onLoadSelectedRemotePlugin |
( |
| ) |
|
|
protectedslot |
◆ onLoadSelectedLocalPlugin
void pqPluginDialog::onLoadSelectedLocalPlugin |
( |
| ) |
|
|
protectedslot |
◆ onRemoveSelectedRemotePlugin
void pqPluginDialog::onRemoveSelectedRemotePlugin |
( |
| ) |
|
|
protectedslot |
◆ onRemoveSelectedLocalPlugin
void pqPluginDialog::onRemoveSelectedLocalPlugin |
( |
| ) |
|
|
protectedslot |
◆ onRemoteSelectionChanged
void pqPluginDialog::onRemoteSelectionChanged |
( |
| ) |
|
|
protectedslot |
◆ onLocalSelectionChanged
void pqPluginDialog::onLocalSelectionChanged |
( |
| ) |
|
|
protectedslot |
◆ resizeColumn
void pqPluginDialog::resizeColumn |
( |
QTreeWidgetItem * |
| ) |
|
|
protectedslot |
◆ refreshLocal()
void pqPluginDialog::refreshLocal |
( |
| ) |
|
|
protected |
◆ refreshRemote()
void pqPluginDialog::refreshRemote |
( |
| ) |
|
|
protected |
◆ loadPlugin() [1/2]
void pqPluginDialog::loadPlugin |
( |
pqServer * |
server, |
|
|
bool |
remote |
|
) |
| |
|
protected |
◆ loadPlugin() [2/2]
void pqPluginDialog::loadPlugin |
( |
pqServer * |
server, |
|
|
const QString & |
file, |
|
|
bool |
remote |
|
) |
| |
|
protected |
◆ removePlugin()
void pqPluginDialog::removePlugin |
( |
pqServer * |
server, |
|
|
const QString & |
file, |
|
|
bool |
remote |
|
) |
| |
|
protected |
◆ setupTreeWidget()
void pqPluginDialog::setupTreeWidget |
( |
QTreeWidget * |
pluginTree | ) |
|
|
protected |
◆ populatePluginTree()
void pqPluginDialog::populatePluginTree |
( |
QTreeWidget * |
pluginTree, |
|
|
vtkPVPluginsInformation * |
pluginList, |
|
|
bool |
remote |
|
) |
| |
|
protected |
◆ addInfoNodes()
void pqPluginDialog::addInfoNodes |
( |
QTreeWidgetItem * |
pluginNode, |
|
|
vtkPVPluginsInformation * |
plInfo, |
|
|
unsigned int |
index, |
|
|
bool |
remote |
|
) |
| |
|
protected |
◆ getPluginInfo()
◆ updateEnableState()
void pqPluginDialog::updateEnableState |
( |
QTreeWidget * |
, |
|
|
QPushButton * |
removeButton, |
|
|
QPushButton * |
loadButton |
|
) |
| |
|
protected |
◆ loadSelectedPlugins()
void pqPluginDialog::loadSelectedPlugins |
( |
QList< QTreeWidgetItem *> |
selItems, |
|
|
pqServer * |
server, |
|
|
bool |
remote |
|
) |
| |
|
protected |
◆ removeSelectedPlugins()
void pqPluginDialog::removeSelectedPlugins |
( |
QList< QTreeWidgetItem *> |
selItems, |
|
|
pqServer * |
server, |
|
|
bool |
remote |
|
) |
| |
|
protected |
◆ getStatusText()
The documentation for this class was generated from the following file: