#include <OglDemo.h>
Inheritance diagram for OglGui::OglDemo:


Public Member Functions | |
| OglDemo (int width, int height) | |
| OglDemo (Window *parent, int x, int y, int width, int height) | |
| OglDemo (OGLWND *parent, int x, int y, int width, int height) | |
| void | BuildGUI (int w, int h) |
| virtual void | WindowKeyboardEvent (Window *src, int c, int state, void *userData) |
| void | BuildTab_Basic2D3D (Tabs *tabs) |
| void | BuildTab_ZoomPanLense (Tabs *tabs) |
| void | BuildTab_SixViewers (Tabs *tabs) |
| void | MNAnimTab (Tabs *tabs) |
| Window * | WoggelWindow (Window *wnd, int x, int y, int w, int h) |
| void | WoggelTab (Tabs *tabs) |
| void | ViewSphereTab (Tabs *tabs) |
| TitledWindow * | TitledAnimations (Window *parent, int x, int y, int w, int h) |
| void | BuildTab_Animations (Tabs *tabs) |
| TitledWindow * | TitledGalaxy (Window *parent, int x, int y, int w, int h) |
| void | BuildTab_Galaxy (Tabs *tabs) |
| void | BuildTab_GalaxyGrid (Tabs *tabs) |
| void | BuildTab_Regions (Tabs *tabs) |
| DropDownWindow * | NestedDropDown (DropDownWindow *parent, strconst txt, int nest, int tNest) |
| void | TitledFancyTreeView (Window *parent, int x, int y, int w, int h) |
| DropDownWindow * | ControlDrop (DropDownWindow *parent, strconst txt, int nest) |
| void | TitledControlTreeView (Window *parent, int x, int y, int w, int h) |
| void | BuildTab_TreeView (Tabs *tabs) |
| TitledWindow * | TitledViews (Window *parent, int x, int y, int w, int h, std::string title, bool is2D=true, int brdType=BEV_LINE) |
| SelectedViewControl * | TitledViewControl (Window *parent, int x, int y, Window *target) |
| Camera3DControl * | TitledCamera3DControl (Window *parent, int x, int y, Window *target) |
| void | Titled4Woggels (Window *wnd, int x, int y, int w, int h) |
| void | FillScrollContent (Window *wnd, char *str, int n, int m) |
| void | RotateSelectedViews (Window *wnd) |
| TitledWindow * | TitledSixViewer (Window *parent, int x, int y, int w, int h) |
| TitledWindow * | TitledZoomControl (Window *parent, int x, int y, int w, int h, Window *target) |
| TitledWindow * | TitledPanControl (Window *parent, int x, int y, int w, int h, Window *target) |
| TitledWindow * | TitledLenseControl (Window *parent, int x, int y, int w, int h, Window *target) |
| TitledWindow * | TitledZoomPanLense (Window *parent, int x, int y, int w, int h) |
| void | SetOnDrawViewGraphics (Window *src, bool drawGraphics=true) |
Static Public Member Functions | |
| static void | MyOnDrawView2D (OGLVIEW *view) |
| static void | MyOnDrawView3D (OGLVIEW3D *view) |
Static Public Attributes | |
| static const int | scExtraControl = 333 |
Private Attributes | |
| Tabs * | mTabs |
Classes | |
| class | OnPixDisplay |
Definition at line 31 of file OglDemo.h.
1.5.1