21 #ifndef __qSlicerCommandOptions_h 22 #define __qSlicerCommandOptions_h 27 #include "qSlicerBaseQTGUIExport.h" 29 class qSlicerCommandOptionsPrivate;
34 Q_PROPERTY(
bool noSplash READ noSplash CONSTANT)
35 Q_PROPERTY(
bool disableToolTips READ disableToolTips CONSTANT)
36 Q_PROPERTY(
bool noMainWindow READ noMainWindow CONSTANT)
37 Q_PROPERTY(
bool showPythonConsole READ showPythonConsole CONSTANT)
38 Q_PROPERTY(
bool enableQtTesting READ enableQtTesting CONSTANT)
39 Q_PROPERTY(
bool exitAfterStartup READ exitAfterStartup CONSTANT)
47 bool disableToolTips()const;
49 bool noMainWindow()const;
51 bool showPythonConsole()const;
54 bool showPythonInteractor()const;
56 bool enableQtTesting()const;
58 bool exitAfterStartup()const;
61 void addArguments() override;
ctkCommandLineParser Superclass