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

static_text.h

Go to the documentation of this file.
00001 // Author:  Daniel Albuschat ( daniel@viming.de ) 
00002 // File:    static_text.h
00003 // Date:    Mon Apr 21 00:05:55 20030
00004 // Content:  
00005 
00006 #ifndef STATIC_TEXT_H_1008294761
00007 #define STATIC_TEXT_H_1008294761
00008 #include "base_control.h"
00009 
00010 namespace crs {
00011 
00012   class static_text: public base_control {
00013     private:
00014       std::string mCaption;
00015       const std::string &getCaption();
00016       void setCaption( const std::string &Caption );
00017     public:
00018       static_text( base_control *Parent, const std::string Caption, const unsigned int Left, const unsigned
00019           int Top, const unsigned int Width );
00020       property< static_text, read_write, std::string > caption;
00021       virtual void draw();
00022   };
00023 
00024 }
00025 
00026 #endif
00027 

Generated on Mon May 19 20:36:04 2003 for cursive by doxygen1.2.18