23 #ifndef __qSlicerSubjectHierarchySettingsPanel_h 24 #define __qSlicerSubjectHierarchySettingsPanel_h 30 #include <ctkSettingsPanel.h> 32 #include "qSlicerSubjectHierarchyModuleExport.h" 35 class qSlicerSubjectHierarchySettingsPanelPrivate;
38 :
public ctkSettingsPanel
54 void setAutoDeleteSubjectHierarchyChildrenEnabled(
bool on);
55 void setDisplayPatientIDEnabled(
bool on);
56 void setDisplayPatientBirthDateEnabled(
bool on);
57 void setDisplayStudyIDEnabled(
bool on);
58 void setDisplayStudyDateEnabled(
bool on);
61 QScopedPointer<qSlicerSubjectHierarchySettingsPanelPrivate>
d_ptr;
ctkSettingsPanel Superclass
Superclass typedef.
QScopedPointer< qSlicerSubjectHierarchySettingsPanelPrivate > d_ptr