Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

crs::static_text Class Reference

#include <static_text.h>

Inheritance diagram for crs::static_text:

crs::base_control List of all members.

Public Methods

 static_text (base_control *Parent, const std::string Caption, const unsigned int Left, const unsigned int Top, const unsigned int Width)
virtual void draw ()

Public Attributes

property< static_text, read_write,
std::string > 
caption

Private Methods

const std::string & getCaption ()
void setCaption (const std::string &Caption)

Private Attributes

std::string mCaption

Constructor & Destructor Documentation

crs::static_text::static_text base_control   Parent,
const std::string    Caption,
const unsigned int    Left,
const unsigned int    Top,
const unsigned int    Width
 

Definition at line 5 of file static_text.cpp.

References crs::base_control::mVisible.


Member Function Documentation

void crs::static_text::draw   [virtual]
 

Reimplemented from crs::base_control.

Definition at line 21 of file static_text.cpp.

References crs::base_control::buffer, crs::drawing_area::fill(), mCaption, and crs::base_control::setText().

const std::string & crs::static_text::getCaption   [private]
 

Definition at line 13 of file static_text.cpp.

References mCaption.

void crs::static_text::setCaption const std::string &    Caption [private]
 

Definition at line 17 of file static_text.cpp.

References mCaption.


Member Data Documentation

property< static_text, read_write, std::string > crs::static_text::caption
 

Definition at line 20 of file static_text.h.

std::string crs::static_text::mCaption [private]
 

Definition at line 14 of file static_text.h.

Referenced by draw(), getCaption(), and setCaption().


The documentation for this class was generated from the following files:
Generated on Mon May 19 20:36:04 2003 for cursive by doxygen1.2.18