#include <Cluster.h>
Inheritance diagram for OglGui::Cluster:
Public Member Functions | |
Cluster (Window *wnd, int x, int y, int w, int h) | |
void | DetailImageInterface (SetImageInterface *si) |
void | InitClusterViewers () |
virtual void | InitDisplayFunc () |
virtual void | DisplayFunc () |
virtual void | MouseFunc (int msg, int btn, int state, int x, int y) |
This function is called by the event handling system everytime the user has moved or clicked the mouse. | |
virtual void | KeyboardFunc (int c, int state) |
Private Member Functions | |
void | Init (int w, int h) |
Private Attributes | |
SetImageInterface * | mDetailImageI |
Definition at line 13 of file Cluster.h.