#include <guicontainer.h>
Inheritance diagram for GUIContainer:
Public Member Functions | |
| GUIContainer (const int &rciX, const int &rciY, const uint &rcuiW, const uint &rcuiH) | |
| const uint | Add (GUIMain *const pguimain) |
| const uint | GetNumber () const |
| void | GetWinWH (int &riWinW, int &riWinH) const |
| const uint | GetClick () const |
| void | Set (const uint &rcuiIndex, const OC_UBYTE &rcubAttribute) const |
| void | Set (const OC_UBYTE &rcubAttribute) |
| void | ResetAttribute (const OC_UBYTE &rcubAttr) const |
| void | Display () const |
| void | uiKeyboard (const SDL_KeyboardEvent &rcsSDLKeyboardEvent) |
| void | uiMouseMotion (const SDL_MouseMotionEvent &rcsSDLMouseMotionEvent) |
| void | uiMouseButton (const SDL_MouseButtonEvent &rcsSDLMouseButtonEvent) |
| void | uiExpose (const SDL_ExposeEvent &rcsSDLExposeEvent) |
| void | uiResize (const SDL_ResizeEvent &rcsSDLResizeEvent) |
Private Attributes | |
| uint | uiWinWidth |
| uint | uiWinHeight |
| std::vector< GUIMain * > | vectorpguimain |
Static Private Attributes | |
| static GLuint | _uiTexture = 0 |
| static uint | _uiNumberContainer = 0 |
Definition at line 33 of file guicontainer.h.
|
|
Definition at line 98 of file guicontainer.cpp. |
|
||||||||||||
|
Set the attribute of a contained GUIMain object. This declaration hides the prototype of Set inherited from the GUIMain class Definition at line 141 of file guicontainer.cpp. |
1.4.2