ASPiK SDK
|
Custom object for dynamic lables that can change their text programmatically.
.
More...
#include <customviews.h>
Public Member Functions | |
CustomTextLabel (const CRect &size, UTF8StringPtr txt=0, CBitmap *background=0, const int32_t style=0) | |
virtual void | updateView () override |
virtual void | sendMessage (void *data) override |
![]() | |
virtual void | pushDataValue (double data) |
virtual void | pushDataValue (double data) |
Protected Member Functions | |
virtual | ~CustomTextLabel (void) |
Custom object for dynamic lables that can change their text programmatically.
.
|
inlineprotectedvirtual |
virtual D-TOR: just kill the queue
|
inlineoverridevirtual |
ICustomView method: send a message to the object (!)
Reimplemented from ICustomView.
|
inlineoverridevirtual |
ICustomView method: this repaints the control
Implements ICustomView.