Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

WiSpace Class Reference

Inheritance diagram for WiSpace:

Inheritance graph
[legend]
Collaboration diagram for WiSpace:

Collaboration graph
[legend]

Detailed Description

Empty place with width and height.

Definition at line 9 of file WiSpace.h.

Public Member Functions

 WiSpace (int width, int height)
virtual int getW () const
virtual int getH () const
virtual void drawOn (SDL_Surface *)


Constructor & Destructor Documentation

WiSpace::WiSpace int  width,
int  height
[inline]
 

Definition at line 14 of file WiSpace.h.

00014 : m_w(width), m_h(height) {}


Member Function Documentation

virtual void WiSpace::drawOn SDL_Surface *   )  [inline, virtual]
 

Implements Drawable.

Definition at line 18 of file WiSpace.h.

00018 {}

virtual int WiSpace::getH  )  const [inline, virtual]
 

Implements IWidget.

Definition at line 16 of file WiSpace.h.

00016 { return m_h; }

virtual int WiSpace::getW  )  const [inline, virtual]
 

Implements IWidget.

Definition at line 15 of file WiSpace.h.

00015 { return m_w; }


The documentation for this class was generated from the following file:
Generated on Wed Jun 1 09:57:21 2005 for Fish Fillets - Next Generation by  doxygen 1.4.2