Public Member Functions | Private Member Functions

Label Class Reference

A Basic Text Label. More...

#include <Label.h>

Inheritance diagram for Label:
Control Broadcaster Listener

List of all members.

Public Member Functions

 Label (const std::string &caption, const std::string &name, bool autosize=true, int minWidth=16, int minHeight=16)
 ~Label ()

Private Member Functions

void initialize ()
void drawSkin ()
void drawPlain ()

Detailed Description

A Basic Text Label.

The Label Control is just a set of rendered text.


Constructor & Destructor Documentation

Label::Label ( const std::string &  caption,
const std::string &  name,
bool  autosize = true,
int  minWidth = 16,
int  minHeight = 16 
)
Label::~Label (  ) 

Destructor


Member Function Documentation

void Label::drawPlain (  )  [private, virtual]

Draws a Control without a Skin.

Reimplemented from Control.

void Label::drawSkin (  )  [private, virtual]

Render this control.

Reimplemented from Control.

void Label::initialize (  )  [private, virtual]

Ensure that we're automatically setting our height/width parameters.

Reimplemented from Control.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines