ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkTextWidget Class Reference

vtkTextWidget - widget for placing text on overlay plane More...

Inheritance diagram for Kitware.VTK.vtkTextWidget:
[legend]
Collaboration diagram for Kitware.VTK.vtkTextWidget:
[legend]

List of all members.

Public Member Functions

 vtkTextWidget (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkTextWidget ()
 Instantiate class.
override void CreateDefaultRepresentation ()
 Create the default widget representation if one is not set.
vtkTextActor GetTextActor ()
 Specify a vtkTextActor to manage. This is a convenient, alternative method to specify the representation for the widget (i.e., used instead of SetRepresentation()). It internally creates a vtkTextRepresentation and then invokes vtkTextRepresentation::SetTextActor().
override int IsA (string type)
 Standard VTK methods.
new vtkTextWidget NewInstance ()
 Standard VTK methods.
void SetRepresentation (vtkTextRepresentation r)
 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.
void SetTextActor (vtkTextActor textActor)
 Specify a vtkTextActor to manage. This is a convenient, alternative method to specify the representation for the widget (i.e., used instead of SetRepresentation()). It internally creates a vtkTextRepresentation and then invokes vtkTextRepresentation::SetTextActor().

Static Public Member Functions

static new vtkTextWidget New ()
 Instantiate class.
static new int IsTypeOf (string type)
 Standard VTK methods.
static new vtkTextWidget SafeDownCast (vtkObjectBase o)
 Standard VTK methods.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkTextWidget"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "13vtkTextWidget"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkTextWidget_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTextWidget_CreateDefaultRepresentation_01 (HandleRef pThis)
static internal IntPtr vtkTextWidget_GetTextActor_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkTextWidget_IsA_03 (HandleRef pThis, string type)
static internal int vtkTextWidget_IsTypeOf_04 (string type)
static internal IntPtr vtkTextWidget_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTextWidget_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTextWidget_SetRepresentation_08 (HandleRef pThis, HandleRef r)
static internal void vtkTextWidget_SetTextActor_09 (HandleRef pThis, HandleRef textActor)

Static Private Member Functions

static vtkTextWidget ()
 Automatically generated type registration mechanics.

Detailed Description

vtkTextWidget - widget for placing text on overlay plane

Description This class provides support for interactively placing text on the 2D overlay plane. The text is defined by an instance of vtkTextActor. It uses the event bindings of its superclass (vtkBorderWidget). In addition, when the text is selected, the widget emits a WidgetActivateEvent that observers can watch for. This is useful for opening GUI dialogues to adjust font characteristics, etc. (Please see the superclass for a description of event bindings.)


Constructor & Destructor Documentation

static Kitware.VTK.vtkTextWidget.vtkTextWidget ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkTextWidget.vtkTextWidget ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Instantiate class.


Member Function Documentation

Create the default widget representation if one is not set.

Reimplemented from Kitware.VTK.vtkBorderWidget.

override void Kitware.VTK.vtkTextWidget.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkBorderWidget.

Specify a vtkTextActor to manage. This is a convenient, alternative method to specify the representation for the widget (i.e., used instead of SetRepresentation()). It internally creates a vtkTextRepresentation and then invokes vtkTextRepresentation::SetTextActor().

Here is the call graph for this function:

override int Kitware.VTK.vtkTextWidget.IsA ( string  type) [virtual]

Standard VTK methods.

Reimplemented from Kitware.VTK.vtkBorderWidget.

static new int Kitware.VTK.vtkTextWidget.IsTypeOf ( string  type) [static]

Standard VTK methods.

Reimplemented from Kitware.VTK.vtkBorderWidget.

Instantiate class.

Reimplemented from Kitware.VTK.vtkBorderWidget.

Standard VTK methods.

Reimplemented from Kitware.VTK.vtkBorderWidget.

Standard VTK methods.

Reimplemented from Kitware.VTK.vtkBorderWidget.

Here is the call graph for this function:

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.

Specify a vtkTextActor to manage. This is a convenient, alternative method to specify the representation for the widget (i.e., used instead of SetRepresentation()). It internally creates a vtkTextRepresentation and then invokes vtkTextRepresentation::SetTextActor().

static internal void Kitware.VTK.vtkTextWidget.vtkTextWidget_CreateDefaultRepresentation_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkTextWidget.vtkTextWidget_GetTextActor_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkTextWidget.vtkTextWidget_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkTextWidget.vtkTextWidget_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkTextWidget.vtkTextWidget_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTextWidget.vtkTextWidget_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTextWidget.vtkTextWidget_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTextWidget.vtkTextWidget_SetRepresentation_08 ( HandleRef  pThis,
HandleRef  r 
) [private]
static internal void Kitware.VTK.vtkTextWidget.vtkTextWidget_SetTextActor_09 ( HandleRef  pThis,
HandleRef  textActor 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkTextWidget.MRClassNameKey = "13vtkTextWidget" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkBorderWidget.

new const string Kitware.VTK.vtkTextWidget.MRFullTypeName = "Kitware.VTK.vtkTextWidget"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkBorderWidget.


The documentation for this class was generated from the following file: