![]() |
VR-Forces 4.6.1 Class Documentation
|
Interface for prop creation palette. More...

Public Member Functions | |
| virtual | ~DtPropCreatePaletteInterface () |
| Virtual DTOR. | |
| virtual void | addItem (const std::string &name, const std::string &type, const std::string &modelDef, const std::string &group)=0 |
| virtual void | clearProps ()=0 |
| Clears out props tree. | |
Public Member Functions inherited from makVrf::DtGenericPaletteInterface | |
| virtual | ~DtGenericPaletteInterface () |
| Virtual DTOR. | |
| virtual void | clear ()=0 |
| Clears contents of widget. | |
| virtual void | update ()=0 |
| Tells widget to update (redraw) | |
| virtual void | setEnabled (bool)=0 |
| Enables/Disables Gui. | |
| virtual bool | initiallyVisible () const =0 |
Public Attributes | |
| boost::signal< void(const std::string &, const std::string &)> | signal_itemSelected |
| boost::signal< void(DtPropCreatePaletteInterface *)> | signal_Updated |
Interface for prop creation palette.
|
inlinevirtual |
Virtual DTOR.
|
pure virtual |
Implemented in makVrf::DtPropCreatePalette.
|
pure virtual |
Clears out props tree.
Implemented in makVrf::DtPropCreatePalette.
| boost::signal<void (const std::string&, const std::string&)> makVrf::DtPropCreatePaletteInterface::signal_itemSelected |
| boost::signal<void (DtPropCreatePaletteInterface*)> makVrf::DtPropCreatePaletteInterface::signal_Updated |