Gazebo

FLTKMainWindow Class Reference

#include <FLTKMainWindow.hh>

Inheritance diagram for FLTKMainWindow:

Gui

List of all members.


Detailed Description

FLTK Main Window

Public Member Functions

 FLTKMainWindow (int x, int y, int w, int h, const std::string &t)
virtual ~FLTKMainWindow ()
virtual void Init ()
virtual void Update ()
virtual unsigned int GetWidth () const
virtual unsigned int GetHeight () const
void draw ()
void flush ()
void resize (int x, int y, int w, int h)
int handle (int event)

Constructor & Destructor Documentation

FLTKMainWindow ( int  x,
int  y,
int  w,
int  h,
const std::string &  t 
)

Constructor

virtual ~FLTKMainWindow (  )  [virtual]

Destructor


Member Function Documentation

virtual void Init (  )  [virtual]

Initalize the gui

Implements Gui.

virtual void Update (  )  [virtual]

Update the gui

Reimplemented from 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.

void draw (  ) 

FLTK draw function

void flush (  ) 

FLTK flush function

void resize ( int  x,
int  y,
int  w,
int  h 
)

FLTK resize function

int handle ( int  event  ) 

FLTK handle callback


The documentation for this class was generated from the following file:

Last updated Aug 04 2007