1 #ifndef __qSlicerAnnotationsModule_h 2 #define __qSlicerAnnotationsModule_h 10 #include "qSlicerAnnotationsModuleExport.h" 13 class qSlicerAnnotationsModulePrivate;
20 Q_PLUGIN_METADATA(IID
"org.slicer.modules.loadable.qSlicerLoadableModule/1.0");
35 QIcon
icon()
const override;
47 void setup()
override;
62 void showScreenshotDialog();
65 QScopedPointer<qSlicerAnnotationsModulePrivate>
d_ptr;
virtual QStringList contributors() const
Return the contributors of the module.
Superclass for MRML logic classes.
virtual QIcon icon() const
virtual qSlicerAbstractModuleRepresentation * createWidgetRepresentation()=0
Create and return a widget representation for the module.
#define qSlicerGetTitleMacro(_TITLE)
QString acknowledgementText() const override
virtual vtkMRMLAbstractLogic * createLogic()=0
void setup() override
All initialization code should be done in the setup.
qSlicerLoadableModule Superclass
QScopedPointer< qSlicerAnnotationsModulePrivate > d_ptr
virtual QStringList associatedNodeTypes() const
Return node types associated with this module (e.g., node types this module can edit) ...
virtual QStringList dependencies() const
QString helpText() const override
Return help/acknowledgement text.
virtual QStringList categories() const