![]() |
VR-Forces Developer's Guide
|
Qt widget implementation of prop extraction interface.

Public Member Functions | |
| DtExtractSearchWidget (DtDe &de, QWidget *parent) | |
| virtual | ~DtExtractSearchWidget () |
| virtual void | setSearchCandidateSet (const DtExtractPropsInterface::SearchCandidateSet &scSet) |
| virtual void | reset () |
| virtual void | setValidSchemas (const std::vector< std::string > &schemaNames) |
| void | clear () |
| virtual void | disable (const std::string &tooltip) |
Public Member Functions inherited from makVrv::DtExtractPropsInterface | |
| DtExtractPropsInterface () | |
| virtual | ~DtExtractPropsInterface () |
Protected Slots | |
| virtual void | on_extractPropsButton_clicked () |
| virtual void | onPropTypeComboChanged (const QString &text) |
| virtual void | onModelDefinitionComboChanged (const QString &text) |
| virtual void | on_showSceneGraphButton_clicked () |
Protected Member Functions | |
| void | setupGui () |
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 |
Additional Inherited Members | |
Public Types inherited from makVrv::DtExtractPropsInterface | |
| typedef std::set< std::string > | SearchCandidateSet |
Public Attributes inherited from makVrv::DtExtractPropsInterface | |
| boost::signalslib::signal < void(const std::string &expression, bool isRegEx, const std::string &type, const std::string &modelDef)> | signal_extractProps |
| boost::signalslib::signal < void(const std::string &expression, bool isRegEx, const std::string &modelDef) > | signal_extractToSpeedTree |
| boost::signalslib::signal< void()> | signal_extractAllExternalRefs |
| boost::signalslib::signal < void(bool checked)> | signal_extractAsSpeedTreesChanged |
| makVrv::DtExtractSearchWidget::DtExtractSearchWidget | ( | 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.
| void makVrv::DtExtractSearchWidget::clear | ( | ) |
Clear the widget's entries.
|
virtual |
disable this whole widget and sets the tooltip
Implements makVrv::DtExtractPropsInterface.
|
protectedvirtualslot |
Called when the user clicks.
|
protectedvirtualslot |
Called when the user changes the prop type combo selection.
|
protectedvirtualslot |
Called when the user changes the model def combo selection.
|
protectedvirtualslot |
Called when the user clicks the show scene graph button.
|
protected |
Set up the GUI.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |