![]() |
VR-Forces 5.0.3 Developer's Guide
|
DtModelPreloadWidget is the widget displayed that shows utilities for building a model preloading list.

Public Member Functions | |
| DtModelPreloadWidget (DtDe &de, QWidget *parent) | |
| virtual | ~DtModelPreloadWidget () |
| virtual void | setModelDefinitionList (std::vector< std::string > &modelDefList) |
| virtual void | setPreloadModelDefintionList (std::vector< std::string > &preloadModelDefList) |
Public Member Functions inherited from makVrv::DtModelPreloadInterface | |
| virtual | ~DtModelPreloadInterface () |
Protected Slots | |
| void | setupGui () |
User input slots. | |
Receives notification that the user has changed a widget's value. | |
| virtual void | slot_addToPreloadListClicked () |
| virtual void | slot_removeFromPreloadListClicked () |
| virtual void | slot_clearPreloadModelsClicked () |
| virtual void | slot_loadPreloadModelsClicked () |
Protected Attributes | |
| DtDe & | myDe |
| QString | myLastFilePath |
| QVBoxLayout * | myMainLayout |
| QVBoxLayout * | myModelDefinitionListLayout |
| QVBoxLayout * | myMoveButtonLayout |
| QVBoxLayout * | myPreloadModelDefinitionListLayout |
| QHBoxLayout * | myClearAndLoadPreloadButtonsLayout |
| QHBoxLayout * | myMoveBetweenListsHorizontalLayout |
| QLabel * | myModelDefinitionLabel |
| QListWidget * | myModelDefinitionList |
| QToolButton * | myAddToPreloadListButton |
| QToolButton * | myRemoveFromPreloadListButton |
| QLabel * | myPreloadModelDefinitionLabel |
| QListWidget * | myPreloadModelDefinitionList |
| QPushButton * | myClearPreloadListButton |
| QPushButton * | myLoadPreloadListButton |
| QFrame * | mySeparator |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtModelPreloadInterface | |
| boost::signalslib::signal < void(std::string)> | signal_preloadModelAdded |
| boost::signalslib::signal < void(std::string)> | signal_preloadModelRemoved |
| boost::signalslib::signal < void(void)> | signal_clearPreloadModelList |
| boost::signalslib::signal < void(void)> | signal_loadPreloadModelList |
| boost::signalslib::signal < void(const std::string &)> | signal_importSettingsRequested |
| boost::signalslib::signal < void(const std::string &)> | signal_exportSettingsRequested |
| makVrv::DtModelPreloadWidget::DtModelPreloadWidget | ( | DtDe & | de, |
| QWidget * | parent | ||
| ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Populate the model definition list.
Implements makVrv::DtModelPreloadInterface.
|
virtual |
Populate the preload model definition list.
Implements makVrv::DtModelPreloadInterface.
|
protectedslot |
Sets up the gui.
|
protectedvirtualslot |
Add selected model definitions to preload list.
|
protectedvirtualslot |
Remove selected model definitions from preload list.
|
protectedvirtualslot |
Clear model definitions from preload list.
|
protectedvirtualslot |
Load model definitions from preload list.
|
protected |
|
protected |
Last file path used for import/export.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |