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

Public Member Functions | |
| DtExtractOceanReferencesWidget (DtDe &de, QWidget *parent) | |
| CTOR. | |
| ~DtExtractOceanReferencesWidget () | |
| DTOR. | |
| virtual void | setSearchCandidateSet (const DtTextureVisitor::TextureMap &scSet) |
| Set the search candidates. | |
| virtual void | reset () |
| Reset the GUI Deselects all external references. | |
| void | clear () |
| Clear the widget's entries. | |
Public Member Functions inherited from makVrv::DtExtractOceanInterface | |
| DtExtractOceanInterface () | |
| CTOR. | |
| virtual | ~DtExtractOceanInterface () |
| DTOR. | |
Protected Slots | |
| virtual void | onExtractClicked () |
| Called when the user clicks the extract selection button. | |
| virtual void | onDeselectAllClicked () |
| Called when the user clicks deselect all. | |
Protected Member Functions | |
| void | setupGui () |
| Set up the GUI. | |
Protected Attributes | |
| DtDe & | myDe |
| The Display Engine. | |
| QListWidget * | myReferencesList |
| List box of external references. | |
| QLabel * | myHelpLabel |
| A label with some helpful information. | |
| QPushButton * | myExtractButton |
| The extract all button. | |
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. | |
Widget for specifying static ocean extraction from a list of textures.
| makVrv::DtExtractOceanReferencesWidget::DtExtractOceanReferencesWidget | ( | DtDe & | de, |
| QWidget * | parent | ||
| ) |
CTOR.
| makVrv::DtExtractOceanReferencesWidget::~DtExtractOceanReferencesWidget | ( | ) |
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.
|
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.