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

Public Member Functions | |
| CKickButton (const CRect &size, CControlListener *listener, long tag, CBitmap *background, CPoint &offset) | |
| CKickButton (const CRect &size, CControlListener *listener, long tag, CCoord heightOfOneImage, CBitmap *background, CPoint &offset) | |
| virtual | ~CKickButton () |
| 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 | |
Protected Attributes | |
| CPoint | offset |
| CCoord | heightOfOneImage |
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
called if the view should draw itself
Implements CControl. |
|
||||||||||||||||
|
called if a mouse click event occurs
Reimplemented from CView. |
|
|
|
|
|
|