![]() |
VR-Forces 4.7 Class Documentation
|
Inherits makVrf::DtTaskSetDialogInterface.
Inherited by makVrf::DtBaseComboTaskSetDialog, makVrf::DtBaseFilteredListViewTaskSetDialog, makVrf::DtScriptedTaskDialog, makVrf::DtSetActivationDialog, makVrf::DtSetActiveSonarModeDialog, makVrf::DtSetAirBaseAssignAircraftDialog, makVrf::DtSetAltitudeDialog, makVrf::DtSetCollisionAvoidanceTypesDialog, makVrf::DtSetEngagementResultsDialog, makVrf::DtSetForceDialog, makVrf::DtSetFormationDialog, makVrf::DtSetHeadingDialog, makVrf::DtSetIffDialog, makVrf::DtSetLaserCodeDialog, makVrf::DtSetLaserInformationDialog, makVrf::DtSetLocationDialog, makVrf::DtSetOrbitDialog, makVrf::DtSetOrderedSpeedDialog, makVrf::DtSetPreferredTrajectoryHeightDialog, makVrf::DtSetRadarModeDialog, makVrf::DtSetReactiveTaskDisabledDialog, makVrf::DtSetReactiveTaskStatusDialog, makVrf::DtSetSectorOfResponsibilityDialog, makVrf::DtSetSensorFieldOfViewColorDialog, makVrf::DtSetSonarDepthDialog, makVrf::DtSetStatePropertiesDialog, makVrf::DtSetTrackJamTargetsDialog, makVrf::DtSetWidthDialog, makVrf::DtSetZoomSensorDialog, makVrf::DtSimulationCommandDialogInterface, makVrf::DtTaskAggregateBombLocationDialog, makVrf::DtTaskAirbaseLaunchFlightDialog, makVrf::DtTaskAirbasePrepareQRADialog, makVrf::DtTaskDIGuyGestureDialog, makVrf::DtTaskFFLDialog, makVrf::DtTaskFlyAltitudeDialog, makVrf::DtTaskFlyHeadingAndAltitudeDialog, makVrf::DtTaskFlyHeadingDialog, makVrf::DtTaskLaseLocationDialog, makVrf::DtTaskLaunchSmokeDialog, makVrf::DtTaskMissionLaunchFlightDialog, makVrf::DtTaskMoveToAltitudeDialog, makVrf::DtTaskMoveToLocationDialog, makVrf::DtTaskNbcAttackDialog, makVrf::DtTaskOrbitDialog, makVrf::DtTaskSetChooserDialog, makVrf::DtTaskTurnToHeadingDialog, makVrf::DtTaskUserTaskDialog, makVrf::DtTaskWaitDurationDialog, vrfAddSetEncumbranceExample::DtSetEncumbranceDialog, and vrfAddSetExample::DtSetSpeedAndHeadingDialog.
Public Member Functions | |
| DtBaseTaskSetDialogInterface (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtBaseTaskSetDialogInterface () |
| virtual void | run (const std::vector< makVrv::DtSimEntry * > &) |
| Calls setupGui and shows the dialog. | |
| virtual void | setOKEnabled (bool) |
| Enables/disables OK button. | |
| virtual void | setCancelEnabled (bool) |
| Sets whether or not the Cancel button is enabled. | |
| virtual bool | valid () const |
| Override to return whether or not extension is valid. | |
| virtual void | sendRequest ()=0 |
| Override to send the set or task request. | |
| int | accepted () const |
| 0 - Closed without pressing cancel or ok 1 - Closed by ok 2 - Closed by cancel | |
| virtual void | setupGui (const std::vector< makVrv::DtSimEntry * > &) |
| Sets up the ok/cancel buttons. | |
| virtual void | setAutoSizeOnShow (bool) |
| Whether or not to place in center of main window on show or just let Qt do it. Default is true. | |
| virtual bool | autoSizeOnShow () const |
| virtual void | setDescription (const QString &desc) |
| Adds descriptive text to the top of the dialog. | |
| virtual QString | description () const |
| Returns the current descriptive text. | |
Public Member Functions inherited from makVrf::DtTaskSetDialogInterface | |
| DtTaskSetDialogInterface (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtTaskSetDialogInterface () |
| virtual void | connectSignals (const std::vector< makVrv::DtSimEntry * > &) |
| Setup signals to cancel dialog if all objects deleted that this dialog is representing. | |
| virtual void | setSendToRemoteController (bool b) |
| Set to true to send the message immediately to the remote controller given the currently selected entities when the dialog was created. | |
| virtual bool | sendToRemoteController () const |
| virtual void | selectionChanged (const DtUUID &selection) |
| Notify dialog of selection changes from attached dialogs. | |
| virtual void | sendSetRequest (std::vector< DtUUID > names, const DtSetDataRequest &) |
| Sends signal to send out set. | |
| virtual bool | insertMapFocusHandler (DtMapFocusHandler *, int index=-1) |
| If a dialog has manages map focus handlers, inserts this map focus handler into the chain. | |
| virtual void | initializeFromAction (DtVrfTaskSetAction *) |
| Intializes contents from action as an action could have relevant properties assigned to it containing additional data. | |
| DtVrfTaskSetAction * | initializedAction () const |
| The action this dialog was initialized for. | |
| virtual void | sendTaskRequest (std::vector< DtUUID > names, const DtSimTask &) |
| Sends signal to send out task. | |
| virtual std::vector < makVrv::DtUniqueID > | entityIds () const |
| The ids that represent the objects that are part of this dialog. | |
| virtual std::vector< DtUUID > | names () const |
| virtual void | setPartOfPlan (int b) |
| 0 - Not part of plan dialog 1 - Part of plan dialog 2 - Part of command widget 3 - Part of embedded entity menu | |
| int | partOfPlan () const |
| virtual void | cancel () |
| Sends out cancel signal. | |
| virtual QWidget * | widget () |
| Returns the widget. | |
| const std::vector < makVrv::DtSimEntry * > & | connectedTo () const |
| virtual void | noObjectsSelected () |
| No-op at this level. | |
Public Member Functions inherited from makVrf::DtCommandDialogExtensionInterface | |
| virtual | ~DtCommandDialogExtensionInterface () |
| virtual bool | initiallyBroadcast () const |
| Whether or not to initially set to broadcast. Default is false. | |
| virtual bool | allowBroadcasting () const |
| Whether or not to allow broadcasting. Default is true. | |
| virtual bool | hasUserEntry () const |
| Returns true if there is user entry. Default is to assume there is. | |
| virtual QString | entitySelectionGroupBoxTitle () const |
| If defined, title for the group box for entity selection on command widget. | |
| virtual void | onCancel ()=0 |
| virtual makVrv::DtUnicode | broadcastTitle () const |
Public Attributes | |
| QVBoxLayout * | myMasterLayout |
| QHBoxLayout * | myButtonLayout |
| QPushButton * | myOKButton |
| QPushButton * | myCancelButton |
| char | myAccepted |
| QLabel * | myTaskSetDescription |
| QFrame * | myTaskSetDescriptionSeparator |
Protected Slots | |
| virtual void | onOk () |
| virtual void | onCancel () |
Protected Slots inherited from makVrf::DtTaskSetDialogInterface | |
| virtual void | actionDestroyed () |
Protected Member Functions | |
| virtual void | finishSizing () |
| virtual QWidget * | contents (const std::vector< makVrv::DtSimEntry * > &data)=0 |
| Creates set dialog contents. Called from setupGui. | |
| virtual void | postGuiSetup (const std::vector< makVrv::DtSimEntry * > &data) |
| Called after setupGui to set up other items in the gui (fill combo boxes, initial text edit, etc) | |
| virtual void | setupStatement (const DtSimStatement *stmt) |
| virtual void | initializeItems (const std::vector< makVrv::DtSimEntry * > &data) |
| Override for dialogs that need item initialization. | |
| virtual void | closeEvent (QCloseEvent *) |
| Figure out if a cancelled signal needs to be sent. | |
| virtual void | hideButtons (bool) |
| No buttons to hide. | |
| virtual bool | editStatement (const std::vector< makVrv::DtSimEntry * > &, const DtSimStatement *) |
| Edits the current statement. Return true if the statement can be edited. | |
| virtual void | setupFrom (const std::vector< makVrv::DtSimEntry * > &s) |
| Sets up dialog by asking logic to do it. | |
| virtual bool | wantsSelectionOfObjectInCommandMode () const |
| Override to return false if, when this task is used as part of a simulation command, it does not want to allow to choose an object to apply the command to. | |
| virtual void | sendSetRequest (const DtSetDataRequest &) |
| virtual void | sendTaskRequest (const DtSimTask &) |
| virtual void | sendCommandRequest (const DtSimCommandObjectWrapper &) |
| Sends signal to send out command. | |
| virtual QSize | canvasSize () |
| virtual void | onOK () |
Protected Member Functions inherited from makVrf::DtTaskSetDialogInterface | |
| virtual void | slot_objectAboutToBeRemoved (makVrv::DtSimObjectEntry &) |
| virtual std::vector< std::string > | commandDialogFiltersFor (const std::vector< makVrv::DtSimEntry * > &data, const DtSimStatement *stmt, int &initialSelection) const |
| If part of a command dialog the filters to use for the command dialog selection. | |
Protected Attributes | |
| bool | myAutoSizeOnShow |
Protected Attributes inherited from makVrf::DtTaskSetDialogInterface | |
| makVrv::DtDe & | myDe |
| int | myPartOfPlan |
| std::vector< makVrv::DtSimEntry * > | myConnectedTo |
| bool | mySendToRemoteController |
| DtVrfTaskSetAction * | myAction |
| makVrf::DtBaseTaskSetDialogInterface::DtBaseTaskSetDialogInterface | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
|
virtual |
|
virtual |
Calls setupGui and shows the dialog.
Implements makVrf::DtCommandDialogExtensionInterface.
Reimplemented in makVrf::DtScriptedTaskDialog, makVrf::DtSimulationCommandLaunchGlobalPlanDialog, makVrf::DtSimulationCommandDeleteDialog, makVrf::DtSimulationCommandRestartPlanDialog, makVrf::DtSimulationCommandAbandonPlanDialog, makVrf::DtSetAiEnabledDialog, makVrf::DtSetInvulnerableDialog, and makVrf::DtSetGimbalSensorLasingDialog.
|
virtual |
Enables/disables OK button.
Reimplemented from makVrf::DtTaskSetDialogInterface.
|
virtual |
Sets whether or not the Cancel button is enabled.
Reimplemented from makVrf::DtTaskSetDialogInterface.
|
virtual |
Override to return whether or not extension is valid.
Reimplemented from makVrf::DtTaskSetDialogInterface.
Reimplemented in makVrf::DtBaseFilteredListViewTaskSetDialog, makVrf::DtSimulationCommandDynamicTerrainChangesWidget, makVrf::DtTaskFireCruiseMissileDialog, makVrf::DtTaskAggregateIndirectFireDialog, makVrf::DtTaskNbcAttackDialog, makVrf::DtTaskAggregateBombLocationDialog, makVrf::DtSimulationCommandStealthCommandWidget, makVrf::DtTaskSetChooserDialog, makVrf::DtTaskPatrolBetweenDialog, makVrf::DtTaskMissionLaunchFlightDialog, makVrf::DtTaskAirbasePrepareQRADialog, makVrf::DtTaskAirbaseLaunchFlightDialog, and makVrf::DtBaseYesNoTaskSetDialog.
|
pure virtual |
Override to send the set or task request.
Implemented in makVrf::DtScriptedTaskDialog, makVrf::DtSimulationCommandAddDynamicTerrainChangesWidget, makVrf::DtSimulationCommandSetGlobalWeatherDialog, makVrf::DtSetStatePropertiesDialog, makVrf::DtSetEmbarkedDialog, makVrf::DtSetStateAmmunitionPropertyDialog, makVrf::DtSetCurrentSpeedDialog, makVrf::DtSetAirBaseAssignAircraftDialog, makVrf::DtSetStateResourcesPropertyDialog, makVrf::DtTaskFireCruiseMissileDialog, makVrf::DtLaunchCounterMeasuresTaskDialog, makVrf::DtSimulationCommandChangeHostilityWidget, makVrf::DtTaskFFLDialog, makVrf::DtReleaseBombTaskDialog, vrfAddSimCommandExample::DtSimulationCommandMessageDialog, makVrf::DtTaskMoveToLocationDialog, makVrf::DtTaskOrbitDialog, makVrf::DtSetReactiveTaskPriorityDialog, makVrf::DtSimulationCommandConsoleMessageDialog, makVrf::DtTaskDIGuyAnimationDialog, makVrf::DtTaskFlyHeadingAndAltitudeDialog, makVrf::DtTaskNbcAttackDialog, makVrf::DtSetDIGuyCharacteristicsDialog, makVrf::DtSimulationCommandIssuePlanDialog, makVrf::DtTaskAggregateBombLocationDialog, makVrf::DtTaskAggregateIndirectFireDialog, makVrf::DtSetDIGuyAppearanceDialog, makVrf::DtSetIffDialog, makVrf::DtTaskLaunchSmokeDialog, makVrf::DtSetActiveSonarModeDialog, makVrf::DtSetRadarModeDialog, makVrf::DtSimulationCommandRemoveDynamicTerrainDamageWidget, makVrf::DtSetResourcesDialog, makVrf::DtSimulationCommandScenarioEventWidget, makVrf::DtTaskFireAtTargetDialog, makVrf::DtTaskLaseLocationDialog, vrfAddSetExample::DtSetSpeedAndHeadingDialog, makVrf::DtSetReactiveTaskStatusDialog, makVrf::DtSimulationCommandDeleteDialog, makVrf::DtSimulationCommandResetDynamicTerrainChangesWidget, makVrf::DtSimulationCommandStealthCommandWidget, makVrf::DtSetAiEnabledDialog, makVrf::DtSetInvulnerableDialog, makVrf::DtSimulationCommandRestartPlanDialog, makVrf::DtTaskFFTDialog, makVrf::DtTaskMoveToAltitudeDialog, makVrf::DtSimulationCommandAbandonPlanDialog, makVrf::DtTaskFFEDialog, makVrf::DtTaskTurnToHeadingDialog, makVrf::DtSetGimbalSensorLasingDialog, makVrf::DtSimulationCommandSetTimeOfDayDialog, makVrf::DtTaskMoveIntoFormationDialog, makVrf::DtTaskSetChooserDialog, makVrf::DtTaskFlyAltitudeDialog, makVrf::DtSetHeadingDialog, makVrf::DtTaskSendTextDialog, vrfAddSetEncumbranceExample::DtSetEncumbranceDialog, makVrf::DtSetAltitudeDialog, makVrf::DtSetSonarDepthDialog, makVrf::DtSimulationCommandLaunchGlobalPlanDialog, makVrf::DtSetAimingPointDialog, makVrf::DtSetDetonationDialog, makVrf::DtSetForceDialog, makVrf::DtSimulationCommandSendTextMessageDialog, makVrf::DtTaskFlyHeadingDialog, makVrf::DtConvoyToTaskDialog, makVrf::DtSetLaserInformationDialog, makVrf::DtSetAimSensorDialog, makVrf::DtSetDIGuyHandItemDialog, makVrf::DtSetDIGuyHeadDialog, makVrf::DtSetEngagementResultsDialog, makVrf::DtSetSectorOfResponsibilityDialog, makVrf::DtTaskFollowEntityDialog, makVrf::DtTaskMoveAlongRouteDialog, makVrf::DtTaskWaitDurationDialog, makVrf::DtReleaseBombOnTargetTaskDialog, makVrf::DtSetActivationDialog, makVrf::DtSetZoomSensorDialog, makVrf::DtTaskPatrolBetweenDialog, makVrf::DtSetLocationDialog, makVrf::DtSetNavigationPreferenceDialog, makVrf::DtTaskUserTaskDialog, makVrf::DtReleaseBombOnLocationTaskDialog, makVrf::DtSetEmitterDialog, makVrf::DtSetLaserCodeDialog, makVrf::DtSetOrderedSpeedDialog, makVrf::DtSetReactiveTaskDisabledDialog, makVrf::DtSetResupplyModeDialog, makVrf::DtSetSupplyingDialog, makVrf::DtSetTrackJamTargetsDialog, makVrf::DtSetCollisionAvoidanceTypesDialog, makVrf::DtTaskMissionLaunchFlightDialog, makVrf::DtSetPreferredTrajectoryHeightDialog, makVrf::DtSetSensorEnabledDialog, makVrf::DtTaskAirbasePrepareQRADialog, makVrf::DtSetSensorFieldOfViewColorDialog, makVrf::DtSetAggregateStateDialog, makVrf::DtSetFormationDialog, makVrf::DtSetPostureDialog, makVrf::DtSetReactiveTaskEnabledDialog, makVrf::DtSetRulesOfEngagementDialog, makVrf::DtSetStateAviationFuelPropertyDialog, makVrf::DtSetWeaponStateDialog, makVrf::DtSetWidthDialog, makVrf::DtTaskAirbaseLaunchFlightDialog, makVrf::DtReleaseBombOnLaserSpotTaskDialog, makVrf::DtSetOrbitDialog, makVrf::DtTaskWaitElapsedDialog, makVrf::vrfAddTaskExample::DtTaskRetreatDialog, makVrf::DtSetActivityDialog, makVrf::DtSetNotifyLevelDialog, makVrf::DtSetSpotReportsDialog, makVrf::DtSetStayInLaneDialog, makVrf::DtTaskDIGuyGestureDialog, makVrf::DtTaskMoveToDialog, makVrf::DtAddSinkPointDialog, makVrf::DtConvoyAlongTaskDialog, makVrf::DtSetStateFlattenedPropertyDialog, makVrf::DtSetSuperiorDialog, makVrf::DtSetAutoLaunchEnabledDialog, makVrf::DtTaskEmbarkDialog, makVrf::DtSetConcealedDialog, makVrf::DtSetArmedDialog, makVrf::DtSetLaseAutonomousDialog, makVrf::DtSetTracerUseDialog, makVrf::DtTaskLaseTargetDialog, makVrf::DtTaskPatrolRouteDialog, makVrf::DtSetFireNowDialog, makVrf::DtSetLookAtPointDialog, makVrf::DtSetSurrenderDialog, makVrf::DtSetSyncLaserCodeDialog, makVrf::DtSetTargetDialog, makVrf::DtTaskFixedWingLandingDialog, makVrf::DtTaskFixedWingTakeoffDialog, and makVrf::DtTaskRotaryWingLandingDialog.
|
inline |
0 - Closed without pressing cancel or ok 1 - Closed by ok 2 - Closed by cancel
|
virtual |
Sets up the ok/cancel buttons.
Reimplemented in makVrf::DtSetStatePropertiesDialog, makVrf::DtReleaseBombTaskDialog, makVrf::DtLaunchCounterMeasuresTaskDialog, makVrf::DtSetAirBaseAssignAircraftDialog, makVrf::DtSetStateAmmunitionPropertyDialog, makVrf::DtSetReactiveTaskPriorityDialog, makVrf::DtTaskFlyHeadingAndAltitudeDialog, makVrf::DtSetStateResourcesPropertyDialog, makVrf::DtTaskMoveToLocationDialog, makVrf::DtSetReactiveTaskStatusDialog, makVrf::DtSetResourcesDialog, makVrf::DtTaskOrbitDialog, vrfAddSetExample::DtSetSpeedAndHeadingDialog, makVrf::DtTaskLaseLocationDialog, makVrf::DtTaskTurnToHeadingDialog, makVrf::DtTaskMoveIntoFormationDialog, makVrf::DtTaskFlyAltitudeDialog, makVrf::DtTaskMoveToAltitudeDialog, makVrf::DtSetHeadingDialog, makVrf::DtTaskLaunchSmokeDialog, vrfAddSetEncumbranceExample::DtSetEncumbranceDialog, makVrf::DtTaskMoveAlongRouteDialog, makVrf::DtSetAimingPointDialog, makVrf::DtSetAltitudeDialog, makVrf::DtSetSonarDepthDialog, makVrf::DtTaskFlyHeadingDialog, makVrf::DtSetDIGuyHandItemDialog, makVrf::DtSetReactiveTaskDisabledDialog, makVrf::DtConvoyToTaskDialog, makVrf::DtSetAiEnabledDialog, makVrf::DtSetAimSensorDialog, makVrf::DtSetInvulnerableDialog, makVrf::DtSetNavigationPreferenceDialog, makVrf::DtSetGimbalSensorLasingDialog, makVrf::DtSetLocationDialog, makVrf::DtSetStatePropertyDialog, makVrf::DtSetSupplyingDialog, makVrf::DtSetForceDialog, makVrf::DtSetOrderedSpeedDialog, makVrf::DtSetStateHealthPropertyDialog, makVrf::DtTaskFireAtTargetDialog, makVrf::DtSetActiveSonarModeDialog, makVrf::DtSetRadarModeDialog, makVrf::DtSetAggregateStateDialog, makVrf::DtSetPreferredTrajectoryHeightDialog, makVrf::DtSetRulesOfEngagementDialog, makVrf::DtSetFormationDialog, makVrf::DtSetLaserInformationDialog, makVrf::DtSetResupplyModeDialog, makVrf::DtSetStatePropertyDialog, makVrf::DtSetSuperiorDialog, makVrf::DtTaskMoveToDialog, makVrf::DtSetStateMoppLevelPropertyDialog, makVrf::DtSetStatePreferredTargetsPropertyDialog, makVrf::DtSetAllStatePropertiesDialog, makVrf::DtSetConcealedDialog, makVrf::DtSetStatePercentCompletePropertyDialog, makVrf::DtSetAirBasePersonnelAndSuppliesDialog, makVrf::DtSetSurrenderDialog, and makVrf::DtSetStateFlattenedPropertyDialog.
|
virtual |
Whether or not to place in center of main window on show or just let Qt do it. Default is true.
|
virtual |
|
virtual |
Adds descriptive text to the top of the dialog.
By default there is no descriptive text and this section of the dialog is not shown.
Reimplemented in makVrf::DtScriptedTaskDialog.
|
virtual |
Returns the current descriptive text.
|
protectedvirtual |
|
protectedpure virtual |
Creates set dialog contents. Called from setupGui.
Implemented in makVrf::DtScriptedTaskDialog, makVrf::DtSimulationCommandAddDynamicTerrainChangesWidget, makVrf::DtSimulationCommandSetGlobalWeatherDialog, makVrf::DtSetStatePropertiesDialog, makVrf::DtSimulationCommandDialogInterface, makVrf::DtSetEmbarkedDialog, makVrf::DtBaseFilteredListViewTaskSetDialog, makVrf::DtSetAirBaseAssignAircraftDialog, makVrf::DtSimulationCommandDynamicTerrainChangesWidget, makVrf::DtTaskFireCruiseMissileDialog, makVrf::DtLaunchCounterMeasuresTaskDialog, makVrf::DtSimulationCommandChangeHostilityWidget, vrfAddSimCommandExample::DtSimulationCommandMessageDialog, makVrf::DtSetReactiveTaskPriorityDialog, makVrf::DtSimulationCommandConsoleMessageDialog, makVrf::DtTaskFlyHeadingAndAltitudeDialog, makVrf::DtTaskOrbitDialog, makVrf::DtSimulationCommandSetTimeOfDayDialog, makVrf::DtSetIffDialog, makVrf::DtTaskDIGuyAnimationDialog, makVrf::DtTaskFFLDialog, makVrf::DtReleaseBombTaskDialog, makVrf::DtSimulationCommandRemoveDynamicTerrainDamageWidget, makVrf::DtTaskNbcAttackDialog, makVrf::DtBaseComboTaskSetDialog, makVrf::DtTaskAggregateBombLocationDialog, makVrf::DtTaskAggregateIndirectFireDialog, makVrf::DtTaskMoveToLocationDialog, makVrf::DtSetDIGuyAppearanceDialog, makVrf::DtSimulationCommandScenarioEventWidget, makVrf::DtTaskSendTextDialog, vrfAddSetExample::DtSetSpeedAndHeadingDialog, makVrf::DtSetReactiveTaskStatusDialog, makVrf::DtSetResourcesDialog, makVrf::DtSimulationCommandStealthCommandWidget, makVrf::DtSimulationCommandResetDynamicTerrainChangesWidget, makVrf::DtTaskLaunchSmokeDialog, makVrf::DtTaskTurnToHeadingDialog, makVrf::DtSetDIGuyCharacteristicsDialog, makVrf::DtTaskLaseLocationDialog, makVrf::DtTaskFlyAltitudeDialog, makVrf::DtTaskMoveIntoFormationDialog, makVrf::DtTaskMoveToAltitudeDialog, makVrf::DtSetHeadingDialog, makVrf::DtTaskFFEDialog, makVrf::DtTaskFFTDialog, vrfAddSetEncumbranceExample::DtSetEncumbranceDialog, makVrf::DtSetSonarDepthDialog, makVrf::DtSimulationCommandSendTextMessageDialog, makVrf::DtSetAimingPointDialog, makVrf::DtSetAltitudeDialog, makVrf::DtSetDetonationDialog, makVrf::DtTaskSetChooserDialog, makVrf::DtConvoyToTaskDialog, makVrf::DtSetAiEnabledDialog, makVrf::DtSetInvulnerableDialog, makVrf::DtSetLaserInformationDialog, makVrf::DtTaskFlyHeadingDialog, makVrf::DtSetAimSensorDialog, makVrf::DtSetEngagementResultsDialog, makVrf::DtSetSectorOfResponsibilityDialog, makVrf::DtTaskMoveAlongRouteDialog, makVrf::DtSetActivationDialog, makVrf::DtSetDIGuyHandItemDialog, makVrf::DtSetDIGuyHeadDialog, makVrf::DtSetGimbalSensorLasingDialog, makVrf::DtSetZoomSensorDialog, makVrf::DtSetActiveSonarModeDialog, makVrf::DtSetForceDialog, makVrf::DtSetLocationDialog, makVrf::DtSetNavigationPreferenceDialog, makVrf::DtSetRadarModeDialog, makVrf::DtSetTrackJamTargetsDialog, makVrf::DtTaskFireAtTargetDialog, makVrf::DtTaskPatrolBetweenDialog, makVrf::DtReleaseBombOnTargetTaskDialog, makVrf::DtSetLaserCodeDialog, makVrf::DtSetOrderedSpeedDialog, makVrf::DtSetReactiveTaskDisabledDialog, makVrf::DtSetSupplyingDialog, makVrf::DtSetSurrenderDialog, makVrf::DtTaskFollowEntityDialog, makVrf::DtTaskWaitDurationDialog, makVrf::DtSetCollisionAvoidanceTypesDialog, makVrf::DtSetEmitterDialog, makVrf::DtReleaseBombOnLocationTaskDialog, makVrf::DtTaskUserTaskDialog, makVrf::DtSetPreferredTrajectoryHeightDialog, makVrf::DtSetResupplyModeDialog, makVrf::DtSetSensorEnabledDialog, makVrf::DtSetSensorFieldOfViewColorDialog, makVrf::DtTaskEmbarkDialog, makVrf::DtSetAggregateStateDialog, makVrf::DtSetFormationDialog, makVrf::DtSetPostureDialog, makVrf::DtSetReactiveTaskEnabledDialog, makVrf::DtSetRulesOfEngagementDialog, makVrf::DtSetWeaponStateDialog, makVrf::DtSetWidthDialog, makVrf::DtSetOrbitDialog, makVrf::DtTaskAirbasePrepareQRADialog, makVrf::DtTaskMissionLaunchFlightDialog, makVrf::DtSetStayInLaneDialog, makVrf::DtSetActivityDialog, makVrf::DtSetNotifyLevelDialog, makVrf::DtSetSpotReportsDialog, makVrf::DtTaskAirbaseLaunchFlightDialog, makVrf::DtTaskMoveToDialog, makVrf::DtTaskWaitElapsedDialog, makVrf::vrfAddTaskExample::DtTaskRetreatDialog, makVrf::DtConvoyAlongTaskDialog, makVrf::DtTaskDIGuyGestureDialog, makVrf::DtSetAutoLaunchEnabledDialog, makVrf::DtSetConcealedDialog, makVrf::DtSetArmedDialog, makVrf::DtSetLaseAutonomousDialog, makVrf::DtSetTracerUseDialog, and makVrf::DtSetLookAtPointDialog.
|
protectedvirtual |
Called after setupGui to set up other items in the gui (fill combo boxes, initial text edit, etc)
Reimplemented in makVrf::DtScriptedTaskDialog, makVrf::DtBaseFilteredListViewTaskSetDialog, and makVrf::DtTaskSetChooserDialog.
|
protectedvirtual |
Reimplemented in makVrf::DtScriptedTaskDialog, makVrf::DtSetStatePropertiesDialog, makVrf::DtSimulationCommandAddDynamicTerrainChangesWidget, makVrf::DtSimulationCommandSetGlobalWeatherDialog, makVrf::DtSetEmbarkedDialog, makVrf::DtSetStateAmmunitionPropertyDialog, makVrf::DtSetStateResourcesPropertyDialog, makVrf::DtSetAirBaseAssignAircraftDialog, makVrf::DtTaskFireCruiseMissileDialog, makVrf::DtSetReactiveTaskPriorityDialog, makVrf::DtTaskFlyHeadingAndAltitudeDialog, makVrf::DtSimulationCommandChangeHostilityWidget, makVrf::DtSimulationCommandConsoleMessageDialog, vrfAddSimCommandExample::DtSimulationCommandMessageDialog, makVrf::DtSetReactiveTaskStatusDialog, makVrf::DtSimulationCommandIssuePlanDialog, makVrf::DtTaskOrbitDialog, vrfAddSetExample::DtSetSpeedAndHeadingDialog, makVrf::DtSetDIGuyCharacteristicsDialog, makVrf::DtTaskDIGuyAnimationDialog, makVrf::DtSetDIGuyAppearanceDialog, makVrf::DtSetIffDialog, makVrf::DtTaskFFLDialog, makVrf::DtSimulationCommandRemoveDynamicTerrainDamageWidget, makVrf::DtTaskTurnToHeadingDialog, makVrf::DtTaskFlyAltitudeDialog, makVrf::DtTaskNbcAttackDialog, vrfAddSetEncumbranceExample::DtSetEncumbranceDialog, makVrf::DtSimulationCommandScenarioEventWidget, makVrf::DtTaskAggregateBombLocationDialog, makVrf::DtTaskAggregateIndirectFireDialog, makVrf::DtTaskMoveToLocationDialog, makVrf::DtSetHeadingDialog, makVrf::DtSimulationCommandResetDynamicTerrainChangesWidget, makVrf::DtSimulationCommandStealthCommandWidget, makVrf::DtTaskLaunchSmokeDialog, makVrf::DtSetAimingPointDialog, makVrf::DtSetAltitudeDialog, makVrf::DtSetSonarDepthDialog, makVrf::DtSetReactiveTaskDisabledDialog, makVrf::DtTaskFlyHeadingDialog, makVrf::DtConvoyToTaskDialog, makVrf::DtSetAimSensorDialog, makVrf::DtSimulationCommandSetTimeOfDayDialog, makVrf::DtSetActivationDialog, makVrf::DtSimulationCommandSendTextMessageDialog, makVrf::DtTaskLaseLocationDialog, makVrf::DtSetDetonationDialog, makVrf::DtSetForceDialog, makVrf::DtSetLocationDialog, makVrf::DtSetOrderedSpeedDialog, makVrf::DtTaskFFTDialog, makVrf::DtTaskMoveAlongRouteDialog, makVrf::DtTaskMoveToAltitudeDialog, makVrf::DtSetLaserInformationDialog, makVrf::DtTaskFFEDialog, makVrf::DtTaskPatrolBetweenDialog, makVrf::DtSetDIGuyHandItemDialog, makVrf::DtSetDIGuyHeadDialog, makVrf::DtSetEngagementResultsDialog, makVrf::DtSetSectorOfResponsibilityDialog, makVrf::DtSetAiEnabledDialog, makVrf::DtSetInvulnerableDialog, makVrf::DtSetNavigationPreferenceDialog, makVrf::DtSetZoomSensorDialog, makVrf::DtTaskSetChooserDialog, makVrf::DtSetPreferredTrajectoryHeightDialog, makVrf::DtSetSupplyingDialog, makVrf::DtSetEmitterDialog, makVrf::DtSetGimbalSensorLasingDialog, makVrf::DtSetLaserCodeDialog, makVrf::DtSetReactiveTaskEnabledDialog, makVrf::DtSetResupplyModeDialog, makVrf::DtSetStateFlattenedPropertyDialog, makVrf::DtSetCollisionAvoidanceTypesDialog, makVrf::DtSetSensorEnabledDialog, makVrf::DtSetTrackJamTargetsDialog, makVrf::DtTaskEmbarkDialog, makVrf::DtTaskMoveToDialog, makVrf::DtSetSensorFieldOfViewColorDialog, makVrf::DtTaskFollowEntityDialog, makVrf::DtTaskWaitDurationDialog, makVrf::vrfAddTaskExample::DtTaskRetreatDialog, makVrf::DtSetActivityDialog, makVrf::DtSetAggregateStateDialog, makVrf::DtSetPostureDialog, makVrf::DtSetRulesOfEngagementDialog, makVrf::DtSetSuperiorDialog, makVrf::DtSetWeaponStateDialog, makVrf::DtSetWidthDialog, makVrf::DtAddSinkPointDialog, makVrf::DtSetConcealedDialog, makVrf::DtTaskUserTaskDialog, makVrf::DtSetNotifyLevelDialog, makVrf::DtSetSpotReportsDialog, makVrf::DtSetStayInLaneDialog, makVrf::DtConvoyAlongTaskDialog, makVrf::DtSetOrbitDialog, makVrf::DtSetSurrenderDialog, makVrf::DtTaskAirbasePrepareQRADialog, makVrf::DtTaskMissionLaunchFlightDialog, makVrf::DtTaskWaitElapsedDialog, makVrf::DtSetAutoLaunchEnabledDialog, makVrf::DtTaskDIGuyGestureDialog, makVrf::DtTaskAirbaseLaunchFlightDialog, makVrf::DtSetArmedDialog, makVrf::DtSetLaseAutonomousDialog, makVrf::DtSetTracerUseDialog, makVrf::DtTaskLaseTargetDialog, makVrf::DtTaskPatrolRouteDialog, makVrf::DtSetFireNowDialog, makVrf::DtSetSyncLaserCodeDialog, makVrf::DtSetTargetDialog, makVrf::DtTaskFixedWingLandingDialog, makVrf::DtTaskFixedWingTakeoffDialog, makVrf::DtSetLookAtPointDialog, and makVrf::DtTaskRotaryWingLandingDialog.
|
protectedvirtual |
Override for dialogs that need item initialization.
Reimplemented in makVrf::DtLaunchCounterMeasuresTaskDialog, makVrf::DtSimulationCommandChangeHostilityWidget, makVrf::DtSetResourcesDialog, makVrf::DtSimulationCommandConsoleMessageDialog, makVrf::DtSimulationCommandScenarioEventWidget, makVrf::DtSetDIGuyCharacteristicsDialog, makVrf::DtTaskDIGuyAnimationDialog, makVrf::DtSetDIGuyAppearanceDialog, makVrf::DtSetIffDialog, makVrf::DtSimulationCommandStealthCommandWidget, makVrf::DtTaskMoveIntoFormationDialog, makVrf::DtTaskSetChooserDialog, makVrf::DtSetDetonationDialog, makVrf::DtSetDIGuyHandItemDialog, makVrf::DtSetDIGuyHeadDialog, makVrf::DtSetActiveSonarModeDialog, makVrf::DtSetRadarModeDialog, makVrf::DtTaskFireAtTargetDialog, makVrf::DtSetActivationDialog, makVrf::DtSetEmitterDialog, makVrf::DtSetSensorEnabledDialog, makVrf::DtSetTrackJamTargetsDialog, makVrf::DtSetAggregateStateDialog, makVrf::DtSetPostureDialog, makVrf::DtSetRulesOfEngagementDialog, makVrf::DtSetWeaponStateDialog, makVrf::DtSetFormationDialog, makVrf::DtSetNotifyLevelDialog, makVrf::vrfAddTaskExample::DtTaskRetreatDialog, makVrf::DtSetOrbitDialog, makVrf::DtSetActivityDialog, makVrf::DtTaskDIGuyGestureDialog, and makVrf::DtBaseYesNoTaskSetDialog.
|
protectedvirtual |
Figure out if a cancelled signal needs to be sent.
Reimplemented in makVrf::DtTaskDIGuyAnimationDialog.
|
protectedvirtual |
No buttons to hide.
Reimplemented from makVrf::DtTaskSetDialogInterface.
|
protectedvirtual |
Edits the current statement. Return true if the statement can be edited.
Reimplemented from makVrf::DtTaskSetDialogInterface.
Reimplemented in makVrf::DtSimulationCommandSetGlobalWeatherDialog, makVrf::DtScriptedTaskDialog, makVrf::DtSimulationCommandIssuePlanDialog, makVrf::DtLaunchCounterMeasuresTaskDialog, makVrf::DtSimulationCommandLaunchGlobalPlanDialog, makVrf::DtSimulationCommandSetTimeOfDayDialog, makVrf::DtSimulationCommandDeleteDialog, makVrf::DtSimulationCommandRestartPlanDialog, makVrf::DtSimulationCommandAbandonPlanDialog, makVrf::DtReleaseBombTaskDialog, makVrf::DtTaskFireAtTargetDialog, makVrf::DtSetActiveSonarModeDialog, makVrf::DtSetRadarModeDialog, makVrf::DtSetResourcesDialog, makVrf::DtSimulationCommandSendTextMessageDialog, makVrf::DtTaskMoveIntoFormationDialog, makVrf::DtSetAiEnabledDialog, makVrf::DtSetInvulnerableDialog, makVrf::DtSetGimbalSensorLasingDialog, and makVrf::DtSetFormationDialog.
|
protectedvirtual |
Sets up dialog by asking logic to do it.
Reimplemented from makVrf::DtTaskSetDialogInterface.
Reimplemented in makVrf::DtScriptedTaskDialog, makVrf::DtSimulationCommandSetGlobalWeatherDialog, makVrf::DtSetStatePropertiesDialog, makVrf::DtSetEmbarkedDialog, makVrf::DtReleaseBombTaskDialog, makVrf::DtLaunchCounterMeasuresTaskDialog, makVrf::DtTaskFFLDialog, makVrf::DtTaskDIGuyAnimationDialog, makVrf::DtSetResourcesDialog, makVrf::DtTaskAggregateIndirectFireDialog, makVrf::DtTaskNbcAttackDialog, makVrf::DtTaskAggregateBombLocationDialog, makVrf::DtSetReactiveTaskStatusDialog, makVrf::DtSetDIGuyHandItemDialog, makVrf::DtTaskFFEDialog, makVrf::DtTaskSetChooserDialog, makVrf::DtSetDIGuyHeadDialog, makVrf::DtSetDIGuyAppearanceDialog, makVrf::DtSetTrackJamTargetsDialog, makVrf::DtSetDIGuyCharacteristicsDialog, makVrf::DtTaskFFTDialog, makVrf::DtSetActiveSonarModeDialog, makVrf::DtSetEmitterDialog, makVrf::DtSetRadarModeDialog, makVrf::DtTaskFireAtTargetDialog, makVrf::DtSetActivationDialog, makVrf::DtSetReactiveTaskDisabledDialog, makVrf::DtSetSensorEnabledDialog, makVrf::DtTaskMissionLaunchFlightDialog, makVrf::DtTaskAirbasePrepareQRADialog, makVrf::DtSetFormationDialog, makVrf::DtTaskEmbarkDialog, makVrf::DtTaskAirbaseLaunchFlightDialog, makVrf::DtTaskDIGuyGestureDialog, and makVrf::DtSetActivityDialog.
|
protectedvirtual |
Override to return false if, when this task is used as part of a simulation command, it does not want to allow to choose an object to apply the command to.
Calls down to logic with method of same name
Implements makVrf::DtCommandDialogExtensionInterface.
Reimplemented in makVrf::DtScriptedTaskDialog, makVrf::DtSimulationCommandSetGlobalWeatherDialog, makVrf::DtSimulationCommandDynamicTerrainChangesWidget, makVrf::DtSimulationCommandChangeHostilityWidget, vrfAddSimCommandExample::DtSimulationCommandMessageDialog, makVrf::DtSimulationCommandConsoleMessageDialog, makVrf::DtSimulationCommandScenarioEventWidget, makVrf::DtSimulationCommandRemoveDynamicTerrainDamageWidget, makVrf::DtSimulationCommandStealthCommandWidget, makVrf::DtSetAiEnabledDialog, makVrf::DtSetInvulnerableDialog, makVrf::DtSimulationCommandSetTimeOfDayDialog, and makVrf::DtSetGimbalSensorLasingDialog.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Sends signal to send out command.
Reimplemented from makVrf::DtTaskSetDialogInterface.
|
protectedvirtual |
Reimplemented in makVrf::DtScriptedTaskDialog, makVrf::DtSetAirBaseAssignAircraftDialog, and makVrf::DtSetStatePropertyDialog.
|
inlineprotectedvirtual |
Implements makVrf::DtCommandDialogExtensionInterface.
Reimplemented in makVrf::DtSetAiEnabledDialog, makVrf::DtSetInvulnerableDialog, and makVrf::DtSetGimbalSensorLasingDialog.
|
protectedvirtualslot |
Reimplemented in makVrf::DtTaskSetChooserDialog.
|
protectedvirtualslot |
Reimplemented in makVrf::DtSetAiEnabledDialog, makVrf::DtSetInvulnerableDialog, makVrf::DtSimulationCommandRestartPlanDialog, makVrf::DtSetGimbalSensorLasingDialog, makVrf::DtSimulationCommandAbandonPlanDialog, makVrf::DtSimulationCommandDeleteDialog, and makVrf::DtSimulationCommandLaunchGlobalPlanDialog.
| QVBoxLayout* makVrf::DtBaseTaskSetDialogInterface::myMasterLayout |
| QHBoxLayout* makVrf::DtBaseTaskSetDialogInterface::myButtonLayout |
| QPushButton* makVrf::DtBaseTaskSetDialogInterface::myOKButton |
| QPushButton* makVrf::DtBaseTaskSetDialogInterface::myCancelButton |
| char makVrf::DtBaseTaskSetDialogInterface::myAccepted |
| QLabel* makVrf::DtBaseTaskSetDialogInterface::myTaskSetDescription |
| QFrame* makVrf::DtBaseTaskSetDialogInterface::myTaskSetDescriptionSeparator |
|
protected |