cpp-project-template 0.0.1.0
C++ Project Template
Loading...
Searching...
No Matches
splashscreen.cpp File Reference

Namespaces

namespace  cpp_proj
 Namespace for this application.

Functions

void cpp_proj::showSplashScreen (const wxString &fileName, const unsigned long durationMs, const wxBitmapType bitmapType=wxBITMAP_TYPE_ANY)
 Shows the splashscreen.
void cpp_proj::showSplashScreen (const wxImage &img, const unsigned long durationMs)
 Shows the splashscreen.
wxImage cpp_proj::alphaToBlackAndWhiteMask (const wxImage &img)
 Creates a black & white mask for the alpha channel.