52 long onCmdOk(FXObject*, FXSelector,
void*);
The dialog to change the application (gui) settings.
bool myAppDemo
Information whether the simulation restarts after ending (demo mode)
GUIDialog_AppSettings(const GUIDialog_AppSettings &)=delete
Invalidated copy constructor.
GUIDialog_AppSettings & operator=(const GUIDialog_AppSettings &)=delete
Invalidated assignment operator.
FXTable * myTable
The list that holds the URLs.
bool myAppQuitOnEnd
Information whether the application shall be quit.
long onCmdOk(FXObject *, FXSelector, void *)
Called on OK-button pressure.
bool myAppAutoStart
Information whether the simulation shall start directly after loading.
FXRealSpinner * myBreakPointOffset
Offset when adding breakpoints.
bool myLocateLinks
Information whether locate links appear in messages.
long onCmdSelect(FXObject *, FXSelector sel, void *)
Called on button change.
long onCmdCancel(FXObject *, FXSelector, void *)
Called on Cancel-button pressure.
bool myAllowTextures
Information whether textures may be used.
~GUIDialog_AppSettings()
Destructor.
GUIMainWindow * myParent
FOX needs this.