#include <vstcontrols.h>
Inheritance diagram for CSpecialDigit:
Public Member Functions | |
CSpecialDigit (const CRect &size, CControlListener *listener, long tag, long dwPos, long iNumbers, long *xpos, long *ypos, long width, long height, CBitmap *background) | |
virtual | ~CSpecialDigit () |
virtual void | draw (CDrawContext *) |
called if the view should draw itself | |
virtual float | getNormValue (void) const |
Protected Attributes | |
long | iNumbers |
long | xpos [7] |
long | ypos [7] |
long | width |
long | height |
Can be used to display a counter with maximum 7 digits. All digit have the same size and are stacked in height in the pixmap.
|
|
|
|
|
called if the view should draw itself
Implements CControl. |
|
|
|
|
|
|
|
|
|
|
|
|