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

Public Member Functions | |
| CMovieBitmap (const CRect &size, CControlListener *listener, long tag, CBitmap *background, CPoint &offset) | |
| CMovieBitmap (const CRect &size, CControlListener *listener, long tag, long subPixmaps, CCoord heightOfOneImage, CBitmap *background, CPoint &offset) | |
| virtual | ~CMovieBitmap () |
| virtual void | draw (CDrawContext *) |
| called if the view should draw itself | |
Protected Attributes | |
| CPoint | offset |
| long | subPixmaps |
| CCoord | heightOfOneImage |
A movie pixmap allows to display different subpixmaps according to its current value.
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
called if the view should draw itself
Implements CControl. |
|
|
|
|
|
|
|
|
|