|
FlightGear next
|
#include <simgear/compiler.h>#include <fstream>#include <string>#include <cstring>#include <sstream>#include <stdlib.h>#include <simgear/debug/logstream.hxx>#include <simgear/misc/sg_path.hxx>#include <simgear/screen/screen-dump.hxx>#include <simgear/structure/commands.hxx>#include <simgear/structure/event_mgr.hxx>#include <simgear/props/props_io.hxx>#include <Main/globals.hxx>#include <Main/fg_props.hxx>#include <Main/fg_os.hxx>#include <Viewer/renderer.hxx>#include <Viewer/viewmgr.hxx>#include <Viewer/WindowSystemAdapter.hxx>#include <Viewer/CameraGroup.hxx>#include <GUI/new_gui.hxx>#include "gui.h"Go to the source code of this file.
Functions | |
| void | mkDialog (const char *txt) |
| void | guiErrorMessage (const char *txt) |
| void | guiErrorMessage (const char *txt, const sg_throwable &throwable) |
| void | helpCb () |
| bool | openBrowser (const std::string &aAddress) |
| void | fgDumpSnapShotWrapper () |
| bool | fgDumpSnapShot () |
| void | fgCancelSnapShot () |
| void | fgDumpSceneGraph () |
| void | fgDumpTerrainBranch () |
| void | fgPrintVisibleSceneInfoCommand () |
| void | syncPausePopupState () |
| synchronize /sim/freeze properties with visiblity of the popup-dialog which informs the user | |
Variables | |
| const __fg_gui_fn_t | __fg_gui_fn [] |
| void fgCancelSnapShot | ( | ) |
Definition at line 363 of file gui_funcs.cxx.
| void fgDumpSceneGraph | ( | ) |
Definition at line 369 of file gui_funcs.cxx.
| bool fgDumpSnapShot | ( | ) |
Definition at line 356 of file gui_funcs.cxx.
| void fgDumpSnapShotWrapper | ( | ) |
Definition at line 214 of file gui_funcs.cxx.
| void fgDumpTerrainBranch | ( | ) |
Definition at line 411 of file gui_funcs.cxx.
| void fgPrintVisibleSceneInfoCommand | ( | ) |
Definition at line 451 of file gui_funcs.cxx.
| void guiErrorMessage | ( | const char * | txt | ) |
Definition at line 129 of file gui_funcs.cxx.
| void guiErrorMessage | ( | const char * | txt, |
| const sg_throwable & | throwable ) |
Definition at line 136 of file gui_funcs.cxx.
| void helpCb | ( | ) |
Definition at line 156 of file gui_funcs.cxx.
| void mkDialog | ( | const char * | txt | ) |
Definition at line 91 of file gui_funcs.cxx.
| bool openBrowser | ( | const std::string & | aAddress | ) |
Definition at line 161 of file gui_funcs.cxx.
| void syncPausePopupState | ( | ) |
synchronize /sim/freeze properties with visiblity of the popup-dialog which informs the user
Definition at line 467 of file gui_funcs.cxx.
| const __fg_gui_fn_t __fg_gui_fn[] |
Definition at line 75 of file gui_funcs.cxx.