FLTKGui Class Reference
#include <FLTKGui.hh>
Inheritance diagram for FLTKGui:
Detailed Description
FLTK GuiPublic Member Functions | |
FLTKGui (int x, int y, int w, int h, const std::string &label) | |
virtual | ~FLTKGui () |
virtual void | Init () |
virtual unsigned int | GetWidth () const |
virtual unsigned int | GetHeight () const |
int | handle (int event) |
Constructor & Destructor Documentation
FLTKGui | ( | int | x, | |
int | y, | |||
int | w, | |||
int | h, | |||
const std::string & | label | |||
) |
Constructor
virtual ~FLTKGui | ( | ) | [virtual] |
Destructor
Member Function Documentation
virtual void Init | ( | ) | [virtual] |
Initalize the gui
Implements Gui.
virtual unsigned int GetWidth | ( | ) | const [virtual] |
Get the width of the gui's rendering window
Implements Gui.
virtual unsigned int GetHeight | ( | ) | const [virtual] |
Get the height of the gui's rendering window
Implements Gui.
int handle | ( | int | event | ) |
Handle event
The documentation for this class was generated from the following file: