#include <vstcontrols.h>
Inheritance diagram for CTextLabel:

Public Member Functions | |
| CTextLabel (const CRect &size, const char *txt=0, CBitmap *background=0, const long style=0) | |
| ~CTextLabel () | |
| virtual void | setText (const char *txt) |
| virtual const char * | getText () const |
| virtual void | draw (CDrawContext *pContext) |
| called if the view should draw itself | |
Protected Member Functions | |
| void | freeText () |
Protected Attributes | |
| char * | text |
|
||||||||||||||||||||
|
|
|
|
|
|
|
called if the view should draw itself
Reimplemented from CParamDisplay. |
|
|
|
|
|
|
|
|
|
|
|
|