OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Macros | Typedefs
GraphicsWindow.h File Reference
#include <osg/GraphicsContext>
#include <osg/Notify>
#include <osgGA/EventQueue>
#include <osgGA/GUIActionAdapter>
#include <osgViewer/Export>
Include dependency graph for GraphicsWindow.h:

Go to the source code of this file.

Classes

class  osgViewer::GraphicsWindow
 
class  osgViewer::GraphicsWindowEmbedded
 
struct  osgViewer::GraphicsWindowFunctionProxy
 

Namespaces

 osgViewer
 

Macros

#define USE_GRAPICSWINDOW_IMPLEMENTATION(ext)
 
#define USE_GRAPHICSWINDOW()   USE_GRAPICSWINDOW_IMPLEMENTATION(X11)
 

Typedefs

typedef void(* CGraphicsWindowFunction )(void)
 

Macro Definition Documentation

#define USE_GRAPHICSWINDOW ( )    USE_GRAPICSWINDOW_IMPLEMENTATION(X11)

Definition at line 290 of file GraphicsWindow.h.

#define USE_GRAPICSWINDOW_IMPLEMENTATION (   ext)
Value:
extern "C" void graphicswindow_##ext(void); \
static osgViewer::GraphicsWindowFunctionProxy graphicswindowproxy_##ext(graphicswindow_##ext);

Definition at line 281 of file GraphicsWindow.h.

Typedef Documentation

typedef void(* CGraphicsWindowFunction)(void)

Definition at line 28 of file GraphicsWindow.h.