![]() |
VR-Forces 4.7 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. | |
| virtual | ~DtExtractPropsWidget () |
| DTOR. | |
| virtual void | setSearchCandidateSet (const DtExtractPropsInterface::SearchCandidateSet &scSet) |
| Set the search candidates. | |
| 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 () |
| Set up the GUI. | |
| void | extractProps (const std::string &expression, bool isRegEx, const std::string &type, const std::string &modelDef) |
| Forward the extract props signal. | |
| void | extracTreestAsSpeedTrees (const std::string &expression, bool isRegEx, const std::string &modelDef) |
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(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. | |
| 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 | ( | 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.
|
protected |
Set up the GUI.
|
protected |
Forward the extract props signal.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |