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


Public Member Functions | |
| ClusterApp (int x, int y, int w, int h) | |
| ClusterApp (Window *wnd, int w, int h) | |
| ClusterApp (Window *wnd, int x, int y, int w, int h) | |
| Cluster * | ClusterWnd () |
| WindowView2D * | WndView2D () |
| void | InitViewers () |
| virtual void | DisplayFunc () |
Private Member Functions | |
| void | Init (int w, int h) |
Private Attributes | |
| Cluster * | mCluster |
| Window * | mControl |
| WindowView2D * | mWndView2D |
| OGLWND * | mNavOGLWND |
Definition at line 10 of file ClusterApp.h.
1.5.1