refs #485, support splash screen

This commit is contained in:
Klaus Basan
2016-03-07 01:32:11 +01:00
committed by Mathew Sutcliffe
parent 90a8368002
commit 45496ce08e
10 changed files with 92 additions and 26 deletions

View File

@@ -116,6 +116,9 @@ namespace BlackCore
//! Running in dev.environment?
bool isRunningInDeveloperEnvironment() const;
//! Signal startup automatically or individually
void signalStartupAutomatically(bool signal = false);
//! Info string
QString getEnvironmentInfoString(const QString &separator) const;
@@ -275,6 +278,9 @@ namespace BlackCore
//! Setup read/syncronized
void ps_setupSyncronized(bool success);
//! Startup completed
virtual void ps_startupCompleted();
protected:
//! Display help message
virtual void cmdLineHelpMessage();
@@ -344,6 +350,7 @@ namespace BlackCore
std::atomic<bool> m_shutdown { false }; //!< is being shutdown?
bool m_useContexts = false; //!< use contexts
bool m_useWebData = false; //!< use web data
bool m_signalStartup = true; //!< signal startup automatically
};
} // namespace