![]() |
VR-Forces Developer's Guide
|

Public Member Functions | |
| DtUiObjectGeometryElement (makVrv::DtDe &) | |
| virtual | ~DtUiObjectGeometryElement () |
Public Member Functions inherited from DtUiElement | |
| DtUiElement (makVrv::DtDe &) | |
| virtual | ~DtUiElement () |
| virtual bool | blockSignals (bool) |
| virtual void | init (QWidget *widget, QWidget *label, DtReaderWriter *originalData, DtReaderWriter *backupData, DtElementChangedCallbackFcn=boost::bind(&DtUiElement::theNullFunction, _1)) |
| virtual void | init (QWidget *widget, QWidget *label, const std::vector< DtReaderWriter * > &originalData, const std::vector< DtReaderWriter * > &backupData, DtElementChangedCallbackFcn=boost::bind(&DtUiElement::theNullFunction, _1)) |
| virtual void | init (QWidget *widget, QWidget *label, const DtObjectType &, const DtString &platformType, DtElementChangedCallbackFcn=boost::bind(&DtUiElement::theNullFunction, _1)) |
| virtual DtString | displayUnits () const |
| virtual void | setDisplayUnits (const DtString &units) |
| virtual void | setLabelText (const QString &) |
| virtual DtString | sourceUnits () const |
| virtual void | setSourceUnits (const DtString &units) |
| virtual void | setFromSystemParameterData (const DtSystemParameterData *data, const DtComponentSystemDefinition *) |
| virtual void | objectParametersModified () |
| virtual void | connectedTo (QObject *) |
| virtual void | processUiEvent (const DtUiElementEvent &) |
| virtual void | setModelModified (DtModelSetEntry *) |
| virtual DtString | uniqueName () const |
| virtual bool | supportsSystems () const |
| virtual const DtString & | platformType () const |
| virtual void | setPlatformType (const DtString &) |
| virtual void | setObjectTypes (const std::vector< DtObjectType > &) |
| virtual void | aboutToShow () |
| const std::vector < DtReaderWriter * > & | values () const |
| const std::vector < DtReaderWriter * > & | backupValues () const |
| virtual bool | isValid () const |
| virtual void | decorateElement () |
| virtual void | setFromParameters (DtReaderWriter *parentRw) |
| virtual void | setFromParameters (const std::vector< DtComponentSystemDefinition * > &) |
| virtual bool | restoreFromBackup () |
| QHBoxLayout * | findLayoutThatHas (QWidget *w, QBoxLayout *layout) |
| QBoxLayout * | findUsableLayoutFor (QWidget *w) |
| const std::vector< DtObjectType > & | objectTypes () const |
| const std::vector < DtComponentSystemDefinition * > & | systems () const |
| virtual void | sendEvent (const DtUiElementEvent &) |
| virtual bool | allValuesTheSame () const |
| virtual bool | isMixedValue () const |
| virtual void | setEnabled (bool) |
| virtual bool | enabled () const |
| virtual void | setControllingCheckBox (QCheckBox *) |
| QCheckBox * | controllingCheckBox () |
| virtual void | populateParentValues (std::string elementName) |
Static Public Member Functions | |
| static DtUiElement * | CreatorFunction (makVrv::DtDe &) |
Static Public Member Functions inherited from DtUiElement | |
| static void | registerUiTypes () |
| static DtUiElement * | createUiElement (makVrv::DtDe &, const DtString &type) |
| static bool | hasCreator (const DtString &) |
| static void | theNullFunction (DtUiElement *) |
| static UiElementFactoryMap & | elementFactory () |
| static QString | mixedText () |
| static void | setMixedText (const QString &) |
Public Attributes | |
| DtNavDataGeneratorDialog * | myGenerationDialog |
| DtUiStringElement * | myObjectGeometryFile |
| QRadioButton * | mySelectedFile |
| QRadioButton * | myUseObjectVisuals |
| QPushButton * | mySelectGeometry |
| QPushButton * | myGenerateNavigationData |
| QPushButton * | myRemoveGenerateNavigationData |
| QCheckBox * | myUseDetailedGeometryInSimulationEngine |
| QCheckBox * | myEmbedIntoTerrain |
| QLabel * | myNavigationStatusLabel |
| QLineEdit * | myGeometryFile |
| QToolButton * | myChooseGeometry |
| QPushButton * | myClearGeometry |
| QPushButton * | myOKButton |
| QPushButton * | myCancelButton |
| QPushButton * | myChooseVisualModel |
| QDialog * | myGeometrySelectionDialog |
Public Attributes inherited from DtUiElement | |
| QWidget * | myWidget |
| QWidget * | myLabel |
Protected Slots | |
| virtual void | onSelectGeometry () |
| virtual void | onGenerateNavigationData () |
| virtual void | onRemoveNavigationData () |
| virtual void | useDetailedGeometryInSimulationEngineChanged () |
| virtual void | whichModelToUseChanged () |
| virtual void | embedIntoTerrainChanged () |
| virtual void | onSelectGeometryFile () |
| virtual void | onClearGeometry () |
| virtual void | onUseVisualModel () |
Protected Slots inherited from DtUiElement | |
| virtual void | elementChanged () |
| virtual void | enableIfChecked () |
| virtual void | disableIfChecked () |
Protected Member Functions | |
| virtual void | setFromParameters (const std::vector< DtReaderWriter * > &parentRw) |
| virtual void | createControls (QWidget *widget) |
| virtual void | geometryFileChanged (DtUiElement *) |
| virtual DtFilename | geometryFile () const |
| virtual DtFilename | makeRelativeToModelSet (const DtFilename &) const |
| virtual void | checkNavigationData () |
| virtual bool | isModified () const |
| virtual void | generationComplete (bool) |
| virtual void | enableElements () |
| virtual DtFilename | modelDefinitionFile (bool resolve=true) const |
| virtual DtFilename | makeFilenameRelative (const DtFilename &f) const |
Protected Member Functions inherited from DtUiElement | |
| virtual double | sourceToDisplayUnits (double) const |
| virtual double | displayToSourceUnits (double) const |
| virtual QString | units () const |
| virtual void | updateLabelTitle () |
| virtual QString | labelTitle () const |
| DtUiObjectGeometryElement::DtUiObjectGeometryElement | ( | makVrv::DtDe & | ) |
Constructor.
|
virtual |
Destructor.
|
static |
|
protectedvirtual |
Reimplemented from DtUiElement.
|
protectedvirtual |
If any additional controls or initialization needs to be done, it is done here.
Reimplemented from DtUiElement.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Reimplemented from DtUiElement.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
| DtNavDataGeneratorDialog* DtUiObjectGeometryElement::myGenerationDialog |
| DtUiStringElement* DtUiObjectGeometryElement::myObjectGeometryFile |
| QRadioButton* DtUiObjectGeometryElement::mySelectedFile |
| QRadioButton* DtUiObjectGeometryElement::myUseObjectVisuals |
| QPushButton* DtUiObjectGeometryElement::mySelectGeometry |
| QPushButton* DtUiObjectGeometryElement::myGenerateNavigationData |
| QPushButton* DtUiObjectGeometryElement::myRemoveGenerateNavigationData |
| QCheckBox* DtUiObjectGeometryElement::myUseDetailedGeometryInSimulationEngine |
| QCheckBox* DtUiObjectGeometryElement::myEmbedIntoTerrain |
| QLabel* DtUiObjectGeometryElement::myNavigationStatusLabel |
| QLineEdit* DtUiObjectGeometryElement::myGeometryFile |
| QToolButton* DtUiObjectGeometryElement::myChooseGeometry |
| QPushButton* DtUiObjectGeometryElement::myClearGeometry |
| QPushButton* DtUiObjectGeometryElement::myOKButton |
| QPushButton* DtUiObjectGeometryElement::myCancelButton |
| QPushButton* DtUiObjectGeometryElement::myChooseVisualModel |
| QDialog* DtUiObjectGeometryElement::myGeometrySelectionDialog |