AdjustCamera(Camera *cam) | Wnd | |
Create(const std::string &title, PixelFormat pixelFormat=PF_DEFAULT, WindowStyle style=STYLE_NORMAL) | Wnd | |
Destroy() | Wnd | |
GetHeight() const | Wnd | |
GetMenu() const | Wnd | [inline] |
GetWidth() const | Wnd | |
IsCreated() const | Wnd | |
IsVisible() const | Wnd | |
MessageBox(const std::string &msg, MessageBoxButtons buttons=MBB_OK) | Wnd | |
MessageBox(const std::string &msg, const std::string &title, MessageBoxButtons buttons=MBB_OK) | Wnd | |
OnCreate() | Wnd | [protected, virtual] |
OnDestroy() | Wnd | [protected, virtual] |
OnLButtonDblClk(int x, int y) | Wnd | [protected, virtual] |
OnLButtonDown(int x, int y) | Wnd | [protected, virtual] |
OnLButtonUp(int x, int y) | Wnd | [protected, virtual] |
OnMButtonDblClk(int x, int y) | Wnd | [protected, virtual] |
OnMButtonDown(int x, int y) | Wnd | [protected, virtual] |
OnMButtonUp(int x, int y) | Wnd | [protected, virtual] |
OnMenuCommand(int id) | Wnd | [protected, virtual] |
OnMouseMove(int x, int y) | Wnd | [protected, virtual] |
OnMouseWheel(int x, int y, int zDelta) | Wnd | [protected, virtual] |
OnMove(int x, int y) | Wnd | [protected, virtual] |
OnPaint() | Wnd | [protected, virtual] |
OnRButtonDblClk(int x, int y) | Wnd | [protected, virtual] |
OnRButtonDown(int x, int y) | Wnd | [protected, virtual] |
OnRButtonUp(int x, int y) | Wnd | [protected, virtual] |
OnSize(WindowState state, int width, int height) | Wnd | [protected, virtual] |
Redraw() | Wnd | |
SetInputHandler(InputHandler *handler) | Wnd | |
SetMenu(const Menu &menu) | Wnd | |
SetPosition(int x, int y) | Wnd | |
SetSize(int width, int height) | Wnd | |
Show(WindowState showCmd=STATE_NORMAL) | Wnd | |
ShowScene(Node *newScene) | Wnd | |