Changes

Jump to: navigation, search

Console Framework Classes 20103 - OOP344

12 bytes removed, 13:35, 8 November 2010
FWLabel
class FWLabel: public FWField{
 
int _length;
 
void aloCpy(const char* str, int len = -1);
 
public:
 
FWLabel(const char *Str, int Row, int Col,
 
int Len = -1);
 
FWLabel(int Row, int Col, int Len);
 
~FWLabel();
 
void draw(int Refresh = FW_NO_REFRESH) const;
 
int edit();
 
bool editable()const;
 
void set(const void* str);
 
};

Navigation menu