#include <vstcontrols.h>
Inheritance diagram for CAutoAnimation:
Public Member Functions | |
CAutoAnimation (const CRect &size, CControlListener *listener, long tag, CBitmap *background, CPoint &offset) | |
CAutoAnimation (const CRect &size, CControlListener *listener, long tag, long subPixmaps, CCoord heightOfOneImage, CBitmap *background, CPoint &offset) | |
virtual | ~CAutoAnimation () |
virtual void | draw (CDrawContext *) |
called if the view should draw itself | |
virtual void | mouse (CDrawContext *pContext, CPoint &where, long button=-1) |
called if a mouse click event occurs | |
virtual void | openWindow (void) |
virtual void | closeWindow (void) |
virtual void | nextPixmap (void) |
virtual void | previousPixmap (void) |
bool | isWindowOpened () const |
Protected Attributes | |
CPoint | offset |
long | subPixmaps |
CCoord | heightOfOneImage |
CCoord | totalHeightOfBitmap |
bool | bWindowOpened |
|
|
|
|
|
|
|
|
|
called if the view should draw itself
Implements CControl. |
|
|
|
called if a mouse click event occurs
Reimplemented from CView. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|