Home
last modified time | relevance | path

Searched refs:noSplash (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/krita/krita-4.4.8/libs/ui/
H A DKisApplicationArguments.cpp53 bool noSplash {false}; member
153 d->noSplash = parser.isSet("nosplash"); in KisApplicationArguments()
175 d->noSplash = rhs.noSplash(); in KisApplicationArguments()
191 d->noSplash = rhs.noSplash(); in operator =()
215 ds << d->noSplash; in serialize()
254 ds >> args.d->noSplash; in deserialize()
329 bool KisApplicationArguments::noSplash() const in noSplash() function in KisApplicationArguments
331 return d->noSplash; in noSplash()
H A DKisApplicationArguments.h56 bool noSplash() const;
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/setup/
H A DCAppOpts.h36 …CAppOpts(bool doDebug, bool doLogfile, bool noSplash, const QString& config, const QStringList& ar… in CAppOpts() argument
39 , nosplash(noSplash) in CAppOpts()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmaptool/setup/
H A DCAppOpts.h36 …CAppOpts(bool doDebug, bool doLogfile, bool noSplash, const QString& config, const QStringList& ar… in CAppOpts() argument
39 , nosplash(noSplash) in CAppOpts()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DTrackerStartUp.cpp174 bool noSplash = forceNoSplash ? true : !getShowSplashFlagFromDatabase(); in startUp() local
179 if (!noSplash) in startUp()
188 if (!noSplash) in startUp()
228 if (!noSplash) in startUp()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/app/
H A Dcmdoptions.h53 bool noSplash; member
H A Dcmdoptions.cpp349 , noSplash(NO_SPLASH_OPTION.value(env)) in QBtCommandLineParameters()
431 result.noSplash = true; in parseCommandLine()
H A Dmain.cpp299 if (!(params.noSplash || Preferences::instance()->isSplashScreenDisabled())) in main()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/gtk/
H A Dmain.cpp81 static gboolean noSplash = FALSE; variable
90 { "nosplash", 's', 0, G_OPTION_ARG_NONE, &noSplash, "Disable splash screen", NULL },
327 SplashData* ss = splashStart(app, !noSplash); in main()
/dports/astro/celestia/celestia-1.6.1/src/celestia/gtk/
H A Dmain.cpp81 static gboolean noSplash = FALSE; variable
90 { "nosplash", 's', 0, G_OPTION_ARG_NONE, &noSplash, "Disable splash screen", NULL },
327 SplashData* ss = splashStart(app, !noSplash); in main()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/sdl/
H A DSDL_Main.cpp776 bool swapRedBlue, bool noSplash) in initTracker() argument
830 myTracker->startUp(noSplash); in initTracker()
888 bool swapRedBlue = false, noSplash = false; in SDL_main() local
911 noSplash = true; in SDL_main()
962 initTracker(defaultBPP, orientation, swapRedBlue, noSplash); in SDL_main()
/dports/misc/hotkeys/hotkeys-0.5.7.1/src/
H A Dhotkeys.c99 Bool noSplash = False; variable
491 noSplash=True;
1528 if ( !noSplash )
1565 if ( noSplash )
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/library/
H A Declipse.c277 static int noSplash = 0; /* True: do not show splash win */ variable
328 { NOSPLASH, &noSplash, VALUE_IS_FLAG, 1 },
567 initWindowSystem( &argc, argv, !noSplash ); in _run()
626 if (!noSplash && showSplashArg) in _run()
646 if ((!suppressErrors) && (!noSplash)) { in _run()
1183 if (!noSplash)
/dports/graphics/krita/krita-4.4.8/krita/
H A Dmain.cc554 if (!args.noSplash()) { in main()