Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Types | Properties | Public Slots | Signals | Public Member Functions | Protected Slots | Protected Attributes
qSlicerSettingsModulesPanel Class Reference

#include <Base/QTGUI/qSlicerSettingsModulesPanel.h>

Inheritance diagram for qSlicerSettingsModulesPanel:
Inheritance graph
[legend]
Collaboration diagram for qSlicerSettingsModulesPanel:
Collaboration graph
[legend]

Public Types

typedef ctkSettingsPanel Superclass
 Superclass typedef. More...
 

Properties

QStringList modulesToAlwaysIgnore
 

Public Slots

void setModulesToAlwaysIgnore (const QStringList &modulesNames)
 

Signals

void modulesToAlwaysIgnoreChanged (const QStringList &modulesNames)
 

Public Member Functions

QStringList modulesToAlwaysIgnore () const
 
 qSlicerSettingsModulesPanel (QWidget *parent=nullptr)
 Constructor. More...
 
 ~qSlicerSettingsModulesPanel () override
 Destructor. More...
 

Protected Slots

void onAdditionalModulePathsChanged ()
 
void onAddModulesAdditionalPathClicked ()
 
void onHomeModuleChanged (const QString &moduleName)
 
void onRemoveModulesAdditionalPathClicked ()
 
void onShowHiddenModulesChanged (bool)
 
void onTemporaryPathChanged (const QString &path)
 

Protected Attributes

QScopedPointer< qSlicerSettingsModulesPanelPrivate > d_ptr
 

Detailed Description

Definition at line 36 of file qSlicerSettingsModulesPanel.h.

Member Typedef Documentation

◆ Superclass

typedef ctkSettingsPanel qSlicerSettingsModulesPanel::Superclass

Superclass typedef.

Definition at line 54 of file qSlicerSettingsModulesPanel.h.

Property Documentation

◆ modulesToAlwaysIgnore

QStringList qSlicerSettingsModulesPanel::modulesToAlwaysIgnore
readwrite

This property holds the names of the modules to ignore at registration time.

It corresponds to the names of the modules that are expected to always be ignored by saving and restoring them from the application settings.

See also
qSlicerAbstractModuleFactoryManager::modulesToIgnore

Definition at line 50 of file qSlicerSettingsModulesPanel.h.

Constructor & Destructor Documentation

◆ qSlicerSettingsModulesPanel()

qSlicerSettingsModulesPanel::qSlicerSettingsModulesPanel ( QWidget *  parent = nullptr)
explicit

Constructor.

◆ ~qSlicerSettingsModulesPanel()

qSlicerSettingsModulesPanel::~qSlicerSettingsModulesPanel ( )
override

Destructor.

Member Function Documentation

◆ modulesToAlwaysIgnore()

QStringList qSlicerSettingsModulesPanel::modulesToAlwaysIgnore ( ) const

Get the modulesToAlwaysIgnore list.

See also
setModulesToAlwaysIgnore(const QStringList& modulesNames)

◆ modulesToAlwaysIgnoreChanged

void qSlicerSettingsModulesPanel::modulesToAlwaysIgnoreChanged ( const QStringList &  modulesNames)
signal

◆ onAdditionalModulePathsChanged

void qSlicerSettingsModulesPanel::onAdditionalModulePathsChanged ( )
protectedslot

◆ onAddModulesAdditionalPathClicked

void qSlicerSettingsModulesPanel::onAddModulesAdditionalPathClicked ( )
protectedslot

◆ onHomeModuleChanged

void qSlicerSettingsModulesPanel::onHomeModuleChanged ( const QString &  moduleName)
protectedslot

◆ onRemoveModulesAdditionalPathClicked

void qSlicerSettingsModulesPanel::onRemoveModulesAdditionalPathClicked ( )
protectedslot

◆ onShowHiddenModulesChanged

void qSlicerSettingsModulesPanel::onShowHiddenModulesChanged ( bool  )
protectedslot

◆ onTemporaryPathChanged

void qSlicerSettingsModulesPanel::onTemporaryPathChanged ( const QString &  path)
protectedslot

◆ setModulesToAlwaysIgnore

void qSlicerSettingsModulesPanel::setModulesToAlwaysIgnore ( const QStringList &  modulesNames)
slot

Set the modulesToAlwaysIgnore list.

If list is modified, the signal modulesToAlwaysIgnoreChanged(const QStringLists&) is emitted.

See also
modulesToAlwaysIgnore()

Member Data Documentation

◆ d_ptr

QScopedPointer<qSlicerSettingsModulesPanelPrivate> qSlicerSettingsModulesPanel::d_ptr
protected

Definition at line 89 of file qSlicerSettingsModulesPanel.h.


The documentation for this class was generated from the following file: