#include <guibutton.h>
Inheritance diagram for GUIButton:
Public Member Functions | |
GUIButton (const int &rciX, const int &rciY, const uint &rcuiW, const uint &rcuiH, const string &strFile) | |
void | SetBackground (const Color &color) |
void | SetForeground (const Color &color) |
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 | |
GLuint | uiTexture |
GLuint | uiTextureOver |
Color | colorForeground |
Color | colorBackground |
Definition at line 30 of file guibutton.h.