#include <MenuTopPane.h>
Inheritance diagram for OglGui::MenuTopPane:
Public Member Functions | |
MenuTopPane (Window *parent) | |
void | SetMenuListener (MenuListener *l) |
void | ActivateListener (Menu *menu, int menuIdx, std::string itemName, int itemIdx, void *userData) |
void | Open () |
void | Hide () |
virtual void | InitDisplayFunc () |
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. | |
Private Member Functions | |
void | Init () |
Private Attributes | |
MenuListener * | mMenuListener |
OGLWND * | mOglTopWnd |
Definition at line 17 of file MenuTopPane.h.