Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Loading...
Searching...
No Matches
qSlicerAnnotationModuleSnapShotDialog.h
Go to the documentation of this file.
1#ifndef __qSlicerAnnotationModuleSnapShotDialog_h
2#define __qSlicerAnnotationModuleSnapShotDialog_h
3
5
7
9{
10 Q_OBJECT
11public:
13 qSlicerAnnotationModuleSnapShotDialog(QWidget* parent = nullptr);
15
18
20 void loadNode(const char* nodeId);
22 void reset();
23
24 void accept() override;
25
26private:
28};
29
30#endif
qMRMLScreenShotDialog(QWidget *parent=nullptr)
qSlicerAnnotationModuleSnapShotDialog(QWidget *parent=nullptr)
void reset()
Reset the dialog and give it a unique name.
void loadNode(const char *nodeId)
Initialize this dialog with values from an existing annotation Snapshot node.
void setLogic(vtkSlicerAnnotationModuleLogic *logic)
Set the Annotation module logic.