![]() |
VR-Forces 4.8 Class Documentation
|
Widget for specifying static ocean extraction from a list of textures. More...

Public Member Functions | |
| DtExtractOceanReferencesWidget (DtDe &de, QWidget *parent) | |
| CTOR. More... | |
| virtual | ~DtExtractOceanReferencesWidget () |
| DTOR. More... | |
| virtual void | setSearchCandidateSet (const DtTextureVisitor::TextureMap &scSet) |
| Set the search candidates. More... | |
| virtual void | reset () |
| Reset the GUI Deselects all external references. More... | |
| void | clear () |
| Clear the widget's entries. More... | |
| virtual void | disable (const std::string &tooltip) |
| disable this whole widget and sets the tooltip More... | |
Public Member Functions inherited from makVrv::DtExtractOceanInterface | |
| DtExtractOceanInterface () | |
| CTOR. More... | |
| virtual | ~DtExtractOceanInterface () |
| DTOR. More... | |
Protected Slots | |
| virtual void | onExtractClicked () |
| Called when the user clicks the extract selection button. More... | |
| virtual void | onDeselectAllClicked () |
| Called when the user clicks deselect all. More... | |
Protected Member Functions | |
| void | setupGui () |
| Set up the GUI. More... | |
Protected Attributes | |
| DtDe & | myDe |
| The Display Engine. More... | |
| QListWidget * | myReferencesList |
| List box of external references. More... | |
| QLabel * | myHelpLabel |
| A label with some helpful information. More... | |
| QPushButton * | myExtractButton |
| The extract all button. More... | |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtExtractOceanInterface | |
| boost::signal< void(const std::string &expression, bool isRegEx)> | signal_extractOcean |
| Signal emitted when a rule has been created by the user. More... | |
Widget for specifying static ocean extraction from a list of textures.
| makVrv::DtExtractOceanReferencesWidget::DtExtractOceanReferencesWidget | ( | DtDe & | de, |
| QWidget * | parent | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Set the search candidates.
Implements makVrv::DtExtractOceanInterface.
|
virtual |
Reset the GUI Deselects all external references.
Implements makVrv::DtExtractOceanInterface.
| void makVrv::DtExtractOceanReferencesWidget::clear | ( | ) |
Clear the widget's entries.
|
virtual |
disable this whole widget and sets the tooltip
Implements makVrv::DtExtractOceanInterface.
|
protectedvirtualslot |
Called when the user clicks the extract selection button.
|
protectedvirtualslot |
Called when the user clicks deselect all.
|
protected |
Set up the GUI.
|
protected |
List box of external references.
|
protected |
A label with some helpful information.
|
protected |
The extract all button.
|
protected |
The Display Engine.