Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
qSlicerAnnotationModuleSnapShotDialog.h
Go to the documentation of this file.
1 #ifndef __qSlicerAnnotationModuleSnapShotDialog_h
2 #define __qSlicerAnnotationModuleSnapShotDialog_h
3 
5 
7 
10 {
11  Q_OBJECT
12 public:
14  qSlicerAnnotationModuleSnapShotDialog(QWidget* parent = nullptr);
16 
19 
21  void loadNode(const char* nodeId);
23  void reset();
24 
25  void accept() override;
26 
27 private:
29 };
30 
31 #endif
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.
qSlicerAnnotationModuleSnapShotDialog(QWidget *parent=nullptr)
void setLogic(vtkSlicerAnnotationModuleLogic *logic)
Set the Annotation module logic.