6 #ifndef SWIFTGUISTDAPPLICATION_H
7 #define SWIFTGUISTDAPPLICATION_H
9 #include <QCommandLineOption>
10 #include <QCoreApplication>
41 const QString &dBusAddress);
43 QCommandLineOption m_cmdFacadeMode { {
"c",
"core" },
44 QCoreApplication::translate(
"main",
"Core mode: (d)istributed, (s)tandalone."),
Specialized GUI application for swift pilot client.
CSwiftGuiStdApplication()
Constructor.
CSwiftGuiStdApplication * instance()
Single instance.
virtual bool parsingHookIn()
Parsing of special CMD args.
virtual swift::misc::CStatusMessageList startHookIn()
Start facade by cmd arguments.
Configuration object for the contexts.
GUI application, a specialized version of swift::core::CApplication for GUI applications.
Status messages, e.g. from Core -> GUI.
CoreMode
Core runs how and where?