![]() |
VR-Forces 5.0.3 Developer's Guide
|
Widget for extracting external references to props.

Public Member Functions | |
| DtExtractReferencesWidget (DtDe &de, QWidget *parent) | |
| virtual | ~DtExtractReferencesWidget () |
| 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 | onExtractClicked () |
| virtual void | onSelectAllClicked () |
| virtual void | onDeselectAllClicked () |
| virtual void | onPropTypeComboChanged (const QString &text) |
| virtual void | onModelDefinitionComboChanged (const QString &text) |
| virtual void | onExtractAsSpeedTreesCheckChanged (int state) |
Protected Member Functions | |
| void | setupGui () |
Protected Attributes | |
| DtPropTypeComboBox::DtPropTypeList | myTypes |
| std::string | myCurrentType |
| std::string | myCurrentModelDefinition |
| int | myExtractAsSpeedTreeState |
| DtDe & | myDe |
| DtPropTypeComboBox * | myPropTypeCombo |
| DtModelDefinitionComboBox * | myModelDefCombo |
| QListWidget * | myReferencesList |
| QLabel * | myHelpLabel |
| QPushButton * | myExtractButton |
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::DtExtractReferencesWidget::DtExtractReferencesWidget | ( | DtDe & | de, |
| QWidget * | parent | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Set the search candidates.
Implements makVrv::DtExtractPropsInterface.
|
virtual |
Reset the GUI Deselects all external references.
Implements makVrv::DtExtractPropsInterface.
|
virtual |
Set the valid schema types for props.
Implements makVrv::DtExtractPropsInterface.
| void makVrv::DtExtractReferencesWidget::clear | ( | ) |
Clear the widget's entries.
|
virtual |
disable this whole widget and sets the tooltip
Implements makVrv::DtExtractPropsInterface.
|
protectedvirtualslot |
Called when the user clicks the extract selection button.
|
protectedvirtualslot |
Called when the user clicks select all.
|
protectedvirtualslot |
Called when the user clicks deselect all.
|
protectedvirtualslot |
Called when the user changes the prop type combo selection.
|
protectedvirtualslot |
Called when the user changes the model def combo selection.
|
protectedvirtualslot |
|
protected |
Set up the GUI.
|
protected |
Combo for selecting a prop type.
|
protected |
Combo for selecting a model definition.
|
protected |
List box of external references.
|
protected |
A label with some helpful information.
|
protected |
The extract all button.
|
protected |
The list of prop types.
|
protected |
The currently selected prop type.
|
protected |
The currently selected model definition.
|
protected |
extract as speed tree check box state
|
protected |
The Display Engine.