![]() |
VR-Forces 4.10 Class Documentation
|
Qt widget implementation of prop extraction interface. More...

Public Member Functions | |
| DtExtractSearchWidget (DtDe &de, QWidget *parent) | |
| CTOR. More... | |
| virtual | ~DtExtractSearchWidget () |
| DTOR. More... | |
| virtual void | setSearchCandidateSet (const DtExtractPropsInterface::SearchCandidateSet &scSet) |
| Set the search candidates. More... | |
| virtual void | reset () |
| Reset the GUI. More... | |
| virtual void | setValidSchemas (const std::vector< std::string > &schemaNames) |
| Set the valid schema types for props. 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::DtExtractPropsInterface | |
| DtExtractPropsInterface () | |
| CTOR. More... | |
| virtual | ~DtExtractPropsInterface () |
| DTOR. More... | |
Protected Slots | |
| virtual void | on_extractPropsButton_clicked () |
| Called when the user clicks. More... | |
| virtual void | onPropTypeComboChanged (const QString &text) |
| Called when the user changes the prop type combo selection. More... | |
| virtual void | onModelDefinitionComboChanged (const QString &text) |
| Called when the user changes the model def combo selection. More... | |
| virtual void | on_showSceneGraphButton_clicked () |
| Called when the user clicks the show scene graph button. More... | |
Protected Member Functions | |
| void | setupGui () |
| Set up the GUI. More... | |
Protected Attributes | |
| QPushButton * | myShowSceneGraphButton |
| DtPropTypeComboBox * | myPropTypeCombo |
| DtModelDefinitionComboBox * | myModelDefCombo |
| QLineEdit * | myExpressionEdit |
| QCheckBox * | myRegExCheckBox |
| QListWidget * | myReferencesList |
| DtPropTypeComboBox::DtPropTypeList | myTypes |
| std::string | myCurrentType |
| std::string | myCurrentModelDefinition |
| DtDe & | myDe |
Additional Inherited Members | |
Public Types inherited from makVrv::DtExtractPropsInterface | |
| typedef std::set< std::string > | SearchCandidateSet |
Public Attributes inherited from makVrv::DtExtractPropsInterface | |
| boost::signalslib::signal < void(const std::string &expression, bool isRegEx, const std::string &type, const std::string &modelDef)> | signal_extractProps |
| Signal emitted when a rule has been created by the user. More... | |
| boost::signalslib::signal < void(const std::string &expression, bool isRegEx, const std::string &modelDef) > | signal_extractToSpeedTree |
| Signal emitted when a user set a rule to convert an external reference to speed trees. More... | |
| boost::signalslib::signal< void()> | signal_extractAllExternalRefs |
| Signal emitted when the user has requested that all external references be extracted (i.e. More... | |
| boost::signalslib::signal < void(bool checked)> | signal_extractAsSpeedTreesChanged |
| Signal emitted when the user checks or unchecks the Extract as Speed Trees checkbox. More... | |
Qt widget implementation of prop extraction interface.
| makVrv::DtExtractSearchWidget::DtExtractSearchWidget | ( | DtDe & | de, |
| QWidget * | parent | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Set the search candidates.
Implements makVrv::DtExtractPropsInterface.
|
virtual |
Reset the GUI.
Implements makVrv::DtExtractPropsInterface.
|
virtual |
Set the valid schema types for props.
Implements makVrv::DtExtractPropsInterface.
| void makVrv::DtExtractSearchWidget::clear | ( | ) |
Clear the widget's entries.
|
virtual |
disable this whole widget and sets the tooltip
Implements makVrv::DtExtractPropsInterface.
|
protectedvirtualslot |
Called when the user clicks.
|
protectedvirtualslot |
Called when the user changes the prop type combo selection.
|
protectedvirtualslot |
Called when the user changes the model def combo selection.
|
protectedvirtualslot |
Called when the user clicks the show scene graph button.
|
protected |
Set up the GUI.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |