|
| QCheckBox * | myLoad |
| |
boost::signals2::signal< void(const
std::string &)> | signal_currentInstanceSet |
| |
| boost::signals2::signal< void(bool)> | signal_loadChanged |
| |
boost::signals2::signal< void(const
std::string &, const
std::string &, const
std::string &, const
std::string &, const
std::string &)> | signal_setPlugin |
| |
boost::signals2::signal< void(const
std::string &, const
std::string &, const
std::string &, const
std::string &)> | signal_addPlugin |
| |
boost::signals2::signal< void(const
std::string &, const
std::string &, const
std::string &, const
std::string &)> | signal_removePlugin |
| |
boost::signals2::signal< void(const
std::string &, const
std::string &, const
std::string &, const
std::string &)> | signal_erasePlugin |
| |
|
| virtual void | setLoad (bool) override |
| |
| virtual void | clearPluginStructure () override |
| |
| virtual void | addPluginData (const std::string &application, const std::string &platform, const std::string &configuration, const std::string &transport, const std::string &plugin) override |
| |
| makVrf::DtVrfPluginsEditorWidget::DtVrfPluginsEditorWidget |
( |
makVrv::DtDe & |
, |
|
|
QWidget * |
parent = NULL, |
|
|
const Qt::WindowFlags & |
flags = 0 |
|
) |
| |
| virtual makVrf::DtVrfPluginsEditorWidget::~DtVrfPluginsEditorWidget |
( |
| ) |
|
|
overridevirtual |
| void makVrf::DtVrfPluginsEditorWidget::setupGui |
( |
| ) |
|
| virtual void makVrf::DtVrfPluginsEditorWidget::setCurrentInstance |
( |
const std::string & |
s | ) |
|
|
virtual |
Sets the current instance by signaling that instance is set.
| virtual void makVrf::DtVrfPluginsEditorWidget::updatePlugin |
( |
const QString & |
plugin | ) |
|
|
virtual |
Called when the contents of an item has changed. Only set when editing plugin.
| virtual void makVrf::DtVrfPluginsEditorWidget::setLoad |
( |
bool |
| ) |
|
|
overrideprotectedvirtual |
| virtual void makVrf::DtVrfPluginsEditorWidget::clearPluginStructure |
( |
| ) |
|
|
overrideprotectedvirtual |
| virtual void makVrf::DtVrfPluginsEditorWidget::addPluginData |
( |
const std::string & |
application, |
|
|
const std::string & |
platform, |
|
|
const std::string & |
configuration, |
|
|
const std::string & |
transport, |
|
|
const std::string & |
plugin |
|
) |
| |
|
overrideprotectedvirtual |
| virtual void makVrf::DtVrfPluginsEditorWidget::onLoadChanged |
( |
| ) |
|
|
protectedvirtualslot |
Called when the load button click changes. Sends loadChanged signal.
| virtual void makVrf::DtVrfPluginsEditorWidget::onItemClicked |
( |
QTreeWidgetItem * |
, |
|
|
int |
col |
|
) |
| |
|
protectedvirtualslot |
Called when the plugin structure widget is clicked. Will bring up file selector if the plugin column is selected then put the column into edit mode.
| virtual void makVrf::DtVrfPluginsEditorWidget::onAddPlugin |
( |
| ) |
|
|
protectedvirtualslot |
Emits signal to add a new plugin line to the plugin structure. Called only if the user pressed OK on the add dialog.
| virtual void makVrf::DtVrfPluginsEditorWidget::onRemovePlugin |
( |
| ) |
|
|
protectedvirtualslot |
Emits a signal to remove the currently selected plugin.
| virtual void makVrf::DtVrfPluginsEditorWidget::onErasePlugin |
( |
| ) |
|
|
protectedvirtualslot |
Emits a signal to erase the current plugin loaded from the selected line.
Called when current item changes. Enables/disables buttons.
| virtual void makVrf::DtVrfPluginsEditorWidget::removePlugin |
( |
const std::string & |
application, |
|
|
const std::string & |
platform, |
|
|
const std::string & |
configuration, |
|
|
const std::string & |
transport |
|
) |
| |
|
overrideprotectedvirtualslot |
Removes the plugin from the interface.
| virtual void makVrf::DtVrfPluginsEditorWidget::addPlugin |
( |
const std::string & |
application, |
|
|
const std::string & |
platform, |
|
|
const std::string & |
configuration, |
|
|
const std::string & |
transport |
|
) |
| |
|
overrideprotectedvirtualslot |
Adds the plugin to the interface if it does not exist.
| QCheckBox* makVrf::DtVrfPluginsEditorWidget::myLoad |
| QTreeWidget* makVrf::DtVrfPluginsEditorWidget::myPluginStructure |
|
protected |
| QFrame* makVrf::DtVrfPluginsEditorWidget::myToolbar |
|
protected |
| QToolButton* makVrf::DtVrfPluginsEditorWidget::myAddPlugin |
|
protected |
| QToolButton* makVrf::DtVrfPluginsEditorWidget::myRemovePlugin |
|
protected |
| QToolButton* makVrf::DtVrfPluginsEditorWidget::myErasePlugin |
|
protected |
| QString makVrf::DtVrfPluginsEditorWidget::myLastDirectory |
|
protected |
The documentation for this class was generated from the following file: