![]() |
VR-Forces 4.0.4 Class Documentation
|
Tabbed widget for extracting props, composed of a reference extracting widget and a search expression extracting widget. More...

Public Member Functions | |
| DtExtractPropsWidget (DtDe &de, QWidget *parent) | |
| CTOR. | |
| ~DtExtractPropsWidget () | |
| 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. | |
Protected Member Functions | |
| void | setupGui () |
| Signal emitted when the user has asked to add a rule. | |
| void | extractProps (const std::string &expression, bool isRegEx, const std::string &type, const std::string &modelDef) |
| Forward the extract props signal. | |
Protected Attributes | |
| DtExtractReferencesWidget * | myReferencesWidget |
| DtExtractSearchWidget * | mySearchWidget |
| DtSignalConnectionManager | myConnections |
| DtDe & | myDe |
Tabbed widget for extracting props, composed of a reference extracting widget and a search expression extracting widget.
| makVrv::DtExtractPropsWidget::DtExtractPropsWidget | ( | DtDe & | de, |
| QWidget * | parent | ||
| ) |
CTOR.
| virtual void makVrv::DtExtractPropsWidget::setSearchCandidateSet | ( | const DtExtractPropsInterface::SearchCandidateSet & | scSet | ) | [virtual] |
Set the search candidates.
Implements makVrv::DtExtractPropsInterface.
| virtual void makVrv::DtExtractPropsWidget::addExtraction | ( | const std::string & | searchExp, |
| const std::string & | type | ||
| ) | [virtual] |
Add a rule to the list GUI.
Implements makVrv::DtExtractPropsInterface.
| virtual void makVrv::DtExtractPropsWidget::reset | ( | ) | [virtual] |
Reset the GUI.
Implements makVrv::DtExtractPropsInterface.
| virtual void makVrv::DtExtractPropsWidget::setValidSchemas | ( | const std::vector< std::string > & | schemaNames | ) | [virtual] |
Set the valid schema types for props.
Implements makVrv::DtExtractPropsInterface.
| void makVrv::DtExtractPropsWidget::setupGui | ( | ) | [protected] |
Signal emitted when the user has asked to add a rule.
Set up the GUI
| void makVrv::DtExtractPropsWidget::extractProps | ( | const std::string & | expression, |
| bool | isRegEx, | ||
| const std::string & | type, | ||
| const std::string & | modelDef | ||
| ) | [protected] |
Forward the extract props signal.
DtDe& makVrv::DtExtractPropsWidget::myDe [protected] |