FlightGear next
viewmgr.cxx File Reference
#include "config.h"
#include <algorithm>
#include "viewmgr.hxx"
#include "ViewPropertyEvaluator.hxx"
#include <simgear/compiler.h>
#include <simgear/scene/util/OsgMath.hxx>
#include <simgear/props/props_io.hxx>
#include <simgear/screen/video-encoder.hxx>
#include <simgear/structure/commands.hxx>
#include <Main/fg_props.hxx>
#include "view.hxx"
#include "sview.hxx"
#include "renderer.hxx"
#include "CameraGroup.hxx"
#include "Scenery/scenery.hxx"
#include <simgear/scene/util/SGReaderWriterOptions.hxx>

Go to the source code of this file.

Functions

static void videoEncodingPopup (const std::string &message, int delay)
 
static void vidoEncodingUpdateStatus (const std::string &path)
 
static void videoEncodingError (const std::string &message)
 
void s_clone_internal (const SGPropertyNode *config, const std::string &type)
 
SGSubsystemMgr::Registrant< FGViewMgrregistrantFGViewMgr (SGSubsystemMgr::DISPLAY)
 

Function Documentation

◆ registrantFGViewMgr()

SGSubsystemMgr::Registrant< FGViewMgr > registrantFGViewMgr ( SGSubsystemMgr::DISPLAY )

◆ s_clone_internal()

void s_clone_internal ( const SGPropertyNode * config,
const std::string & type )

Definition at line 327 of file viewmgr.cxx.

◆ videoEncodingError()

static void videoEncodingError ( const std::string & message)
static

Definition at line 172 of file viewmgr.cxx.

◆ videoEncodingPopup()

static void videoEncodingPopup ( const std::string & message,
int delay )
static

Definition at line 154 of file viewmgr.cxx.

◆ vidoEncodingUpdateStatus()

static void vidoEncodingUpdateStatus ( const std::string & path)
static

Definition at line 163 of file viewmgr.cxx.