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

Public Member Functions | |
| DtExtractSearchWidget (DtDe &de, QWidget *parent) | |
| CTOR. | |
| ~DtExtractSearchWidget () | |
| DTOR. | |
| virtual void | setSearchCandidateSet (const DtExtractPropsInterface::SearchCandidateSet &scSet) |
| Set the search candidates. | |
| virtual void | addExtraction (const std::string &searchExp, const std::string &type) |
| Add a rule to the list GUI. | |
| virtual void | reset () |
| Reset the GUI. | |
| virtual void | setValidSchemas (const std::vector< std::string > &schemaNames) |
| Set the valid schema types for props. | |
| void | clear () |
| Clear the widget's entries. | |
Public Member Functions inherited from makVrv::DtExtractPropsInterface | |
| DtExtractPropsInterface () | |
| CTOR. | |
| virtual | ~DtExtractPropsInterface () |
| DTOR. | |
Protected Slots | |
| virtual void | on_extractPropsButton_clicked () |
| Signal emitted when the user has asked to add a rule. | |
| virtual void | onPropTypeComboChanged (const QString &text) |
| Called when the user changes the prop type combo selection. | |
| virtual void | onModelDefinitionComboChanged (const QString &text) |
| Called when the user changes the model def combo selection. | |
| virtual void | on_showSceneGraphButton_clicked () |
| Called when the user clicks the show scene graph button. | |
Protected Member Functions | |
| void | setupGui () |
| Set up the GUI. | |
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::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. | |
| boost::signal< void()> | signal_extractAllExternalRefs |
| Signal emitted when the user has requested that all external references be extracted (i.e. | |
Qt widget implementation of prop extraction interface.
| makVrv::DtExtractSearchWidget::~DtExtractSearchWidget | ( | ) |
DTOR.
|
virtual |
Set the search candidates.
Implements makVrv::DtExtractPropsInterface.
|
virtual |
Add a rule to the list GUI.
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.
|
protectedvirtualslot |
Signal emitted when the user has asked to add a rule.
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 |