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
qSlicerSceneViewsModuleDialog.h
Go to the documentation of this file.
1 #ifndef __qSlicerSceneViewsModuleDialog_h
2 #define __qSlicerSceneViewsModuleDialog_h
3 
5 
7 
10 {
11  Q_OBJECT
12 public:
14 
17 
20 
22  void loadNode(const QString& nodeId);
24  void reset();
25 
26  virtual void accept();
27 
28 private:
30 };
31 
32 #endif
void setLogic(vtkSlicerSceneViewsModuleLogic *logic)
Set the SceneViews module logic.
void reset()
Reset the dialog and give it a unique name.
void loadNode(const QString &nodeId)
Initialize this dialog with values from an existing annotation Snapshot node.