1 #ifndef APPLICATIONUTILITIES_FAKEQTCONFIGARGUMENTS_H 2 #define APPLICATIONUTILITIES_FAKEQTCONFIGARGUMENTS_H 16 bool areQtGuiArgsPresent()
const;
28 return m_qtWidgetsGuiArg;
36 return m_qtQuickGuiArg;
44 return m_qtWidgetsGuiArg.isPresent() || m_qtQuickGuiArg.isPresent();
49 #ifndef QT_CONFIG_ARGUMENTS 50 # define QT_CONFIG_ARGUMENTS ApplicationUtilities::FakeQtConfigArguments 53 #endif // APPLICATIONUTILITIES_FAKEQTCONFIGARGUMENTS_H
Contains currently only ArgumentParser and related classes.
Argument & qtWidgetsGuiArg()
Returns the argument to show the Qt-widgets-based GUI.
The Argument class is a wrapper for command line argument information.
The FakeQtConfigArguments class provides arguments for the Qt GUI used when the application hasn't be...
Argument & qtQuickGuiArg()
Returns the argument to show the Qt-quick-based GUI.
#define CPP_UTILITIES_EXPORT
Marks the symbol to be exported by the c++utilities library.
bool areQtGuiArgsPresent() const
Returns whether at least one of the arguments is present.