#include <osg/GraphicsContext>
#include <osg/Notify>
#include <osgGA/EventQueue>
#include <osgGA/GUIActionAdapter>
#include <osgViewer/Export>
Namespaces | |
namespace | osgViewer |
Classes | |
class | osgViewer::GraphicsWindow |
Base class for providing Windowing API agnostic access to creating and managing graphisc window and events. More... | |
class | osgViewer::GraphicsWindowEmbedded |
struct | osgViewer::GraphicsWindowFunctionProxy |
Defines | |
#define | OSGVIEWER_GRAPHICWINDOW 1 |
#define | USE_GRAPICSWINDOW_IMPLEMENTATION(ext) |
#define | USE_GRAPHICSWINDOW() USE_GRAPICSWINDOW_IMPLEMENTATION(X11) |
Typedefs | |
typedef void(* | CGraphicsWindowFunction )(void) |
#define OSGVIEWER_GRAPHICWINDOW 1 |
#define USE_GRAPHICSWINDOW | ( | ) | USE_GRAPICSWINDOW_IMPLEMENTATION(X11) |
#define USE_GRAPICSWINDOW_IMPLEMENTATION | ( | ext | ) |
Value:
extern "C" void graphicswindow_##ext(void); \ static osgViewer::GraphicsWindowFunctionProxy graphicswindowproxy_##ext(graphicswindow_##ext);
typedef void(* CGraphicsWindowFunction)(void) |