|
bool | disableToolTips () const |
|
bool | enableQtTesting () const |
|
bool | exitAfterStartup () const |
|
bool | noMainWindow () const |
|
bool | noSplash () const |
|
| qSlicerCommandOptions () |
|
bool | showPythonConsole () const |
|
bool | showPythonInteractor () const |
| Deprecated, use showPythonConsole() instead.
|
|
| ~qSlicerCommandOptions () override=default |
|
Public Member Functions inherited from qSlicerCoreCommandOptions |
bool | displayHelpAndExit () const |
| Return True if slicer should display help and exit.
|
|
QString | extraPythonScript () const |
| Return extra python script.
|
|
bool | ignoreRest () const |
| Return True if the ignore rest argument has been passed.
|
|
bool | ignoreSlicerRC () const |
| Return True if the loading of SlicerRC should be skipped.
|
|
bool | parse (const QStringList &arguments) |
| Convenient method allowing to parse arguments.
|
|
QString | pythonScript () const |
| Return path of the python script to execute after slicer is loaded.
|
|
| qSlicerCoreCommandOptions () |
|
void | setExtraPythonScript (const QString &newExtraPythonScript) |
| Set extra python script to be executed after slicer is loaded.
|
|
| ~qSlicerCoreCommandOptions () override |
|
int | extraPythonScriptProcessedArgumentsCount () const |
|
void | setExtraPythonScriptProcessedArgumentsCount (int argumentCount) |
|
QString | pythonCode () const |
|
bool | runPythonAndExit () const |
| Return True if Slicer should execute python code or script and exit.
|
|
void | setRunPythonAndExit (bool value) |
|
QStringList | additionalModulePaths () const |
| Return list of additional module path that should be considered when searching for modules to load.
|
|
QStringList | modulesToIgnore () const |
| Return list of modules that should not be loaded.
|
|
bool | disableModules () const |
| Return True if the loading of any modules should be disabled.
|
|
bool | disableBuiltInModules () const |
| Return True if the loading of all built-in modules should be disabled.
|
|
bool | disableCLIModules () const |
| Return True if the loading of any Command Line Modules should be disabled.
|
|
bool | disableBuiltInCLIModules () const |
| Return True if the loading of built-in Command Line Modules should be disabled.
|
|
bool | disableLoadableModules () const |
| Return True if the loading of any Loadable Modules should be disabled.
|
|
bool | disableBuiltInLoadableModules () const |
| Return True if the loading of built-in Loadable Modules should be disabled.
|
|
bool | disableScriptedLoadableModules () const |
| Return True if the loading of any Scripted Loadable Modules should be disabled.
|
|
bool | disableBuiltInScriptedLoadableModules () const |
| Return True if the loading of built-in Scripted Loadable Modules should be disabled.
|
|
bool | displayVersionAndExit () const |
| Return True if slicer should display version and exit.
|
|
bool | displayProgramPathAndExit () const |
| Return True if slicer should display program path and exit.
|
|
bool | displayHomePathAndExit () const |
| Return True if slicer should display home path and exit.
|
|
bool | displaySettingsPathAndExit () const |
| Return True if slicer should display settings path and exit.
|
|
bool | displayTemporaryPathAndExit () const |
| Return True if slicer should display temporary path and exit.
|
|
virtual bool | displayMessageAndExit () const |
|
bool | displayApplicationInformation () const |
| Return True if slicer should display application information in the terminal.
|
|
bool | verboseModuleDiscovery () const |
| Return True if slicer should display details regarding the module discovery process.
|
|
bool | verbose () const |
| Return True if slicer should display information at startup.
|
|
bool | disableMessageHandlers () const |
| Return True if slicer shouldn't catch messages printed to the terminal.
|
|
bool | disableTerminalOutputs () const |
|
bool | settingsDisabled () const |
|
bool | keepTemporarySettings () const |
|
bool | isTestingEnabled () const |
|