![]() |
VR-Forces 4.5 Class Documentation
|
Widget for extracting external references to props. More...

Public Member Functions | |
| DtExtractReferencesWidget (DtDe &de, QWidget *parent) | |
| CTOR. | |
| ~DtExtractReferencesWidget () | |
| DTOR. | |
| virtual void | setSearchCandidateSet (const DtExtractPropsInterface::SearchCandidateSet &scSet) |
| Set the search candidates. | |
| virtual void | reset () |
| Reset the GUI Deselects all external references. | |
| virtual void | setValidSchemas (const std::vector< std::string > &schemaNames) |
| Set the valid schema types for props. | |
| void | clear () |
| Clear the widget's entries. | |
Public Member Functions inherited from makVrv::DtExtractPropsInterface | |
| DtExtractPropsInterface () | |
| CTOR. | |
| virtual | ~DtExtractPropsInterface () |
| DTOR. | |
Protected Slots | |
| virtual void | onExtractClicked () |
| Called when the user clicks the extract selection button. | |
| virtual void | onSelectAllClicked () |
| Called when the user clicks select all. | |
| virtual void | onDeselectAllClicked () |
| Called when the user clicks deselect all. | |
| virtual void | onPropTypeComboChanged (const QString &text) |
| Called when the user changes the prop type combo selection. | |
| virtual void | onModelDefinitionComboChanged (const QString &text) |
| Called when the user changes the model def combo selection. | |
Protected Member Functions | |
| void | setupGui () |
| Set up the GUI. | |
Protected Attributes | |
| DtPropTypeComboBox::DtPropTypeList | myTypes |
| The list of prop types. | |
| std::string | myCurrentType |
| The currently selected prop type. | |
| std::string | myCurrentModelDefinition |
| The currently selected model definition. | |
| DtDe & | myDe |
| The Display Engine. | |
| DtPropTypeComboBox * | myPropTypeCombo |
| Combo for selecting a prop type. | |
| DtModelDefinitionComboBox * | myModelDefCombo |
| Combo for selecting a model definition. | |
| QListWidget * | myReferencesList |
| List box of external references. | |
| QLabel * | myHelpLabel |
| A label with some helpful information. | |
| QPushButton * | myExtractButton |
| The extract all button. | |
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. | |
Widget for extracting external references to props.
| makVrv::DtExtractReferencesWidget::~DtExtractReferencesWidget | ( | ) |
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.
|
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.
|
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 |
The Display Engine.