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

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