![]() |
VR-Forces 4.8 Class Documentation
|
Interface for the extract props widget. More...

Public Types | |
| typedef std::set< std::string > | SearchCandidateSet |
Public Member Functions | |
| DtExtractPropsInterface () | |
| CTOR. More... | |
| virtual | ~DtExtractPropsInterface () |
| DTOR. More... | |
| virtual void | reset ()=0 |
| Reset the GUI (e.g. set search expression empty) More... | |
| virtual void | setSearchCandidateSet (const SearchCandidateSet &scSet)=0 |
| virtual void | disable (const std::string &tooltip)=0 |
| disable this gui More... | |
| virtual void | setValidSchemas (const std::vector< std::string > &schemaNames)=0 |
| Set the valid schema types for props. More... | |
Public Attributes | |
| 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. More... | |
| 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. More... | |
| boost::signal< void()> | signal_extractAllExternalRefs |
| Signal emitted when the user has requested that all external references be extracted (i.e. More... | |
| boost::signal< void(bool checked)> | signal_extractAsSpeedTreesChanged |
| Signal emitted when the user checks or unchecks the Extract as Speed Trees checkbox. More... | |
Interface for the extract props widget.
| typedef std::set<std::string> makVrv::DtExtractPropsInterface::SearchCandidateSet |
| makVrv::DtExtractPropsInterface::DtExtractPropsInterface | ( | ) |
CTOR.
|
virtual |
DTOR.
|
pure virtual |
Reset the GUI (e.g. set search expression empty)
Implemented in makVrv::DtExtractReferencesWidget, makVrv::DtExtractSearchWidget, and makVrv::DtExtractPropsWidget.
|
pure virtual |
Implemented in makVrv::DtExtractReferencesWidget, makVrv::DtExtractSearchWidget, and makVrv::DtExtractPropsWidget.
|
pure virtual |
disable this gui
Implemented in makVrv::DtExtractReferencesWidget, makVrv::DtExtractSearchWidget, and makVrv::DtExtractPropsWidget.
|
pure virtual |
Set the valid schema types for props.
Implemented in makVrv::DtExtractReferencesWidget, makVrv::DtExtractSearchWidget, and makVrv::DtExtractPropsWidget.
| boost::signal<void (const std::string& expression, bool isRegEx, const std::string& type, const std::string& modelDef)> makVrv::DtExtractPropsInterface::signal_extractProps |
Signal emitted when a rule has been created by the user.
Signal caught by the logic.
| boost::signal< void(const std::string& expression, bool isRegEx , const std::string& modelDef) > makVrv::DtExtractPropsInterface::signal_extractToSpeedTree |
Signal emitted when a user set a rule to convert an external reference to speed trees.
Signal caught by the logic.
| boost::signal<void ()> makVrv::DtExtractPropsInterface::signal_extractAllExternalRefs |
Signal emitted when the user has requested that all external references be extracted (i.e.
the contents of the SearchCandidateSet)
| boost::signal<void(bool checked)> makVrv::DtExtractPropsInterface::signal_extractAsSpeedTreesChanged |
Signal emitted when the user checks or unchecks the Extract as Speed Trees checkbox.