Home
last modified time | relevance | path

Searched refs:splashWindow (Results 1 – 6 of 6) sorted by relevance

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/wxlauncher/code/
H A DwxLauncherApp.cpp130 bool displaySplash(wxSplashScreen **splashWindow) in displaySplash() argument
136 (*splashWindow) = new wxSplashScreen(splash, wxSPLASH_CENTRE_ON_SCREEN, 0, NULL, wxID_ANY); in displaySplash()
138 …(*splashWindow) = NULL;//new wxSplashScreen(splash, wxSPLASH_CENTRE_ON_SCREEN | wxSPLASH_TIMEOUT, … in displaySplash()
197 wxSplashScreen* splashWindow = NULL; in OnInit() local
198 if (!displaySplash(&splashWindow)) in OnInit()
242 splashWindow->Show(false); in OnInit()
243 splashWindow->Destroy(); in OnInit()
/dports/games/wxlauncher/wxLauncher-release-0.10.0/code/
H A DwxLauncherApp.cpp154 bool displaySplash(wxSplashScreen **splashWindow) in displaySplash() argument
161 (*splashWindow) = new wxSplashScreen(splash, wxSPLASH_CENTRE_ON_SCREEN, 0, NULL, wxID_ANY); in displaySplash()
163 …(*splashWindow) = NULL;//new wxSplashScreen(splash, wxSPLASH_CENTRE_ON_SCREEN | wxSPLASH_TIMEOUT, … in displaySplash()
219 wxSplashScreen* splashWindow = NULL; in OnInit() local
220 if (!displaySplash(&splashWindow)) in OnInit()
259 splashWindow->Show(false); in OnInit()
260 splashWindow->Destroy(); in OnInit()
/dports/games/openspades/openspades-0.1.3/Sources/Gui/
H A DMain.cpp306 std::unique_ptr<spades::SplashWindow> splashWindow; in main() local
316 splashWindow.reset(new spades::SplashWindow()); in main()
318 auto pumpEvents = [&splashWindow] { splashWindow->PumpEvents(); }; in main()
450 msg.c_str(), splashWindow->GetWindow())) { in main()
602 if (!((int)cl_showStartupWindow != 0 || splashWindow->IsStartupScreenRequested())) { in main()
603 splashWindow.reset(); in main()
608 splashWindow.reset(); in main()
614 splashWindow.reset(); in main()
628 splashWindow.reset(nullptr); in main()
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dwmapp.h132 lazy<YWindow> splashWindow; variable
H A Dwmapp.cc672 splashWindow = null; in handleTimer()
1225 splashWindow(splash(splashFile)), in YWMApp()
1473 else if (splashWindow) { in handleIdle()
1474 splashWindow = null; in handleIdle()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdeclarative/examples/quick/window/
H A Dwindow.qml196 property var splashWindow: Splash {