Slicer  4.10
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 = 0);
16 
19 
21  void loadNode(const char* nodeId);
23  void reset();
24 
25  virtual void accept();
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=0)
void setLogic(vtkSlicerAnnotationModuleLogic *logic)
Set the Annotation module logic.