![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtVrfPluginsEditorPage (makVrv::DtDe &de, QWidget *parent, Qt::WindowFlags f) | |
| default constructor | |
| virtual | ~DtVrfPluginsEditorPage () |
| destructor | |
| virtual QIcon | icon () |
| Get the icon of the page. | |
| virtual QString | title () |
| Get the title of the page. | |
| virtual const std::string & | pageClassName () const |
| Get the class name of the page. | |
Static Public Member Functions | |
| static const std::string & | thePageClassName () |
| Static accessor for the class name. | |
Public Attributes | |
| DtVrfPluginsEditorWidget * | myPlugins |
| makVrv::DtSelectInstanceWidget * | mySelectInstanceWidget |
| makVrv::DtPersistenceToolbarWidget * | myTitle |
Protected Slots | |
| virtual void | onCurrentInstanceChanged (QString definition) |
| virtual void | onCurrentInstanceChanged (int) |
| virtual void | onRenameInstanceRequested () |
| virtual void | onNewInstanceRequested () |
| virtual void | onDeleteInstanceRequested () |
Protected Member Functions | |
| void | setupGui () |
| virtual void | activate () |
| Called by the Pager when this page becomes active. | |
| virtual void | deactivate () |
| Called by the Pager when this page becomes active. | |
| virtual void | pluginRecordAdded (const DtVrfPluginRecord &, bool makeCurrent) |
| virtual void | pluginRecordRemoved (const DtVrfPluginRecord &) |
| virtual void | pluginRecordRenamed (const std::string &, const std::string &) |
| virtual void | setupPluginRecord (DtVrfPluginRecord &r) |
| Sets up the plugin record initially. | |
| makVrf::DtVrfPluginsEditorPage::DtVrfPluginsEditorPage | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f | ||
| ) |
default constructor
| virtual makVrf::DtVrfPluginsEditorPage::~DtVrfPluginsEditorPage | ( | ) | [virtual] |
destructor
| virtual QIcon makVrf::DtVrfPluginsEditorPage::icon | ( | ) | [virtual] |
Get the icon of the page.
Implements makVrv::DtPage.
| virtual QString makVrf::DtVrfPluginsEditorPage::title | ( | ) | [virtual] |
Get the title of the page.
Implements makVrv::DtPage.
| virtual const std::string& makVrf::DtVrfPluginsEditorPage::pageClassName | ( | ) | const [virtual] |
Get the class name of the page.
Implements makVrv::DtPage.
| static const std::string& makVrf::DtVrfPluginsEditorPage::thePageClassName | ( | ) | [static] |
Static accessor for the class name.
| void makVrf::DtVrfPluginsEditorPage::setupGui | ( | ) | [protected] |
| virtual void makVrf::DtVrfPluginsEditorPage::activate | ( | ) | [protected, virtual] |
Called by the Pager when this page becomes active.
Implements makVrv::DtPage.
| virtual void makVrf::DtVrfPluginsEditorPage::deactivate | ( | ) | [protected, virtual] |
Called by the Pager when this page becomes active.
Implements makVrv::DtPage.
| virtual void makVrf::DtVrfPluginsEditorPage::pluginRecordAdded | ( | const DtVrfPluginRecord & | , |
| bool | makeCurrent | ||
| ) | [protected, virtual] |
| virtual void makVrf::DtVrfPluginsEditorPage::pluginRecordRemoved | ( | const DtVrfPluginRecord & | ) | [protected, virtual] |
| virtual void makVrf::DtVrfPluginsEditorPage::pluginRecordRenamed | ( | const std::string & | , |
| const std::string & | |||
| ) | [protected, virtual] |
| virtual void makVrf::DtVrfPluginsEditorPage::setupPluginRecord | ( | DtVrfPluginRecord & | r | ) | [protected, virtual] |
Sets up the plugin record initially.
Adds applications (vrfSim, vrfGui), protocol for gui (Independent) and for the sim (DIS, HLA13, HLA1516). Also adds release components (Release, Debug, Unknown)
| virtual void makVrf::DtVrfPluginsEditorPage::onCurrentInstanceChanged | ( | QString | definition | ) | [protected, virtual, slot] |
| virtual void makVrf::DtVrfPluginsEditorPage::onCurrentInstanceChanged | ( | int | ) | [protected, virtual, slot] |
| virtual void makVrf::DtVrfPluginsEditorPage::onRenameInstanceRequested | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtVrfPluginsEditorPage::onNewInstanceRequested | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtVrfPluginsEditorPage::onDeleteInstanceRequested | ( | ) | [protected, virtual, slot] |