#include <pqPluginDialog.h>
List of all members.
Public Slots |
| void | loadLocalPlugin () |
| void | loadRemotePlugin () |
Public Member Functions |
| | pqPluginDialog (pqServer *server, QWidget *p=0) |
| | create this dialog with a parent
|
| | ~pqPluginDialog () |
| | destroy this dialog
|
Protected Slots |
| void | onPluginItemChanged (QTreeWidgetItem *, int) |
| void | onRefresh () |
| void | refresh () |
| void | onLoadSelectedRemotePlugin () |
| void | onLoadSelectedLocalPlugin () |
| void | onRemoveSelectedRemotePlugin () |
| void | onRemoveSelectedLocalPlugin () |
| void | onRemoteSelectionChanged () |
| void | onLocalSelectionChanged () |
| void | resizeColumn (QTreeWidgetItem *) |
Protected Member Functions |
| 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) |
Detailed Description
Definition at line 48 of file pqPluginDialog.h.
Constructor & Destructor Documentation
| pqPluginDialog::pqPluginDialog |
( |
pqServer * |
server, |
|
|
QWidget * |
p = 0 |
|
) |
| |
create this dialog with a parent
| pqPluginDialog::~pqPluginDialog |
( |
| ) |
|
Member Function Documentation
| void pqPluginDialog::loadLocalPlugin |
( |
| ) |
[slot] |
| void pqPluginDialog::loadRemotePlugin |
( |
| ) |
[slot] |
| void pqPluginDialog::onPluginItemChanged |
( |
QTreeWidgetItem * |
, |
|
|
int |
|
|
) |
| [protected, slot] |
| void pqPluginDialog::onRefresh |
( |
| ) |
[protected, slot] |
| void pqPluginDialog::refresh |
( |
| ) |
[protected, slot] |
| void pqPluginDialog::onLoadSelectedRemotePlugin |
( |
| ) |
[protected, slot] |
| void pqPluginDialog::onLoadSelectedLocalPlugin |
( |
| ) |
[protected, slot] |
| void pqPluginDialog::onRemoveSelectedRemotePlugin |
( |
| ) |
[protected, slot] |
| void pqPluginDialog::onRemoveSelectedLocalPlugin |
( |
| ) |
[protected, slot] |
| void pqPluginDialog::onRemoteSelectionChanged |
( |
| ) |
[protected, slot] |
| void pqPluginDialog::onLocalSelectionChanged |
( |
| ) |
[protected, slot] |
| void pqPluginDialog::resizeColumn |
( |
QTreeWidgetItem * |
| ) |
[protected, slot] |
| void pqPluginDialog::refreshLocal |
( |
| ) |
[protected] |
| void pqPluginDialog::refreshRemote |
( |
| ) |
[protected] |
| void pqPluginDialog::loadPlugin |
( |
pqServer * |
server, |
|
|
bool |
remote |
|
) |
| [protected] |
| void pqPluginDialog::loadPlugin |
( |
pqServer * |
server, |
|
|
const QString & |
file, |
|
|
bool |
remote |
|
) |
| [protected] |
| void pqPluginDialog::removePlugin |
( |
pqServer * |
server, |
|
|
const QString & |
file, |
|
|
bool |
remote |
|
) |
| [protected] |
| void pqPluginDialog::setupTreeWidget |
( |
QTreeWidget * |
pluginTree | ) |
[protected] |
| void pqPluginDialog::populatePluginTree |
( |
QTreeWidget * |
pluginTree, |
|
|
vtkPVPluginsInformation * |
pluginList, |
|
|
bool |
remote |
|
) |
| [protected] |
| void pqPluginDialog::addInfoNodes |
( |
QTreeWidgetItem * |
pluginNode, |
|
|
vtkPVPluginsInformation * |
plInfo, |
|
|
unsigned int |
index, |
|
|
bool |
remote |
|
) |
| [protected] |
| void pqPluginDialog::updateEnableState |
( |
QTreeWidget * |
, |
|
|
QPushButton * |
removeButton, |
|
|
QPushButton * |
loadButton |
|
) |
| [protected] |
| void pqPluginDialog::loadSelectedPlugins |
( |
QList< QTreeWidgetItem * > |
selItems, |
|
|
pqServer * |
server, |
|
|
bool |
remote |
|
) |
| [protected] |
| void pqPluginDialog::removeSelectedPlugins |
( |
QList< QTreeWidgetItem * > |
selItems, |
|
|
pqServer * |
server, |
|
|
bool |
remote |
|
) |
| [protected] |
The documentation for this class was generated from the following file: