5 #ifndef __cautoanimation__ 6 #define __cautoanimation__ 37 bool isWindowOpened ()
const {
return bWindowOpened; }
40 void setNumSubPixmaps (int32_t numSubPixmaps)
override { IMultiBitmapControl::setNumSubPixmaps (numSubPixmaps);
invalid (); }
48 CCoord totalHeightOfBitmap;
Rect structure.
Definition: crect.h:17
CAutoAnimation(const CRect &size, IControlListener *listener, int32_t tag, CBitmap *background, const CPoint &offset=CPoint(0, 0))
Definition: cautoanimation.cpp:29
virtual void previousPixmap(void)
the previous sub bitmap should be displayed
Definition: cautoanimation.cpp:138
Definition: xmlparse.c:181
A drawing context encapsulates the drawing context of the underlying OS.
Definition: cdrawcontext.h:29
virtual void nextPixmap(void)
the next sub bitmap should be displayed
Definition: cautoanimation.cpp:130
Encapsulates various platform depended kinds of bitmaps.
Definition: cbitmap.h:21
Definition: cautoanimation.h:17
Definition: customcontrols.cpp:8
base class of all VSTGUI controls
Definition: ccontrol.h:76
virtual void closeWindow(void)
disable drawing
Definition: cautoanimation.cpp:124
virtual void invalid()
mark whole view as invalid
Definition: cview.h:63
virtual void openWindow(void)
enabled drawing
Definition: cautoanimation.cpp:118
Point structure.
Definition: cpoint.h:17
CMouseEventResult onMouseDown(CPoint &where, const CButtonState &buttons) override
called when a mouse down event occurs
Definition: cautoanimation.cpp:93
void draw(CDrawContext *) override
called if the view should draw itself
Definition: cautoanimation.cpp:76
Definition: icontrollistener.h:14
interface for controls with sub images
Definition: ccontrol.h:182