Slicer 5.4
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
10{
11 Q_OBJECT
12public:
14 qSlicerAnnotationModuleSnapShotDialog(QWidget* parent = nullptr);
16
19
21 void loadNode(const char* nodeId);
23 void reset();
24
25 void accept() override;
26
27private:
29};
30
31#endif
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.