41#ifndef vtkMRMLAbstractWidget_h
42#define vtkMRMLAbstractWidget_h
44#include "vtkMRMLDisplayableManagerExport.h"
46#include "vtkSmartPointer.h"
47#include "vtkWeakPointer.h"
57class vtkWidgetEventTranslator;
64 void PrintSelf(ostream& os, vtkIndent indent)
override;
138 void SetEventTranslation(
int widgetState,
unsigned long interactionEvent,
int modifiers,
unsigned long widgetEvent);
141 int widgetStateDragging,
unsigned long widgetStartEvent,
unsigned long widgetEndEvent);
216 vtkSmartPointer<vtkMRMLAbstractWidgetRepresentation>
WidgetRep;
Abstract MRML node to represent a view. The class holds the properties common to any view type (3D,...
Abstract Superclass for all specific types of MRML nodes.