Gui Class Reference
#include <Gui.hh>
Inheritance diagram for Gui:
Detailed Description
Abstract class describing a generic GUI.
Public Member Functions | |
Gui (int x, int y, int w, int h, const std::string &t) | |
Constructor. | |
virtual | ~Gui () |
Destructor. | |
virtual void | Init ()=0 |
Initalize the gui. | |
virtual void | Update ()=0 |
Updates the gui. | |
virtual unsigned int | GetWidth () const=0 |
Get the width of the gui's rendering window. | |
virtual unsigned int | GetHeight () const=0 |
Get the height of the gui's rendering window. | |
virtual int | handle (int event)=0 |
Handle an event. | |
virtual Window | GetWindowId () const=0 |
Get the id of the window. | |
virtual XVisualInfo * | GetVisualInfo () const=0 |
Get the visual info. | |
virtual Display * | GetDisplay () const=0 |
Get the display. |
The documentation for this class was generated from the following file: