StaticText Class Reference

#include <StaticText.h>

Inheritance diagram for StaticText:

Window EditBox

List of all members.


Public Member Functions

 StaticText ()
 (*** add brief description here ***)
virtual ~StaticText ()
 (*** add brief description here ***)
virtual void Draw (Rect rect)
 (*** add brief description here ***)
void SetText (const std::string &rText)
 (*** add brief description here ***)
std::string GetText ()
 (*** add brief description here ***)
void SetFont (const std::string &rName, int pointSize)
 Sets font.

Protected Attributes

std::string m_Text
 (*** add brief description here ***)
TrueTypeFont m_Font
 (*** add brief description here ***)
Surface m_Surface
 (*** add brief description here ***)

Detailed Description

(*** add brief description here ***)
Full Description
(*** add full description here ***)

Constructor & Destructor Documentation

StaticText (  ) 

(*** add brief description here ***)

Full Description
(*** add full description here ***)
Returns:
(*** add return description here ***)

~StaticText (  )  [virtual]

(*** add brief description here ***)

Full Description
(*** add full description here ***)
Returns:
(*** add return description here ***)


Member Function Documentation

void Draw ( Rect  rect  )  [virtual]

(*** add brief description here ***)

Full Description
(*** add full description here ***)
Returns:
(*** add return description here ***)

Reimplemented from Window.

Reimplemented in EditBox.

void SetText ( const std::string &  rText  ) 

(*** add brief description here ***)

Full Description
(*** add full description here ***)
Returns:
(*** add return description here ***)

std::string GetText (  )  [inline]

(*** add brief description here ***)

void SetFont ( const std::string &  rName,
int  pointSize 
)

Sets font.

Full Description
(*** add full description here ***)
Returns:
(*** add return description here ***)


Member Data Documentation

std::string m_Text [protected]

(*** add brief description here ***)

TrueTypeFont m_Font [protected]

(*** add brief description here ***)

Surface m_Surface [protected]

(*** add brief description here ***)


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