104 const Image& backgroundImage,
132 void deleteAfterDelay (
RelativeTime minimumTotalTimeToDisplayFor,
133 bool removeOnMouseClick);
145 Image backgroundImage;
148 int clickCountToDelete;
150 void timerCallback()
override;
151 void makeVisible (
int w,
int h,
bool shadow,
bool fullscreen);
The base class for all JUCE user-interface objects.
Classes derived from this will be automatically deleted when the application exits.
A graphics context, used for drawing a component or image.
Holds a fixed-size bitmap.
A relative measure of time.
A component for showing a splash screen while your app starts up.
Holds an absolute date and time.
Makes repeated callbacks to a virtual method at a specified time interval.