OSG
3.4.0
|
#include <osg/GraphicsContext>
#include <osg/Notify>
#include <osgGA/EventQueue>
#include <osgGA/GUIActionAdapter>
#include <osgViewer/Export>
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) |
#define USE_GRAPHICSWINDOW | ( | ) | USE_GRAPICSWINDOW_IMPLEMENTATION(X11) |
Definition at line 290 of file GraphicsWindow.h.
#define USE_GRAPICSWINDOW_IMPLEMENTATION | ( | ext | ) |
Definition at line 281 of file GraphicsWindow.h.
typedef void(* CGraphicsWindowFunction)(void) |
Definition at line 28 of file GraphicsWindow.h.