![]() |
VR-Forces 5.0.2 Developer's Guide
|
A widget class for managing different camera views the currently selected observer can be placed in.

Public Member Functions | |
| DtPropCreatePalette (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| virtual | ~DtPropCreatePalette () |
| void | setupUi (QWidget *p) |
| virtual void | clear () |
| virtual void | clearProps () |
| virtual void | update () |
| virtual void | setEnabled (bool) |
| virtual void | addItem (const std::string &name, const std::string &type, const std::string &modelDef, const std::string &group) |
| virtual QIcon | icon () |
| virtual makVrv::DtQIconConfigurations | qIconConfigurations () const |
| virtual QString | title () |
| virtual const std::string & | pageClassName () const |
| virtual bool | initiallyVisible () const |
| virtual void | activate () |
| virtual void | deactivate () |
Public Member Functions inherited from makVrv::DtPage | |
| DtPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| virtual | ~DtPage () |
| virtual PageAction | pageAction () |
| virtual void | setPageAction (PageAction action) |
| virtual void | setActionFlag (int flag) |
| virtual int | actionFlag () |
| virtual void | setParentDialog (QWidget *paraentDialog) |
| virtual QWidget * | parentDialog () |
| virtual bool | shouldAskBeforeAction (PageAction action) |
| virtual void | askBeforeAction () |
| virtual void | executeAfterAsk (bool revert) |
| virtual void | resumeLastAction () |
| virtual void | onCloseEvent () |
| virtual void | onSwitchEvent () |
Public Member Functions inherited from makVrf::DtPropCreatePaletteInterface | |
| virtual | ~DtPropCreatePaletteInterface () |
Public Member Functions inherited from makVrf::DtGenericPaletteInterface | |
| virtual | ~DtGenericPaletteInterface () |
Static Public Member Functions | |
| static const std::string & | thePageClassName () |
Protected Slots | |
| virtual void | slot_onItemClicked (QTreeWidgetItem *, int) |
Protected Attributes | |
| DtPropCreatePaletteLogic * | myLogic |
| QVBoxLayout * | myMainLayout |
| QTreeWidget * | myPropTree |
Protected Attributes inherited from makVrv::DtPage | |
| DtDe & | myDe |
| QWidget * | myParentDialog |
| PageAction | myCurrentPageAction |
| int | myActionFlag |
Additional Inherited Members | |
Public Types inherited from makVrv::DtPage | |
| enum | PageAction { None = 0x0000, Switching = 0x0001, Closing = 0x0010 } |
Public Attributes inherited from makVrf::DtPropCreatePaletteInterface | |
| boost::signals2::signal< void(const std::string &, const std::string &)> | signal_itemSelected |
| boost::signals2::signal< void(DtPropCreatePaletteInterface *)> | signal_Updated |
| makVrf::DtPropCreatePalette::DtPropCreatePalette | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | flags = 0 |
||
| ) |
CTOR.
|
virtual |
DTOR.
| void makVrf::DtPropCreatePalette::setupUi | ( | QWidget * | p | ) |
Sets up the contents of the widget onto the supplied parent.
|
inlinevirtual |
Clears contents of widget (from DtGenericPaletteInterface)
Implements makVrf::DtGenericPaletteInterface.
|
virtual |
Clears out props tree.
Implements makVrf::DtPropCreatePaletteInterface.
|
inlinevirtual |
Tells widget to update (redraw) (from DtGenericPaletteInterface)
Implements makVrf::DtGenericPaletteInterface.
|
virtual |
Enables/Disables Gui (from DtGenericPaletteInterface)
Implements makVrf::DtGenericPaletteInterface.
|
virtual |
Implements makVrf::DtPropCreatePaletteInterface.
|
virtual |
Icon to be used in small display.
Implements makVrv::DtPage.
|
virtual |
Get the icon configurations for the page. This is used to style the page's icon based on application settings.
Implements makVrv::DtPage.
|
virtual |
Name to put next to the icon.
Implements makVrv::DtPage.
|
virtual |
Get the class name of the page.
Implements makVrv::DtPage.
|
static |
Static accessor for the class name.
|
inlinevirtual |
Implements makVrf::DtGenericPaletteInterface.
|
inlinevirtual |
Called when the page is displayed.
Implements makVrv::DtPage.
|
inlinevirtual |
Called when the page is hidden.
Implements makVrv::DtPage.
|
protectedvirtualslot |
|
protected |
|
protected |
|
protected |