#include <vstcontrols.h>
Inheritance diagram for CSplashScreen:
Public Member Functions | |
CSplashScreen (const CRect &size, CControlListener *listener, long tag, CBitmap *background, CRect &toDisplay, CPoint &offset) | |
virtual | ~CSplashScreen () |
virtual void | draw (CDrawContext *) |
called if the view should draw itself | |
virtual bool | hitTest (const CPoint &where, const long buttons=-1) |
check if where hits this view | |
virtual void | mouse (CDrawContext *pContext, CPoint &where, long button=-1) |
called if a mouse click event occurs | |
virtual void | unSplash (CDrawContext *pContext=0) |
void | setBitmapTransparency (unsigned char transparency) |
unsigned char | getBitmapTransparency () const |
const CPoint & | getOffset () const |
Protected Attributes | |
CRect | toDisplay |
CRect | keepSize |
CPoint | offset |
unsigned char | bitmapTransparency |
|
|
|
|
|
called if the view should draw itself
Implements CControl. |
|
|
|
|
|
check if where hits this view
Reimplemented from CView. |
|
called if a mouse click event occurs
Reimplemented from CView. |
|
|
|
|
|
|
|
|
|
|
|
|