FlightGear next
sview.hxx File Reference
#include <simgear/scene/util/SGReaderWriterOptions.hxx>
#include <simgear/props/props.hxx>
#include <osgViewer/View>
#include <simgear/scene/viewer/Compositor.hxx>

Go to the source code of this file.

Functions

void SViewSetCompositorParams (osg::ref_ptr< simgear::SGReaderWriterOptions > options, const std::string &compositor_path)
 
void SviewPush ()
 
void SviewUpdate (double dt)
 
void SviewClear ()
 
std::shared_ptr< SviewViewSviewCreate (const SGPropertyNode *config)
 
simgear::compositor::Compositor * SviewGetEventViewport (const osgGA::GUIEventAdapter &ea)
 
bool SviewMouseMotion (int x, int y, const osgGA::GUIEventAdapter &ea)
 

Function Documentation

◆ SviewClear()

void SviewClear ( )

Definition at line 1582 of file sview.cxx.

◆ SviewCreate()

std::shared_ptr< SviewView > SviewCreate ( const SGPropertyNode * config)

Definition at line 1824 of file sview.cxx.

◆ SviewGetEventViewport()

simgear::compositor::Compositor * SviewGetEventViewport ( const osgGA::GUIEventAdapter & ea)

Definition at line 1829 of file sview.cxx.

◆ SviewMouseMotion()

bool SviewMouseMotion ( int x,
int y,
const osgGA::GUIEventAdapter & ea )

Definition at line 1849 of file sview.cxx.

◆ SviewPush()

void SviewPush ( )

Definition at line 1522 of file sview.cxx.

◆ SViewSetCompositorParams()

void SViewSetCompositorParams ( osg::ref_ptr< simgear::SGReaderWriterOptions > options,
const std::string & compositor_path )

Definition at line 1840 of file sview.cxx.

◆ SviewUpdate()

void SviewUpdate ( double dt)

Definition at line 1536 of file sview.cxx.