FLTKGui Class Reference
#include <Gui.hh>
Inheritance diagram for FLTKGui:
Detailed Description
FLTK Main Window.
Public Member Functions | |
FLTKGui (int x, int y, int w, int h, const std::string &t) | |
Constructor. | |
virtual | ~FLTKGui () |
Destructor. | |
virtual void | Init () |
Initalize the gui. | |
virtual void | Update () |
Updates the gui. | |
unsigned int | GetWidth () const |
Get the width of the gui's rendering window. | |
unsigned int | GetHeight () const |
Get the height of the gui's rendering window. | |
int | handle (int event) |
Handle an event. | |
Window | GetWindowId () const |
Get the id of the window. | |
XVisualInfo * | GetVisualInfo () const |
Get the visual info. | |
Display * | GetDisplay () const |
Get the display. | |
Protected Attributes | |
Window | windowId |
ID of the window. | |
XVisualInfo * | visual |
Pointer to the Xvisual. | |
Colormap | colormap |
colormap | |
Display * | display |
pointer to the display |
The documentation for this class was generated from the following file: