#include <dtABC/baseabc.h>#include <osgViewer/GraphicsWindow>#include <osgViewer/api/X11/GraphicsWindowX11>Namespaces | |
| namespace | dtABC |
Classes | |
| class | dtABC::Widget |
| Widget class to handle all dtCore rendering for the application. More... | |
| struct | dtABC::WinRect |
| WinRect struct for passing window dimensions. More... | |
| struct | dtABC::WinData |
| WinData struct for passing window handle and dimensions. More... | |
| struct | dtABC::MouseEvent |
| MouseEvent struct for passing mouse events. More... | |
| struct | dtABC::KeyboardEvent |
| KeyboardEvent struct for passing keyboard events. More... | |
Defines | |
| #define | BIT(a) (1<<a) |
| BIT helper definition for enumerated values and bit packing. | |
Typedefs | |
| typedef Window | WindowHandle |
| typedef osgViewer::GraphicsWindowX11::WindowData | WindowData |
| #define BIT | ( | a | ) | (1<<a) |
BIT helper definition for enumerated values and bit packing.
| typedef Window WindowHandle |