FlightGear next
gui_funcs.cxx File Reference
#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 []
 

Function Documentation

◆ fgCancelSnapShot()

void fgCancelSnapShot ( )

Definition at line 363 of file gui_funcs.cxx.

◆ fgDumpSceneGraph()

void fgDumpSceneGraph ( )

Definition at line 369 of file gui_funcs.cxx.

◆ fgDumpSnapShot()

bool fgDumpSnapShot ( )

Definition at line 356 of file gui_funcs.cxx.

◆ fgDumpSnapShotWrapper()

void fgDumpSnapShotWrapper ( )

Definition at line 214 of file gui_funcs.cxx.

◆ fgDumpTerrainBranch()

void fgDumpTerrainBranch ( )

Definition at line 411 of file gui_funcs.cxx.

◆ fgPrintVisibleSceneInfoCommand()

void fgPrintVisibleSceneInfoCommand ( )

Definition at line 451 of file gui_funcs.cxx.

◆ guiErrorMessage() [1/2]

void guiErrorMessage ( const char * txt)

Definition at line 129 of file gui_funcs.cxx.

◆ guiErrorMessage() [2/2]

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

Definition at line 136 of file gui_funcs.cxx.

◆ helpCb()

void helpCb ( )

Definition at line 156 of file gui_funcs.cxx.

◆ mkDialog()

void mkDialog ( const char * txt)

Definition at line 91 of file gui_funcs.cxx.

◆ openBrowser()

bool openBrowser ( const std::string & aAddress)

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[]
Initial value:
= {
{"dumpSnapShot", fgDumpSnapShotWrapper},
{"helpCb", helpCb},
{"", NULL}
}
void fgDumpSnapShotWrapper()
void helpCb()

Definition at line 75 of file gui_funcs.cxx.