FlightGear next
gui.h File Reference
#include <simgear/structure/exception.hxx>

Go to the source code of this file.

Classes

struct  __fg_gui_fn_t
 

Namespaces

namespace  osg
 

Functions

bool openBrowser (const std::string &address)
 
void mkDialog (const char *txt)
 
void guiErrorMessage (const char *txt)
 
void guiErrorMessage (const char *txt, const sg_throwable &throwable)
 
bool fgDumpSnapShot ()
 
void fgCancelSnapShot ()
 
void fgDumpSceneGraph ()
 
void fgDumpTerrainBranch ()
 
void fgPrintVisibleSceneInfoCommand ()
 
void fgDumpSnapShotWrapper ()
 
void helpCb ()
 
void syncPausePopupState ()
 synchronize /sim/freeze properties with visiblity of the popup-dialog which informs the user
 

Variables

int gui_menu_on
 
const __fg_gui_fn_t __fg_gui_fn []
 

Function Documentation

◆ fgCancelSnapShot()

void fgCancelSnapShot ( )

Definition at line 363 of file gui_funcs.cxx.

◆ fgDumpSceneGraph()

void fgDumpSceneGraph ( )
extern

Definition at line 369 of file gui_funcs.cxx.

◆ fgDumpSnapShot()

bool fgDumpSnapShot ( )
extern

Definition at line 356 of file gui_funcs.cxx.

◆ fgDumpSnapShotWrapper()

void fgDumpSnapShotWrapper ( )
extern

Definition at line 214 of file gui_funcs.cxx.

◆ fgDumpTerrainBranch()

void fgDumpTerrainBranch ( )
extern

Definition at line 411 of file gui_funcs.cxx.

◆ fgPrintVisibleSceneInfoCommand()

void fgPrintVisibleSceneInfoCommand ( )
extern

Definition at line 451 of file gui_funcs.cxx.

◆ guiErrorMessage() [1/2]

void guiErrorMessage ( const char * txt)
extern

Definition at line 129 of file gui_funcs.cxx.

◆ guiErrorMessage() [2/2]

void guiErrorMessage ( const char * txt,
const sg_throwable & throwable )
extern

Definition at line 136 of file gui_funcs.cxx.

◆ helpCb()

void helpCb ( )
extern

Definition at line 156 of file gui_funcs.cxx.

◆ mkDialog()

void mkDialog ( const char * txt)
extern

Definition at line 91 of file gui_funcs.cxx.

◆ openBrowser()

bool openBrowser ( const std::string & address)
extern

Definition at line 161 of file gui_funcs.cxx.

◆ syncPausePopupState()

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.

Variable Documentation

◆ __fg_gui_fn

const __fg_gui_fn_t __fg_gui_fn[]
extern

Definition at line 75 of file gui_funcs.cxx.

◆ gui_menu_on

int gui_menu_on
extern