![]() |
VR-Forces 4.0.4 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. | |
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 |
Qt widget implementation of prop extraction interface.
| makVrv::DtExtractSearchWidget::DtExtractSearchWidget | ( | DtDe & | de, |
| QWidget * | parent | ||
| ) |
CTOR.
| virtual void makVrv::DtExtractSearchWidget::setSearchCandidateSet | ( | const DtExtractPropsInterface::SearchCandidateSet & | scSet | ) | [virtual] |
Set the search candidates.
Implements makVrv::DtExtractPropsInterface.
| virtual void makVrv::DtExtractSearchWidget::addExtraction | ( | const std::string & | searchExp, |
| const std::string & | type | ||
| ) | [virtual] |
Add a rule to the list GUI.
Implements makVrv::DtExtractPropsInterface.
| virtual void makVrv::DtExtractSearchWidget::reset | ( | ) | [virtual] |
Reset the GUI.
Implements makVrv::DtExtractPropsInterface.
| virtual void makVrv::DtExtractSearchWidget::setValidSchemas | ( | const std::vector< std::string > & | schemaNames | ) | [virtual] |
Set the valid schema types for props.
Implements makVrv::DtExtractPropsInterface.
| void makVrv::DtExtractSearchWidget::clear | ( | ) |
Clear the widget's entries.
| virtual void makVrv::DtExtractSearchWidget::on_extractPropsButton_clicked | ( | ) | [protected, virtual, slot] |
Signal emitted when the user has asked to add a rule.
Called when the user clicks
| virtual void makVrv::DtExtractSearchWidget::onPropTypeComboChanged | ( | const QString & | text | ) | [protected, virtual, slot] |
Called when the user changes the prop type combo selection.
| virtual void makVrv::DtExtractSearchWidget::onModelDefinitionComboChanged | ( | const QString & | text | ) | [protected, virtual, slot] |
Called when the user changes the model def combo selection.
| virtual void makVrv::DtExtractSearchWidget::on_showSceneGraphButton_clicked | ( | ) | [protected, virtual, slot] |
Called when the user clicks the show scene graph button.
| void makVrv::DtExtractSearchWidget::setupGui | ( | ) | [protected] |
Set up the GUI.
QLineEdit* makVrv::DtExtractSearchWidget::myExpressionEdit [protected] |
QCheckBox* makVrv::DtExtractSearchWidget::myRegExCheckBox [protected] |
QListWidget* makVrv::DtExtractSearchWidget::myReferencesList [protected] |
std::string makVrv::DtExtractSearchWidget::myCurrentType [protected] |
std::string makVrv::DtExtractSearchWidget::myCurrentModelDefinition [protected] |
DtDe& makVrv::DtExtractSearchWidget::myDe [protected] |