#include <vstcontrols.h>
class CSplashScreen : public CControl;
One click on its activated region and its pixmap is displayed, in this state the other control can not be used, an another click on the displayed area reinstalls the normal frame. This can be used to display a help view over the other views.
CSplashScreen |
1.0 |
Creates a splashScreen object.
size |
The rectangle enclosing the activate region, where a click will display the pixmap, relative to the parent frame. |
---|---|
listener |
The object responsible for handling events triggered by this splash screen. |
tag |
The index of this control. |
handle |
The pixmap to display. |
toDisplay |
The rectangle where the pixmap is displayed and where a click erases this display, in the parent frame's local coordinates. |
offset |
~CSplashScreen |
1.0 |
Destroys a splashScreen object. The pixmap is destroyed if there is no more reference on it.
draw |
1.0 |
Called when this control object needs to be drawed.
hitTest |
2.2 |
Check whether the mouse click occured inside the splash screen..
mouse |
1.0 |
Called when there is a mouse-click inside this control object.
CControlListener
's valueChanged
method which is called when the value has changed.
unSplash |
2.2 |
Called to make the splash screen disappear.