![]() |
VR-Forces 4.1 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. | |
Public Member Functions inherited from makVrv::DtExtractPropsInterface | |
| DtExtractPropsInterface () | |
| CTOR. | |
| virtual | ~DtExtractPropsInterface () |
| DTOR. | |
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 |
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. | |
Tabbed widget for extracting props, composed of a reference extracting widget and a search expression extracting widget.
| makVrv::DtExtractPropsWidget::~DtExtractPropsWidget | ( | ) |
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.
|
protected |
Signal emitted when the user has asked to add a rule.
Set up the GUI
|
protected |
Forward the extract props signal.
|
protected |
|
protected |
|
protected |
|
protected |