![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Federate & Federation configuration dialog. More...
Inheritance diagram for DtRidConfigDialog:
Collaboration diagram for DtRidConfigDialog:Public Member Functions | |
| virtual | ~DtRidConfigDialog () |
| Virtual DTOR. | |
| virtual QString | configurationName () const |
| Get the configuration name. | |
| virtual void | setConfigurationName (const QString &name) |
| Set the configuration name. | |
| virtual void | revertSettings (const DtRIDParameters &ridSettings) |
| Populate the dialog with the given RID settings. | |
| virtual void | saveSettings (DtRIDParameters &ridSettings) |
| Populate the RID settings from the dialog. | |
Static Public Member Functions | |
| static DtRidConfigDialog * | create (QWidget *parent=0) |
| Static creation method. | |
Protected Slots | |
| virtual void | on_enableMom_toggled (bool checked) |
| virtual void | on_enableMom_stateChanged (int state) |
| virtual void | on_enableSaveAndRestore_toggled (bool checked) |
| virtual void | on_saveAndRestoreDirectoryBrowseButton_clicked () |
| virtual void | on_enableFederateHeartbeat_toggled (bool checked) |
| virtual void | on_enableReconnect_toggled (bool checked) |
| virtual void | on_enableMessageThrottling_toggled (bool checked) |
| virtual void | on_maxNumberFederates_valueChangd (int maxFederates) |
| virtual void | on_maxObjectsPerFederate_valueChangd (int maxObjects) |
| virtual void | on_overrideFomSwitches_toggled (bool checked) |
| virtual void | on_logFileDirectoryBrowseButton_clicked () |
| virtual void | on_processingModel_indexChanged (int index) |
| virtual void | on_enablePacketBundling_toggled (bool checked) |
| virtual void | on_enableTcpCompression_toggled (bool checked) |
| virtual void | on_enableUdpCompression_toggled (bool checked) |
Protected Member Functions | |
| DtRidConfigDialog (QWidget *parent=0) | |
| Protected CTOR (Use ::create). | |
| virtual void | initialize () |
| Calls other initialization methods to set up the dialog. | |
| virtual void | translateTooltips () |
| Translates the tooltip strings. | |
| virtual void | setupGui () |
| Sets up the GUI for the dialog. | |
| virtual void | initializeDialogTabs () |
| Creates all tabs for the dialog. | |
| virtual void | layoutServicesTab () |
| Creates the services tab and the widgets in it. | |
| virtual void | layoutFaultToleranceTab () |
| Creates the fault tolerance tab and the widgets in it. | |
| virtual void | layoutMessageThrottleTab () |
| Creates the Message Throttling tab and the widgets in it. | |
| virtual void | layoutAdvancedConnectionTab () |
| Creates the advanced connection settings tab and the widgets in it. | |
| virtual void | layoutHlaTab () |
| Creates the HLA tab and the widgets in it. | |
| virtual void | layoutDiagnosticOutputTab () |
| Creates the diagnostic ouput tab and the widgets in it. | |
| virtual void | layoutProcessingModelTab () |
| Creates the processing model tab and the widgets in it. | |
| virtual void | layoutRtiAssistantTab () |
| Creates the RTI Assistant tab and the widgets in it. | |
| virtual void | layoutNetworkTab () |
| Creates the network tab and the widgets in it. | |
| virtual void | layoutPacketBundlingTab () |
| Creates the packet bundling tab and the widgets in it. | |
| virtual void | layoutLicensingTab () |
| Creates the licensing tab and the widgets in it. | |
| virtual void | connectToSignals () |
| Connects to GUI signals and handles input. | |
Protected Attributes | |
| DtWidgetPager * | myWidgetPager |
| QPushButton * | myOkButton |
| QPushButton * | myCancelButton |
Tooltips | |
| QString | myConfigurationNameTooltip |
| Services Tab Tooltips. | |
| QString | myEnableTimeManagementTooltip |
| Services Tab Tooltips. | |
| QString | myEnableDdmTooltip |
| Services Tab Tooltips. | |
| QString | myEnableNameReservationTooltip |
| Services Tab Tooltips. | |
| QString | myEnableUpdateRateReductionTooltip |
| Services Tab Tooltips. | |
| QString | myEnableMomTooltip |
| Services Tab Tooltips. | |
| QString | myMomUpdateIntervalTooltip |
| Services Tab Tooltips. | |
| QString | myMomExceptionLoggingTooltip |
| Services Tab Tooltips. | |
| QString | myEnableSaveAndRestoreTooltip |
| Services Tab Tooltips. | |
| QString | mySaveAndRestoreTimeoutTooltip |
| Services Tab Tooltips. | |
| QString | mySaveAndRestoreDirectoryTooltip |
| Services Tab Tooltips. | |
| QString | mySaveTransientMessagesTooltip |
| Services Tab Tooltips. | |
| QString | myEnableFederateHeartbeatTooltip |
| Fault Tolerance Tab Tooltips. | |
| QString | myHeartbeatIntervalTooltip |
| Fault Tolerance Tab Tooltips. | |
| QString | myTimeoutIntervalTooltip |
| Fault Tolerance Tab Tooltips. | |
| QString | myEnableReconnectTooltip |
| Fault Tolerance Tab Tooltips. | |
| QString | myFederateReconnectPauseTooltip |
| Fault Tolerance Tab Tooltips. | |
| QString | myRtiexecReconnectPauseTooltip |
| Fault Tolerance Tab Tooltips. | |
| QString | myEnableMessageThrottlingTooltip |
| Message Throttling Tab Tooltips. | |
| QString | myThrottleTransmitDelayTooltip |
| Message Throttling Tab Tooltips. | |
| QString | myThrottleTransmitRateTooltip |
| Message Throttling Tab Tooltips. | |
| QString | myAutoProvideDelayTooltip |
| Message Throttling Tab Tooltips. | |
| QString | myAllProvidesDelayedTooltip |
| Message Throttling Tab Tooltips. | |
| QString | myDiscoveryMessageDelayTooltip |
| Message Throttling Tab Tooltips. | |
| QString | mySendInternalMessagesReliableTooltip |
| Advanced Connection Tab Tooltips. | |
| QString | myUseInternalSmartForwardingTooltip |
| Advanced Connection Tab Tooltips. | |
| QString | mySmartForwardingLevelTooltip |
| Advanced Connection Tab Tooltips. | |
| QString | myMaxNumberFederatesTooltip |
| Advanced Connection Tab Tooltips. | |
| QString | myMaxObjectsPerFederateTooltip |
| Advanced Connection Tab Tooltips. | |
| QString | myFomDataTransportTypeTooltip |
| Advanced Connection Tab Tooltips. | |
| QString | myMaxForwarderQueueTooltip |
| Advanced Connection Tab Tooltips. | |
| QString | myUdpForwardingTooltip |
| Advanced Connection Tab Tooltips. | |
| QString | mySmartForwardingLevel0Tooltip |
| Smart forwarding enumeration tooltips. | |
| QString | mySmartForwardingLevel1Tooltip |
| Advanced Connection Tab Tooltips. | |
| QString | mySmartForwardingLevel2Tooltip |
| Advanced Connection Tab Tooltips. | |
| QString | myFomDataTransportType0Tooltip |
| FOM Data Transport Type enumeration tooltips. | |
| QString | myFomDataTransportType1Tooltip |
| FOM Data Transport Type enumeration tooltips. | |
| QString | myFomDataTransportType2Tooltip |
| FOM Data Transport Type enumeration tooltips. | |
| QString | myRelaxInterpretationTooltip |
| HLA Tooltips. | |
| QString | myExtendedCompatibilityTooltip |
| HLA Tooltips. | |
| QString | myConsistencyCheckingTooltip |
| HLA Tooltips. | |
| QString | myAttrOwnershipUnavailableTooltip |
| HLA Tooltips. | |
| QString | myAutoDeleteOrphansTooltip |
| HLA Tooltips. | |
| QString | myOverrideFomSwitchesTooltip |
| HLA Tooltips. | |
| QString | myAutoProvideTooltip |
| HLA Tooltips. | |
| QString | myConveyRegionDesignatorTooltip |
| HLA Tooltips. | |
| QString | myConveyProducingFederateTooltip |
| HLA Tooltips. | |
| QString | myAttributeScopeAdvisoryTooltip |
| HLA Tooltips. | |
| QString | myAttributeRelevanceAdvisoryTooltip |
| HLA Tooltips. | |
| QString | myObjectRelevanceAdvisoryTooltip |
| HLA Tooltips. | |
| QString | myInteractionRelevanceAdvisoryTooltip |
| HLA Tooltips. | |
| QString | myServiceReportingTooltip |
| HLA Tooltips. | |
| QString | myExceptionReportingTooltip |
| HLA Tooltips. | |
| QString | myDelaySubscriptionEvaluationTooltip |
| HLA Tooltips. | |
| QString | myNotifyLevelTooltip |
| Diagnostic Output Tab Tooltips. | |
| QString | myDetachNotifyLevelTooltip |
| Diagnostic Output Tab Tooltips. | |
| QString | myLogFileDirectoryTooltip |
| Diagnostic Output Tab Tooltips. | |
| QString | myLogFileNameTooltip |
| Diagnostic Output Tab Tooltips. | |
| QString | myRtiexecLogFileNameTooltip |
| Diagnostic Output Tab Tooltips. | |
| QString | myForwarderLogFileNameTooltip |
| Diagnostic Output Tab Tooltips. | |
| QString | myLrcMinidumpLevelNameTooltip |
| Diagnostic Output Tab Tooltips. | |
| QString | myReuseLogFileTooltip |
| Diagnostic Output Tab Tooltips. | |
| QString | myWarningsForDisabledServiceTooltip |
| Diagnostic Output Tab Tooltips. | |
| QString | myExceptionForDisabledServiceTooltip |
| Diagnostic Output Tab Tooltips. | |
| QString | myDumpRidTooltip |
| Diagnostic Output Tab Tooltips. | |
| QString | myDumpFomTooltip |
| Diagnostic Output Tab Tooltips. | |
| QString | myNotifyLevel0Tooltip |
| Notify level enumeration tooltips. | |
| QString | myNotifyLevel1Tooltip |
| Diagnostic Output Tab Tooltips. | |
| QString | myNotifyLevel2Tooltip |
| Diagnostic Output Tab Tooltips. | |
| QString | myNotifyLevel3Tooltip |
| Diagnostic Output Tab Tooltips. | |
| QString | myNotifyLevel4Tooltip |
| Diagnostic Output Tab Tooltips. | |
| QString | myConsoleNotifyLevel0Tooltip |
| Console notify level enumeration tooltips. | |
| QString | myConsoleNotifyLevel1Tooltip |
| Console notify level enumeration tooltips. | |
| QString | myConsoleNotifyLevel2Tooltip |
| Console notify level enumeration tooltips. | |
| QString | myConsoleNotifyLevel3Tooltip |
| Console notify level enumeration tooltips. | |
| QString | myConsoleNotifyLevel4Tooltip |
| Console notify level enumeration tooltips. | |
| QString | myConsoleNotifyLevel5Tooltip |
| Console notify level enumeration tooltips. | |
| QString | myLrcMinidumpLevel0Tooltip |
| Minidump level enumeration tooltips. | |
| QString | myLrcMinidumpLevel1Tooltip |
| Minidump level enumeration tooltips. | |
| QString | myLrcMinidumpLevel2Tooltip |
| Minidump level enumeration tooltips. | |
| QString | myLrcMinidumpLevel3Tooltip |
| Minidump level enumeration tooltips. | |
| QString | myProcessingModelTooltip |
| Processing Model Tab Tooltips. | |
| QString | myIoPeriodTooltip |
| Processing Model Tab Tooltips. | |
| QString | myTickWaitPeriodTooltip |
| Processing Model Tab Tooltips. | |
| QString | myMaxIoQueueTooltip |
| Processing Model Tab Tooltips. | |
| QString | myMaxIoCountPerTickTooltip |
| Processing Model Tab Tooltips. | |
| QString | myResponseIntervalTooltip |
| Processing Model Tab Tooltips. | |
| QString | myProcessingModel0Tooltip |
| Processing model enumeration tooltips. | |
| QString | myProcessingModel1Tooltip |
| Processing Model Tab Tooltips. | |
| QString | myProcessingModel2Tooltip |
| Processing Model Tab Tooltips. | |
| QString | myProcessingModel3Tooltip |
| Processing Model Tab Tooltips. | |
| QString | myNetworkStatisticsTooltip |
| RTI Assistant Tab Tooltips. | |
| QString | myNetworkTestingTooltip |
| RTI Assistant Tab Tooltips. | |
| QString | myTcpNoDelayTooltip |
| Network Tab Tooltips. | |
| QString | myTcpBufferSizeTooltip |
| Network Tab Tooltips. | |
| QString | myMulticastTtlTooltip |
| Network Tab Tooltips. | |
| QString | mySocketReceiveBufferSizeTooltip |
| Network Tab Tooltips. | |
| QString | mySocketSendBufferSizeTooltip |
| Network Tab Tooltips. | |
| QString | myEnablePacketBundlingTooltip |
| Packet Bundling Tab Tooltips. | |
| QString | myPacketBundlingSizeTooltip |
| Packet Bundling Tab Tooltips. | |
| QString | myDoNotWaitToSendBundledPacketsTooltip |
| Packet Bundling Tab Tooltips. | |
| QString | myEnableTcpCompressionTooltip |
| Packet Bundling Tab Tooltips. | |
| QString | myTcpCompressionLevelTooltip |
| Packet Bundling Tab Tooltips. | |
| QString | myEnableUdpCompressionTooltip |
| Packet Bundling Tab Tooltips. | |
| QString | myUdpCompressionLevelTooltip |
| Packet Bundling Tab Tooltips. | |
| QString | myRtiExecPerformsLicensingTooltip |
| Licensing Tab Tooltips. | |
| QString | myForceUnlicensedForTwoTooltip |
| Licensing Tab Tooltips. | |
| QString | myDisableUnlicensedForTwoTooltip |
| Licensing Tab Tooltips. | |
Widgets | |
| QLineEdit * | myConfigurationNameLineEdit |
| Services Tab Widgets. | |
| QCheckBox * | myTimeMgmtCheckBox |
| Services Tab Widgets. | |
| QCheckBox * | myDataDistributionCheckBox |
| Services Tab Widgets. | |
| QCheckBox * | myNameReservationCheckBox |
| Services Tab Widgets. | |
| QCheckBox * | myUpdateRateReductionCheckBox |
| Services Tab Widgets. | |
| QCheckBox * | myMomCheckBox |
| Services Tab Widgets. | |
| QLabel * | myMomUpdateIntervalLabel |
| Services Tab Widgets. | |
| QDoubleSpinBox * | myMomUpdateIntervalSpinBox |
| Services Tab Widgets. | |
| QCheckBox * | myMomExceptionLoggingCheckBox |
| Services Tab Widgets. | |
| QCheckBox * | mySaveAndRestoreCheckBox |
| Services Tab Widgets. | |
| QLabel * | mySaveAndRestoreTimeoutLabel |
| Services Tab Widgets. | |
| QDoubleSpinBox * | mySaveAndRestoreTimeoutSpinBox |
| Services Tab Widgets. | |
| QLabel * | mySaveAndRestoreDirectoryLabel |
| Services Tab Widgets. | |
| QLineEdit * | mySaveAndRestoreDirectoryLineEdit |
| Services Tab Widgets. | |
| QPushButton * | mySaveAndRestoreDirectoryBrowseButton |
| Services Tab Widgets. | |
| QCheckBox * | mySaveTransientMessagesCheckBox |
| Services Tab Widgets. | |
| QCheckBox * | myEnableFederateHeartbeatCheckBox |
| Fault Tolerance Tab Widgets. | |
| QLabel * | myHeartbeatIntervalLabel |
| Fault Tolerance Tab Widgets. | |
| QLabel * | myTimeoutIntervalLabel |
| Fault Tolerance Tab Widgets. | |
| QDoubleSpinBox * | myHeartbeatIntervalSpinBox |
| Fault Tolerance Tab Widgets. | |
| QDoubleSpinBox * | myTimeoutIntervalSpinBox |
| Fault Tolerance Tab Widgets. | |
| QCheckBox * | myEnableReconnectCheckBox |
| Fault Tolerance Tab Widgets. | |
| QLabel * | myFederateReconnectPauseLabel |
| Fault Tolerance Tab Widgets. | |
| QDoubleSpinBox * | myFederateReconnectPauseSpinBox |
| Fault Tolerance Tab Widgets. | |
| QLabel * | myRtiexecReconnectPauseLabel |
| Fault Tolerance Tab Widgets. | |
| QDoubleSpinBox * | myRtiexecReconnectPauseSpinBox |
| Fault Tolerance Tab Widgets. | |
| QCheckBox * | myEnableMessageThrottlingCheckBox |
| Message Throttling Tab Widgets. | |
| QLabel * | myThrottleTransmitDelayLabel |
| Message Throttling Tab Widgets. | |
| QDoubleSpinBox * | myThrottleTransmitDelaySpinBox |
| Message Throttling Tab Widgets. | |
| QLabel * | myThrottleTransmitRateLabel |
| Message Throttling Tab Widgets. | |
| QDoubleSpinBox * | myThrottleTransmitRateSpinBox |
| Message Throttling Tab Widgets. | |
| QLabel * | myAutoProvideDelayLabel |
| Message Throttling Tab Widgets. | |
| QDoubleSpinBox * | myAutoProvideDelaySpinBox |
| Message Throttling Tab Widgets. | |
| QCheckBox * | myAllProvidesDelayedCheckBox |
| Message Throttling Tab Widgets. | |
| QLabel * | myDiscoveryMessageDelayLabel |
| Message Throttling Tab Widgets. | |
| QDoubleSpinBox * | myDiscoveryMessageDelaySpinBox |
| Message Throttling Tab Widgets. | |
| QCheckBox * | mySendInteralMessagesReliableCheckBox |
| Advanced Connection Tab Widgets. | |
| QCheckBox * | myUseInternalSmartForwardingCheckBox |
| Advanced Connection Tab Widgets. | |
| QComboBox * | mySmartForwardingLevelComboBox |
| Advanced Connection Tab Widgets. | |
| QSpinBox * | myMaxNumberFederatesSpinBox |
| Advanced Connection Tab Widgets. | |
| QSpinBox * | myMaxObjectsPerFederateSpinBox |
| Advanced Connection Tab Widgets. | |
| QComboBox * | myFomDataTransportTypeComboBox |
| Advanced Connection Tab Widgets. | |
| QSpinBox * | myMaxForwarderQueueSpinBox |
| Advanced Connection Tab Widgets. | |
| QCheckBox * | myUdpForwardingCheckBox |
| Advanced Connection Tab Widgets. | |
| QCheckBox * | myOverrideFomSwitchesCheckBox |
| HLA Evolved Tab Widgets. | |
| QCheckBox * | myAutoProvideCheckBox |
| HLA Evolved Tab Widgets. | |
| QCheckBox * | myConveyRegionDesignatorCheckBox |
| HLA Evolved Tab Widgets. | |
| QCheckBox * | myConveyProducingFederateCheckBox |
| HLA Evolved Tab Widgets. | |
| QCheckBox * | myAttributeScopeAdvisoryCheckBox |
| HLA Evolved Tab Widgets. | |
| QCheckBox * | myAttributeRelevanceAdvisoryCheckBox |
| HLA Evolved Tab Widgets. | |
| QCheckBox * | myObjectRelevanceAdvisoryCheckBox |
| HLA Evolved Tab Widgets. | |
| QCheckBox * | myInteractionRelevanceAdvisoryCheckBox |
| HLA Evolved Tab Widgets. | |
| QCheckBox * | myServiceReportingCheckBox |
| HLA Evolved Tab Widgets. | |
| QCheckBox * | myExceptionReportingCheckBox |
| HLA Evolved Tab Widgets. | |
| QCheckBox * | myDelaySubscriptionEvaluationCheckBox |
| HLA Evolved Tab Widgets. | |
| QCheckBox * | myExtendedCompatibilityCheckBox |
| Extended HLA Tab Widgets. | |
| QCheckBox * | myFomConsistencyCheckBox |
| Extended HLA Tab Widgets. | |
| QCheckBox * | myAttrOwnershipUnavailableCheckBox |
| Extended HLA Tab Widgets. | |
| QCheckBox * | myAutoDeleteOrphansCheckBox |
| Extended HLA Tab Widgets. | |
| QComboBox * | myNotifyLevelComboBox |
| Diagnostic Output Tab Widgets. | |
| QComboBox * | myConsoleNotifyLevelComboBox |
| Diagnostic Output Tab Widgets. | |
| QLineEdit * | myLogFileDirectoryLineEdit |
| Diagnostic Output Tab Widgets. | |
| QPushButton * | myLogFileDirectoryBrowseButton |
| Diagnostic Output Tab Widgets. | |
| QLineEdit * | myLogFileNameLineEdit |
| Diagnostic Output Tab Widgets. | |
| QLineEdit * | myRtiExecLogFileNameLineEdit |
| Diagnostic Output Tab Widgets. | |
| QLineEdit * | myForwarderLogFileNameLineEdit |
| Diagnostic Output Tab Widgets. | |
| QCheckBox * | myReuseLogFileCheckBox |
| Diagnostic Output Tab Widgets. | |
| QCheckBox * | myWarningsForDisabledServiceCheckBox |
| Diagnostic Output Tab Widgets. | |
| QCheckBox * | myExceptionForDisabledServiceCheckBox |
| Diagnostic Output Tab Widgets. | |
| QCheckBox * | myDumpRidCheckBox |
| Diagnostic Output Tab Widgets. | |
| QCheckBox * | myDumpFomCheckBox |
| Diagnostic Output Tab Widgets. | |
| QComboBox * | myLrcMinidumpLevelComboBox |
| Diagnostic Output Tab Widgets. | |
| QComboBox * | myProcessingModelComboBox |
| Processing Model Tab Widgets. | |
| QDoubleSpinBox * | myIoPeriodSpinBox |
| Processing Model Tab Widgets. | |
| QDoubleSpinBox * | myTickWaitSpinBox |
| Processing Model Tab Widgets. | |
| QSpinBox * | myMaxIoQueueSpinBox |
| Processing Model Tab Widgets. | |
| QSpinBox * | myMaxIoCountPerTickSpinBox |
| Processing Model Tab Widgets. | |
| QDoubleSpinBox * | myResponseIntervalSpinBox |
| Processing Model Tab Widgets. | |
| QCheckBox * | myNetworkStatisticsCheckBox |
| RTI Assistant Tab Widgets. | |
| QCheckBox * | myNetworkTestingCheckBox |
| RTI Assistant Tab Widgets. | |
| QCheckBox * | myTcpNoDelayCheckBox |
| Network Tab Widgets. | |
| QSpinBox * | myTcpBufferSizeSpinBox |
| Network Tab Widgets. | |
| QSpinBox * | myMulticastTtlSpinBox |
| Network Tab Widgets. | |
| QSpinBox * | mySocketRecvBufferSizeSpinBox |
| Network Tab Widgets. | |
| QSpinBox * | mySocketSendBufferSizeSpinBox |
| Network Tab Widgets. | |
| QCheckBox * | myEnablePacketBundlingCheckBox |
| Packet Bundling Tab Widgets. | |
| QLabel * | myPacketBundlingSizeLabel |
| Packet Bundling Tab Widgets. | |
| QSpinBox * | myPacketBundlingSizeSpinBox |
| Packet Bundling Tab Widgets. | |
| QCheckBox * | myDoNotWaitToSendBundledPacketsCheckBox |
| Packet Bundling Tab Widgets. | |
| QCheckBox * | myEnableTcpCompressionCheckBox |
| Packet Bundling Tab Widgets. | |
| QLabel * | myTcpCompressionLevelLabel |
| Packet Bundling Tab Widgets. | |
| QSpinBox * | myTcpCompressionLevelSpinBox |
| Packet Bundling Tab Widgets. | |
| QCheckBox * | myEnableUdpCompressionCheckBox |
| Packet Bundling Tab Widgets. | |
| QLabel * | myUdpCompressionLevelLabel |
| Packet Bundling Tab Widgets. | |
| QSpinBox * | myUdpCompressionLevelSpinBox |
| Packet Bundling Tab Widgets. | |
| QCheckBox * | myRtiExecPerformsLicensingCheckBox |
| Licensing Tab Widgets. | |
| QCheckBox * | myForceUnlicensedForTwoCheckBox |
| Licensing Tab Widgets. | |
| QCheckBox * | myDisableUnlicensedForTwoCheckBox |
| Licensing Tab Widgets. | |
Private Member Functions | |
| DtRidConfigDialog (const DtRidConfigDialog &other) | |
| Copy CTOR not implemented – Do Not Copy! | |
| DtRidConfigDialog & | operator= (const DtRidConfigDialog &other) |
| Assignment Operator not implemented – Do Not Copy! | |
Federate & Federation configuration dialog.
|
virtual |
Virtual DTOR.
|
protected |
Protected CTOR (Use ::create).
|
private |
Copy CTOR not implemented – Do Not Copy!
|
virtual |
Get the configuration name.
|
protectedvirtual |
Connects to GUI signals and handles input.
Called from ::initialize().
|
static |
Static creation method.
Instantiates a configuration dialog.
|
protectedvirtual |
Calls other initialization methods to set up the dialog.
Called from the dialog's create method.
|
protectedvirtual |
Creates all tabs for the dialog.
Calls all the individual tab layout methods. Called from ::setupGui()
|
protectedvirtual |
Creates the advanced connection settings tab and the widgets in it.
Called from ::initializeDialogTabs().
|
protectedvirtual |
Creates the diagnostic ouput tab and the widgets in it.
Called from ::initializeDialogTabs().
|
protectedvirtual |
Creates the fault tolerance tab and the widgets in it.
Called from ::initializeDialogTabs().
|
protectedvirtual |
Creates the HLA tab and the widgets in it.
Called from ::initializeDialogTabs().
|
protectedvirtual |
Creates the licensing tab and the widgets in it.
Called from ::initializeDialogTabs().
|
protectedvirtual |
Creates the Message Throttling tab and the widgets in it.
Called from ::initializeDialogTabs().
|
protectedvirtual |
Creates the network tab and the widgets in it.
Called from ::initializeDialogTabs().
|
protectedvirtual |
Creates the packet bundling tab and the widgets in it.
Called from ::initializeDialogTabs().
|
protectedvirtual |
Creates the processing model tab and the widgets in it.
Called from ::initializeDialogTabs().
|
protectedvirtual |
Creates the RTI Assistant tab and the widgets in it.
Called from ::initializeDialogTabs().
|
protectedvirtual |
Creates the services tab and the widgets in it.
Called from ::initializeDialogTabs().
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
private |
Assignment Operator not implemented – Do Not Copy!
|
virtual |
Populate the dialog with the given RID settings.
|
virtual |
Populate the RID settings from the dialog.
|
virtual |
Set the configuration name.
|
protectedvirtual |
Sets up the GUI for the dialog.
Called from ::initialize().
|
protectedvirtual |
Translates the tooltip strings.
Called from ::initialize() before ::setupGui().
|
protected |
Message Throttling Tab Widgets.
|
protected |
Message Throttling Tab Tooltips.
|
protected |
HLA Evolved Tab Widgets.
|
protected |
HLA Tooltips.
|
protected |
HLA Evolved Tab Widgets.
|
protected |
HLA Tooltips.
|
protected |
Extended HLA Tab Widgets.
|
protected |
HLA Tooltips.
|
protected |
Extended HLA Tab Widgets.
|
protected |
HLA Tooltips.
|
protected |
HLA Evolved Tab Widgets.
|
protected |
Message Throttling Tab Widgets.
|
protected |
Message Throttling Tab Widgets.
|
protected |
Message Throttling Tab Tooltips.
|
protected |
HLA Tooltips.
|
protected |
|
protected |
Services Tab Widgets.
|
protected |
Services Tab Tooltips.
|
protected |
HLA Tooltips.
|
protected |
Console notify level enumeration tooltips.
|
protected |
Console notify level enumeration tooltips.
|
protected |
Console notify level enumeration tooltips.
|
protected |
Console notify level enumeration tooltips.
|
protected |
Console notify level enumeration tooltips.
|
protected |
Console notify level enumeration tooltips.
|
protected |
Diagnostic Output Tab Widgets.
|
protected |
HLA Evolved Tab Widgets.
|
protected |
HLA Tooltips.
|
protected |
HLA Evolved Tab Widgets.
|
protected |
HLA Tooltips.
|
protected |
Services Tab Widgets.
|
protected |
HLA Evolved Tab Widgets.
|
protected |
HLA Tooltips.
|
protected |
Diagnostic Output Tab Tooltips.
|
protected |
Licensing Tab Widgets.
|
protected |
Licensing Tab Tooltips.
|
protected |
Message Throttling Tab Widgets.
|
protected |
Message Throttling Tab Widgets.
|
protected |
Message Throttling Tab Tooltips.
|
protected |
Packet Bundling Tab Widgets.
|
protected |
Packet Bundling Tab Tooltips.
|
protected |
Diagnostic Output Tab Widgets.
|
protected |
Diagnostic Output Tab Tooltips.
|
protected |
Diagnostic Output Tab Widgets.
|
protected |
Diagnostic Output Tab Tooltips.
|
protected |
Services Tab Tooltips.
|
protected |
Fault Tolerance Tab Widgets.
|
protected |
Fault Tolerance Tab Tooltips.
|
protected |
Message Throttling Tab Widgets.
|
protected |
Message Throttling Tab Tooltips.
|
protected |
Services Tab Tooltips.
|
protected |
Services Tab Tooltips.
|
protected |
Packet Bundling Tab Widgets.
|
protected |
Packet Bundling Tab Tooltips.
|
protected |
Fault Tolerance Tab Widgets.
|
protected |
Fault Tolerance Tab Tooltips.
|
protected |
Services Tab Tooltips.
|
protected |
Packet Bundling Tab Widgets.
|
protected |
Packet Bundling Tab Tooltips.
|
protected |
Services Tab Tooltips.
|
protected |
Packet Bundling Tab Widgets.
|
protected |
Packet Bundling Tab Tooltips.
|
protected |
Services Tab Tooltips.
|
protected |
Diagnostic Output Tab Widgets.
|
protected |
Diagnostic Output Tab Tooltips.
|
protected |
HLA Evolved Tab Widgets.
|
protected |
HLA Tooltips.
|
protected |
Extended HLA Tab Widgets.
|
protected |
HLA Tooltips.
|
protected |
Fault Tolerance Tab Widgets.
|
protected |
Fault Tolerance Tab Widgets.
|
protected |
Fault Tolerance Tab Tooltips.
|
protected |
Extended HLA Tab Widgets.
|
protected |
FOM Data Transport Type enumeration tooltips.
|
protected |
FOM Data Transport Type enumeration tooltips.
|
protected |
FOM Data Transport Type enumeration tooltips.
|
protected |
Advanced Connection Tab Widgets.
|
protected |
Advanced Connection Tab Tooltips.
|
protected |
Licensing Tab Widgets.
|
protected |
Licensing Tab Tooltips.
|
protected |
Diagnostic Output Tab Widgets.
|
protected |
Diagnostic Output Tab Tooltips.
|
protected |
Fault Tolerance Tab Widgets.
|
protected |
Fault Tolerance Tab Widgets.
|
protected |
Fault Tolerance Tab Tooltips.
|
protected |
HLA Evolved Tab Widgets.
|
protected |
HLA Tooltips.
|
protected |
Processing Model Tab Widgets.
|
protected |
Processing Model Tab Tooltips.
|
protected |
Diagnostic Output Tab Widgets.
|
protected |
Diagnostic Output Tab Widgets.
|
protected |
Diagnostic Output Tab Tooltips.
|
protected |
Diagnostic Output Tab Widgets.
|
protected |
Diagnostic Output Tab Tooltips.
|
protected |
Minidump level enumeration tooltips.
|
protected |
Minidump level enumeration tooltips.
|
protected |
Minidump level enumeration tooltips.
|
protected |
Minidump level enumeration tooltips.
|
protected |
Diagnostic Output Tab Widgets.
|
protected |
Diagnostic Output Tab Tooltips.
|
protected |
Advanced Connection Tab Widgets.
|
protected |
Advanced Connection Tab Tooltips.
|
protected |
Processing Model Tab Widgets.
|
protected |
Processing Model Tab Tooltips.
|
protected |
Processing Model Tab Widgets.
|
protected |
Processing Model Tab Tooltips.
|
protected |
Advanced Connection Tab Widgets.
|
protected |
Advanced Connection Tab Tooltips.
|
protected |
Advanced Connection Tab Widgets.
|
protected |
Advanced Connection Tab Tooltips.
|
protected |
Services Tab Widgets.
|
protected |
Services Tab Widgets.
|
protected |
Services Tab Tooltips.
|
protected |
Services Tab Widgets.
|
protected |
Services Tab Widgets.
|
protected |
Services Tab Tooltips.
|
protected |
Network Tab Widgets.
|
protected |
Network Tab Tooltips.
|
protected |
Services Tab Widgets.
|
protected |
RTI Assistant Tab Widgets.
|
protected |
RTI Assistant Tab Tooltips.
|
protected |
RTI Assistant Tab Widgets.
|
protected |
RTI Assistant Tab Tooltips.
|
protected |
Notify level enumeration tooltips.
|
protected |
Diagnostic Output Tab Tooltips.
|
protected |
Diagnostic Output Tab Tooltips.
|
protected |
Diagnostic Output Tab Tooltips.
|
protected |
Diagnostic Output Tab Tooltips.
|
protected |
Diagnostic Output Tab Widgets.
|
protected |
Diagnostic Output Tab Tooltips.
|
protected |
HLA Evolved Tab Widgets.
|
protected |
HLA Tooltips.
|
protected |
|
protected |
HLA Evolved Tab Widgets.
|
protected |
HLA Tooltips.
|
protected |
Packet Bundling Tab Widgets.
|
protected |
Packet Bundling Tab Widgets.
|
protected |
Packet Bundling Tab Tooltips.
|
protected |
Processing model enumeration tooltips.
|
protected |
Processing Model Tab Tooltips.
|
protected |
Processing Model Tab Tooltips.
|
protected |
Processing Model Tab Tooltips.
|
protected |
Processing Model Tab Widgets.
|
protected |
Processing Model Tab Tooltips.
|
protected |
HLA Tooltips.
|
protected |
Processing Model Tab Widgets.
|
protected |
Processing Model Tab Tooltips.
|
protected |
Diagnostic Output Tab Widgets.
|
protected |
Diagnostic Output Tab Tooltips.
|
protected |
Diagnostic Output Tab Widgets.
|
protected |
Diagnostic Output Tab Tooltips.
|
protected |
Licensing Tab Widgets.
|
protected |
Licensing Tab Tooltips.
|
protected |
Fault Tolerance Tab Widgets.
|
protected |
Fault Tolerance Tab Widgets.
|
protected |
Fault Tolerance Tab Tooltips.
|
protected |
Services Tab Widgets.
|
protected |
Services Tab Widgets.
|
protected |
Services Tab Widgets.
|
protected |
Services Tab Widgets.
|
protected |
Services Tab Tooltips.
|
protected |
Services Tab Widgets.
|
protected |
Services Tab Widgets.
|
protected |
Services Tab Tooltips.
|
protected |
Services Tab Widgets.
|
protected |
Services Tab Tooltips.
|
protected |
Advanced Connection Tab Widgets.
|
protected |
Advanced Connection Tab Tooltips.
|
protected |
HLA Evolved Tab Widgets.
|
protected |
HLA Tooltips.
|
protected |
Smart forwarding enumeration tooltips.
|
protected |
Advanced Connection Tab Tooltips.
|
protected |
Advanced Connection Tab Tooltips.
|
protected |
Advanced Connection Tab Widgets.
|
protected |
Advanced Connection Tab Tooltips.
|
protected |
Network Tab Tooltips.
|
protected |
Network Tab Widgets.
|
protected |
Network Tab Widgets.
|
protected |
Network Tab Tooltips.
|
protected |
Network Tab Widgets.
|
protected |
Network Tab Tooltips.
|
protected |
Packet Bundling Tab Widgets.
|
protected |
Packet Bundling Tab Widgets.
|
protected |
Packet Bundling Tab Tooltips.
|
protected |
Network Tab Widgets.
|
protected |
Network Tab Tooltips.
|
protected |
Message Throttling Tab Widgets.
|
protected |
Message Throttling Tab Widgets.
|
protected |
Message Throttling Tab Tooltips.
|
protected |
Message Throttling Tab Widgets.
|
protected |
Message Throttling Tab Widgets.
|
protected |
Message Throttling Tab Tooltips.
|
protected |
Processing Model Tab Tooltips.
|
protected |
Processing Model Tab Widgets.
|
protected |
Services Tab Widgets.
|
protected |
Fault Tolerance Tab Widgets.
|
protected |
Fault Tolerance Tab Widgets.
|
protected |
Fault Tolerance Tab Tooltips.
|
protected |
Packet Bundling Tab Widgets.
|
protected |
Packet Bundling Tab Widgets.
|
protected |
Packet Bundling Tab Tooltips.
|
protected |
Advanced Connection Tab Widgets.
|
protected |
Advanced Connection Tab Tooltips.
|
protected |
Services Tab Widgets.
|
protected |
Advanced Connection Tab Widgets.
|
protected |
Advanced Connection Tab Tooltips.
|
protected |
Diagnostic Output Tab Widgets.
|
protected |
Diagnostic Output Tab Tooltips.
|
protected |