Home
last modified time | relevance | path

Searched refs:KStarsSplash (Results 1 – 5 of 5) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/
H A Dkstarssplash.h20 class KStarsSplash : public QSplashScreen
29 explicit KStarsSplash(const QString &customMessage = "");
31 virtual ~KStarsSplash() override = default;
H A Dkstarssplash.cpp13 KStarsSplash::KStarsSplash(const QString &customMessage) : QSplashScreen(QPixmap()) in KStarsSplash() function in KStarsSplash
21 void KStarsSplash::setMessage(const QString &message) in setMessage()
H A Dkstars.cpp207 KStarsSplash *splash = nullptr; in KStars()
210 splash = new KStarsSplash(nullptr); in KStars()
/dports/astro/kstars/kstars-3.5.6/kstars/skycomponents/
H A Dstarcomponent.h21 class KStarsSplash; variable
177 KStarsSplash *m_reindexSplash { nullptr };
H A Dstarcomponent.cpp163 m_reindexSplash = new KStarsSplash(i18n("Please wait while re-indexing stars...")); in reindexAll()