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

Public Member Functions | |
| DtUiSimulationObjectGroupElement (makVrv::DtDe &) | |
| virtual | ~DtUiSimulationObjectGroupElement () |
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 | isModified () 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 void | stopVrfLauncher (makVrv::DtDe &de, bool fromFrontEnd=false) |
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 | |
| QLabel * | myIconSectionLabel |
| QLabel * | myCreateOptionsSectionLabel |
| QLabel * | myAltitudeSectionLabel |
| QCheckBox * | mySetForceTypeUponCreation |
| QLabel * | myAltitudeFlagsLabel |
| QComboBox * | myAltitudeFlags |
| QButtonGroup * | myIconWidget |
| QRadioButton * | myUseImageForIcon |
| QRadioButton * | myUseGroupObjectForIcon |
| QComboBox * | myAvailableObjects |
| QPushButton * | myUseImage |
| QPushButton * | myEditGroup |
| QCheckBox * | myUseGroupNameToDisambiguate |
| QCheckBox * | myCreateSelectionGroup |
| std::vector< QHBoxLayout * > | mySpacedLayouts |
Public Attributes inherited from DtUiElement | |
| QWidget * | myWidget |
| QWidget * | myLabel |
Protected Slots | |
| virtual void | iconTypeChanged () |
| virtual void | selectImage () |
| virtual void | forceUsageChanged () |
| virtual void | groupDisambiguateChanged () |
| virtual void | createSelectionGroupChanged () |
| virtual void | altitudeUsageChanged () |
| virtual void | objectTypeIconSet () |
| virtual void | onEditGroup () |
| virtual void | commFileMessagesReceived (const QStringList &messages) |
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 | startVrfLauncher () |
| virtual bool | checkAlive (double timeout) |
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 |
Protected Attributes | |
| bool | myAlive |
Protected Attributes inherited from DtUiElement | |
| DtString | myDisplayUnits |
| DtString | mySourceUnits |
| std::vector< DtReaderWriter * > | myValues |
| std::vector< DtReaderWriter * > | myBackupValues |
| DtReaderWriter * | myParentValue |
| bool | myIsNew |
| DtElementChangedCallbackFcn | myElementChangedCallbackFunction |
| DtUnit | mySource |
| DtUnit | myDestination |
| makVrv::DtDe & | myDe |
| DtString | myPlatformType |
| std::vector< DtObjectType > | myObjectTypes |
| std::vector < DtComponentSystemDefinition * > | mySystems |
| const DtComponentSystemDefinition * | mySystemDefinition |
| bool | myEnabled |
| std::vector< QObject * > | myConnectedTo |
| int | myUniqueId |
| QCheckBox * | myControllingCheckBox |
| QToolButton * | myRevertToParentButton |
Additional Inherited Members | |
Public Types inherited from DtUiElement | |
| typedef boost::function < DtUiElement *(makVrv::DtDe &)> | CreatorFunction |
| typedef std::map< std::string, CreatorFunction > | UiElementFactoryMap |
Public Slots inherited from DtUiElement | |
| virtual void | toggleDisplayed (bool display) |
Signals inherited from DtUiElement | |
| void | uiEvent (const DtUiElementEvent &) |
| void | changed () |
Static Protected Attributes inherited from DtUiElement | |
| static UiElementFactoryMap | theFactory |
| DtUiSimulationObjectGroupElement::DtUiSimulationObjectGroupElement | ( | makVrv::DtDe & | ) |
Constructor.
|
virtual |
Destructor.
|
static |
|
static |
|
protectedvirtual |
Reimplemented from DtUiElement.
|
protectedvirtual |
If any additional controls or initialization needs to be done, it is done here.
Reimplemented from DtUiElement.
|
protectedvirtual |
Checks to see if the gui is still alive using the comm channel. If not will present a new launcher. Gives 3 seconds to decide, so if the GUI is doing something, the launcher might start again.
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
| QLabel* DtUiSimulationObjectGroupElement::myIconSectionLabel |
| QLabel* DtUiSimulationObjectGroupElement::myCreateOptionsSectionLabel |
| QLabel* DtUiSimulationObjectGroupElement::myAltitudeSectionLabel |
| QCheckBox* DtUiSimulationObjectGroupElement::mySetForceTypeUponCreation |
| QLabel* DtUiSimulationObjectGroupElement::myAltitudeFlagsLabel |
| QComboBox* DtUiSimulationObjectGroupElement::myAltitudeFlags |
| QButtonGroup* DtUiSimulationObjectGroupElement::myIconWidget |
| QRadioButton* DtUiSimulationObjectGroupElement::myUseImageForIcon |
| QRadioButton* DtUiSimulationObjectGroupElement::myUseGroupObjectForIcon |
| QComboBox* DtUiSimulationObjectGroupElement::myAvailableObjects |
| QPushButton* DtUiSimulationObjectGroupElement::myUseImage |
| QPushButton* DtUiSimulationObjectGroupElement::myEditGroup |
| QCheckBox* DtUiSimulationObjectGroupElement::myUseGroupNameToDisambiguate |
| QCheckBox* DtUiSimulationObjectGroupElement::myCreateSelectionGroup |
| std::vector<QHBoxLayout*> DtUiSimulationObjectGroupElement::mySpacedLayouts |
|
protected |