![]() |
VR-Forces 4.0.4 Class Documentation
|
A widget class for managing different camera views the currently selected observer can be placed in. More...

Public Member Functions | |
| DtPropCreatePalette (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| CTOR. | |
| virtual | ~DtPropCreatePalette () |
| DTOR. | |
| void | setupUi (QWidget *p) |
| Sets up the contents of the widget onto the supplied parent. | |
| virtual void | clear () |
| Clears contents of widget (from DtGenericPaletteInterface) | |
| virtual void | update () |
| Tells widget to update (redraw) (from DtGenericPaletteInterface) | |
| virtual void | setEnabled (bool) |
| Enables/Disables Gui (from DtGenericPaletteInterface) | |
| virtual void | addItem (const std::string &name, const std::string &type, const std::string &modelDef, const std::string &group) |
| virtual QPixmap | icon () const |
| Icon to be used in small display. | |
| virtual QString | iconText () const |
| Name to put next to the icon. | |
Protected Slots | |
| virtual void | slot_onItemClicked (QTreeWidgetItem *, int) |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtPropCreatePaletteLogic * | myLogic |
| QVBoxLayout * | myMainLayout |
| QTreeWidget * | myPropTree |
A widget class for managing different camera views the currently selected observer can be placed in.
| makVrf::DtPropCreatePalette::DtPropCreatePalette | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | flags = 0 |
||
| ) |
CTOR.
| virtual makVrf::DtPropCreatePalette::~DtPropCreatePalette | ( | ) | [virtual] |
DTOR.
| void makVrf::DtPropCreatePalette::setupUi | ( | QWidget * | p | ) |
Sets up the contents of the widget onto the supplied parent.
| virtual void makVrf::DtPropCreatePalette::clear | ( | ) | [inline, virtual] |
Clears contents of widget (from DtGenericPaletteInterface)
Implements makVrf::DtGenericPaletteInterface.
| virtual void makVrf::DtPropCreatePalette::update | ( | ) | [inline, virtual] |
Tells widget to update (redraw) (from DtGenericPaletteInterface)
Implements makVrf::DtGenericPaletteInterface.
| virtual void makVrf::DtPropCreatePalette::setEnabled | ( | bool | ) | [virtual] |
Enables/Disables Gui (from DtGenericPaletteInterface)
Implements makVrf::DtGenericPaletteInterface.
| virtual void makVrf::DtPropCreatePalette::addItem | ( | const std::string & | name, |
| const std::string & | type, | ||
| const std::string & | modelDef, | ||
| const std::string & | group | ||
| ) | [virtual] |
Implements makVrf::DtPropCreatePaletteInterface.
| virtual QPixmap makVrf::DtPropCreatePalette::icon | ( | ) | const [virtual] |
Icon to be used in small display.
Implements makVrf::DtGenericPaletteInterface.
| virtual QString makVrf::DtPropCreatePalette::iconText | ( | ) | const [virtual] |
Name to put next to the icon.
Implements makVrf::DtGenericPaletteInterface.
| virtual void makVrf::DtPropCreatePalette::slot_onItemClicked | ( | QTreeWidgetItem * | , |
| int | |||
| ) | [protected, virtual, slot] |
makVrv::DtDe& makVrf::DtPropCreatePalette::myDe [protected] |
QVBoxLayout* makVrf::DtPropCreatePalette::myMainLayout [protected] |
QTreeWidget* makVrf::DtPropCreatePalette::myPropTree [protected] |