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 showPythonInteractor READ showPythonInteractor 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 showPythonInteractor()
const;
53 bool enableQtTesting()
const;
55 bool exitAfterStartup()
const;
ctkCommandLineParser Superclass
virtual void addArguments()