![]() |
VR-Forces 4.1.1 Class Documentation
|
Abstract interface for the creation palettes. More...

Public Member Functions | |
| 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 QPixmap | icon () const =0 |
| Icon to be used in small display. | |
| virtual QString | iconText () const =0 |
| Name to put next to the icon. | |
Abstract interface for the creation palettes.
|
virtual |
Virtual DTOR.
|
pure virtual |
Clears contents of widget.
Implemented in makVrf::DtPropCreatePalette.
|
pure virtual |
Tells widget to update (redraw)
Implemented in makVrf::DtPropCreatePalette.
|
pure virtual |
Enables/Disables Gui.
Implemented in makVrf::DtPropCreatePalette.
|
pure virtual |
Icon to be used in small display.
Implemented in makVrf::DtPropCreatePalette.
|
pure virtual |
Name to put next to the icon.
Implemented in makVrf::DtPropCreatePalette.