#include <Modules/Loadable/Annotations/VTKWidgets/vtkAnnotationROIWidget.h>
|
| typedef vtkAbstractWidget | Superclass |
| |
Standard class methods for type information and printing. More...
|
| |
Definition at line 102 of file vtkAnnotationROIWidget.h.
◆ Superclass
◆ _WidgetState
◆ vtkAnnotationROIWidget()
| vtkAnnotationROIWidget::vtkAnnotationROIWidget |
( |
| ) |
|
|
protected |
◆ ~vtkAnnotationROIWidget()
| vtkAnnotationROIWidget::~vtkAnnotationROIWidget |
( |
| ) |
|
|
overrideprotected |
◆ CreateDefaultRepresentation()
| void vtkAnnotationROIWidget::CreateDefaultRepresentation |
( |
| ) |
|
|
override |
◆ EndSelectAction()
| static void vtkAnnotationROIWidget::EndSelectAction |
( |
vtkAbstractWidget * |
| ) |
|
|
staticprotected |
◆ GetClassName()
| virtual const char* vtkAnnotationROIWidget::GetClassName |
( |
| ) |
|
|
virtual |
◆ GetRotationEnabled()
| virtual int vtkAnnotationROIWidget::GetRotationEnabled |
( |
| ) |
|
|
virtual |
◆ GetScalingEnabled()
| virtual int vtkAnnotationROIWidget::GetScalingEnabled |
( |
| ) |
|
|
virtual |
◆ GetTranslationEnabled()
| virtual int vtkAnnotationROIWidget::GetTranslationEnabled |
( |
| ) |
|
|
virtual |
◆ IsA()
| virtual int vtkAnnotationROIWidget::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ IsTypeOf()
| static int vtkAnnotationROIWidget::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ MoveAction()
| static void vtkAnnotationROIWidget::MoveAction |
( |
vtkAbstractWidget * |
| ) |
|
|
staticprotected |
◆ New()
◆ PrintSelf()
| void vtkAnnotationROIWidget::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
override |
◆ RotationEnabledOff()
| virtual void vtkAnnotationROIWidget::RotationEnabledOff |
( |
| ) |
|
|
virtual |
◆ RotationEnabledOn()
| virtual void vtkAnnotationROIWidget::RotationEnabledOn |
( |
| ) |
|
|
virtual |
◆ SafeDownCast()
◆ ScaleAction()
| static void vtkAnnotationROIWidget::ScaleAction |
( |
vtkAbstractWidget * |
| ) |
|
|
staticprotected |
◆ ScalingEnabledOff()
| virtual void vtkAnnotationROIWidget::ScalingEnabledOff |
( |
| ) |
|
|
virtual |
◆ ScalingEnabledOn()
| virtual void vtkAnnotationROIWidget::ScalingEnabledOn |
( |
| ) |
|
|
virtual |
◆ SelectAction()
| static void vtkAnnotationROIWidget::SelectAction |
( |
vtkAbstractWidget * |
| ) |
|
|
staticprotected |
These methods handle events.
◆ SetRepresentation()
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene. Note that the representation is a subclass of vtkProp so it can be added to the renderer independent of the widget.
Reimplemented in vtkAnnotationROIWidget2D.
Definition at line 119 of file vtkAnnotationROIWidget.h.
◆ SetRotationEnabled()
| virtual void vtkAnnotationROIWidget::SetRotationEnabled |
( |
int |
| ) |
|
|
virtual |
◆ SetScalingEnabled()
| virtual void vtkAnnotationROIWidget::SetScalingEnabled |
( |
int |
| ) |
|
|
virtual |
◆ SetTranslationEnabled()
| virtual void vtkAnnotationROIWidget::SetTranslationEnabled |
( |
int |
| ) |
|
|
virtual |
Control the behavior of the widget (i.e., how it processes events). Translation, rotation, and scaling can all be enabled and disabled.
◆ TranslateAction()
| static void vtkAnnotationROIWidget::TranslateAction |
( |
vtkAbstractWidget * |
| ) |
|
|
staticprotected |
◆ TranslationEnabledOff()
| virtual void vtkAnnotationROIWidget::TranslationEnabledOff |
( |
| ) |
|
|
virtual |
◆ TranslationEnabledOn()
| virtual void vtkAnnotationROIWidget::TranslationEnabledOn |
( |
| ) |
|
|
virtual |
◆ RotationEnabled
| int vtkAnnotationROIWidget::RotationEnabled |
|
protected |
◆ ScalingEnabled
| int vtkAnnotationROIWidget::ScalingEnabled |
|
protected |
◆ TranslationEnabled
| int vtkAnnotationROIWidget::TranslationEnabled |
|
protected |
◆ WidgetState
| int vtkAnnotationROIWidget::WidgetState |
|
protected |
The documentation for this class was generated from the following file: