This is the complete list of members for gte::WindowBase, including all inherited members.
GetAspectRatio() const | gte::WindowBase | inline |
GetGTEPath() | gte::WindowBase | protected |
GetMousePosition(int &x, int &y) const | gte::WindowBase | virtual |
GetTitle() const | gte::WindowBase | inline |
GetXOrigin() const | gte::WindowBase | inline |
GetXSize() const | gte::WindowBase | inline |
GetYOrigin() const | gte::WindowBase | inline |
GetYSize() const | gte::WindowBase | inline |
IsMaximized() const | gte::WindowBase | inline |
IsMinimized() const | gte::WindowBase | inline |
KEY_ALT | gte::WindowBase | static |
KEY_BACKSPACE | gte::WindowBase | static |
KEY_COMMAND | gte::WindowBase | static |
KEY_CONTROL | gte::WindowBase | static |
KEY_DELETE | gte::WindowBase | static |
KEY_DOWN | gte::WindowBase | static |
KEY_END | gte::WindowBase | static |
KEY_ENTER | gte::WindowBase | static |
KEY_ESCAPE | gte::WindowBase | static |
KEY_F1 | gte::WindowBase | static |
KEY_F10 | gte::WindowBase | static |
KEY_F11 | gte::WindowBase | static |
KEY_F12 | gte::WindowBase | static |
KEY_F2 | gte::WindowBase | static |
KEY_F3 | gte::WindowBase | static |
KEY_F4 | gte::WindowBase | static |
KEY_F5 | gte::WindowBase | static |
KEY_F6 | gte::WindowBase | static |
KEY_F7 | gte::WindowBase | static |
KEY_F8 | gte::WindowBase | static |
KEY_F9 | gte::WindowBase | static |
KEY_HOME | gte::WindowBase | static |
KEY_INSERT | gte::WindowBase | static |
KEY_LEFT | gte::WindowBase | static |
KEY_PAGE_DOWN | gte::WindowBase | static |
KEY_PAGE_UP | gte::WindowBase | static |
KEY_RETURN | gte::WindowBase | static |
KEY_RIGHT | gte::WindowBase | static |
KEY_SHIFT | gte::WindowBase | static |
KEY_TAB | gte::WindowBase | static |
KEY_UP | gte::WindowBase | static |
mAllowResize | gte::WindowBase | protected |
mBaseEngine | gte::WindowBase | protected |
mEnvironment | gte::WindowBase | protected |
mIsMaximized | gte::WindowBase | protected |
mIsMinimized | gte::WindowBase | protected |
MODIFIER_CONTROL | gte::WindowBase | static |
MODIFIER_LBUTTON | gte::WindowBase | static |
MODIFIER_MBUTTON | gte::WindowBase | static |
MODIFIER_RBUTTON | gte::WindowBase | static |
MODIFIER_SHIFT | gte::WindowBase | static |
MOUSE_DOWN | gte::WindowBase | static |
MOUSE_LEFT | gte::WindowBase | static |
MOUSE_MIDDLE | gte::WindowBase | static |
MOUSE_NONE | gte::WindowBase | static |
MOUSE_RIGHT | gte::WindowBase | static |
MOUSE_UP | gte::WindowBase | static |
MouseButton typedef | gte::WindowBase | |
MouseState typedef | gte::WindowBase | |
mProgramFactory | gte::WindowBase | protected |
mTimer | gte::WindowBase | protected |
mTitle | gte::WindowBase | protected |
mXOrigin | gte::WindowBase | protected |
mXSize | gte::WindowBase | protected |
mYOrigin | gte::WindowBase | protected |
mYSize | gte::WindowBase | protected |
OnCharPress(unsigned char key, int x, int y) | gte::WindowBase | virtual |
OnClose() | gte::WindowBase | virtual |
OnDisplay() | gte::WindowBase | virtual |
OnIdle() | gte::WindowBase | virtual |
OnKeyDown(int key, int x, int y) | gte::WindowBase | virtual |
OnKeyUp(int key, int x, int y) | gte::WindowBase | virtual |
OnMaximize() | gte::WindowBase | virtual |
OnMinimize() | gte::WindowBase | virtual |
OnMouseClick(int button, int state, int x, int y, unsigned int modifiers) | gte::WindowBase | virtual |
OnMouseMotion(int button, int x, int y, unsigned int modifiers) | gte::WindowBase | virtual |
OnMouseWheel(int delta, int x, int y, unsigned int modifiers) | gte::WindowBase | virtual |
OnMove(int x, int y) | gte::WindowBase | virtual |
OnResize(int xSize, int ySize) | gte::WindowBase | virtual |
SetMousePosition(int x, int y) | gte::WindowBase | virtual |
SetTitle(std::wstring const &title) | gte::WindowBase | virtual |
WindowBase(Parameters ¶meters) | gte::WindowBase | protected |
~WindowBase() | gte::WindowBase | virtual |