9 #ifndef preferencesViewMgr_H_
10 #define preferencesViewMgr_H_
51 DtBoost::shared_ptr<DtRtiAssistantPeer> peer,
79 virtual void setAssistantLogFileName(
const MAKRti::DtString& );
88 void processConfigAccept();
97 void showAssistantLog();
100 void deleteAssistantLogs();
104 void setLogUpdateInterval(
unsigned int );
105 void setKeepAlive(
bool );
106 void setSendForeignQuery(
bool );
107 void setLatencyTestInteractionPeriodMs(
unsigned int );
108 void setLatencyTestNumInteractions(
unsigned int );
109 void setLatencyTestPayloadBytes(
unsigned int );
110 void setDisplayPopupsAsNotifications(
bool );
111 void setEnableNotifications(
bool );
112 void setLightweightMemorySec(
unsigned int );
113 void setDefunctFederateRemovalTimeSec(
float );
114 void setAssistantUpdateIntervalSec(
unsigned int );
115 void setLrcNetStatsUpdateIntervalSec(
unsigned int );
116 void setShowRtiexecStartupPrompt(
bool );
117 void setAcceptRemoteCommands(
bool );
118 void setAssistantPersistent(
bool );
119 void setDefaultToUnlicensed(
bool );
120 void setWarningTickInterval(
float );
121 void setDisplayRemoteNotifications(
bool );
122 void setDisplayFederationColors(
bool );
123 void setFederateIdentifier(
unsigned int );
130 void updateLogUpdateInterval(
unsigned int );
131 void updateKeepAlive(
bool );
132 void updateSendForeignQuery(
bool );
133 void updateLatencyTestInteractionPeriodMs(
unsigned int );
134 void updateLatencyTestNumInteractions(
unsigned int );
135 void updateLatencyTestPayloadBytes(
unsigned int );
136 void updateDisplayPopupsAsNotifications(
bool );
137 void updateEnableNotifications(
bool );
138 void updateLightweightMemorySec(
unsigned int );
139 void updateDefunctFederateRemovalTimeSec(
float );
140 void updateAssistantUpdateIntervalSec(
unsigned int );
141 void updateLrcNetStatsUpdateIntervalSec(
unsigned int );
142 void updateShowRtiexecStartupPrompt(
bool );
143 void updateAcceptRemoteCommands(
bool );
144 void updateAssistantPersistent(
bool );
145 void updateDefaultToUnlicensed(
bool );
146 void updateWarningTickInterval(
float );
147 void updateDisplayRemoteNotifications(
bool );
148 void updateDisplayFederationColors(
bool );
149 void updateFederateIdentifier(
unsigned int );
154 void savePreferences();