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

WiLabel Class Reference

Inheritance diagram for WiLabel:

Inheritance graph
[legend]
Collaboration diagram for WiLabel:

Collaboration graph
[legend]

Detailed Description

Constant text label.

Definition at line 14 of file WiLabel.h.

Public Member Functions

 WiLabel (const std::string &text, const Font &font, const SDL_Color &color)


Constructor & Destructor Documentation

WiLabel::WiLabel const std::string &  text,
const Font font,
const SDL_Color &  color
 

Definition at line 14 of file WiLabel.cpp.

00016     : WiPicture(font.renderTextOutlined(text, color))
00017 {
00018 }


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