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.vtkXYPlotWidget Class Reference

vtkXYPlotWidget - 2D widget for manipulating a XY plot More...

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

List of all members.

Public Member Functions

 vtkXYPlotWidget (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkXYPlotWidget ()
 Undocumented Block.
virtual vtkXYPlotActor GetXYPlotActor ()
 Get the XY plot used by this Widget. One is created automatically.
override int IsA (string type)
 Undocumented Block.
new vtkXYPlotWidget NewInstance ()
 Undocumented Block.
override void SetEnabled (int arg0)
 Methods for turning the interactor observer on and off.
virtual void SetXYPlotActor (vtkXYPlotActor arg0)
 Get the XY plot used by this Widget. One is created automatically.

Static Public Member Functions

static new vtkXYPlotWidget New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkXYPlotWidget SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "15vtkXYPlotWidget"
 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 vtkXYPlotWidget_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXYPlotWidget_GetXYPlotActor_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkXYPlotWidget_IsA_02 (HandleRef pThis, string type)
static internal int vtkXYPlotWidget_IsTypeOf_03 (string type)
static internal IntPtr vtkXYPlotWidget_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXYPlotWidget_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkXYPlotWidget_SetEnabled_07 (HandleRef pThis, int arg0)
static internal void vtkXYPlotWidget_SetXYPlotActor_08 (HandleRef pThis, HandleRef arg0)

Static Private Member Functions

static vtkXYPlotWidget ()
 Automatically generated type registration mechanics.

Detailed Description

vtkXYPlotWidget - 2D widget for manipulating a XY plot

Description This class provides support for interactively manipulating the position, size, and orientation of a XY Plot. It listens to Left mouse events and mouse movement. It will change the cursor shape based on its location. If the cursor is over an edge of thea XY plot it will change the cursor shape to a resize edge shape. If the position of a XY plot is moved to be close to the center of one of the four edges of the viewport, then the XY plot will change its orientation to align with that edge. This orientation is sticky in that it will stay that orientation until the position is moved close to another edge.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkXYPlotWidget.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.vtkInteractorObserver.

Get the XY plot used by this Widget. One is created automatically.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorObserver.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorObserver.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorObserver.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorObserver.

Here is the call graph for this function:

override void Kitware.VTK.vtkXYPlotWidget.SetEnabled ( int  arg0) [virtual]

Methods for turning the interactor observer on and off.

Reimplemented from Kitware.VTK.vtkInteractorObserver.

Get the XY plot used by this Widget. One is created automatically.

static internal IntPtr Kitware.VTK.vtkXYPlotWidget.vtkXYPlotWidget_GetXYPlotActor_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkXYPlotWidget.vtkXYPlotWidget_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkXYPlotWidget.vtkXYPlotWidget_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotWidget.vtkXYPlotWidget_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotWidget.vtkXYPlotWidget_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotWidget.vtkXYPlotWidget_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkXYPlotWidget.vtkXYPlotWidget_SetEnabled_07 ( HandleRef  pThis,
int  arg0 
) [private]
static internal void Kitware.VTK.vtkXYPlotWidget.vtkXYPlotWidget_SetXYPlotActor_08 ( HandleRef  pThis,
HandleRef  arg0 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkXYPlotWidget.MRClassNameKey = "15vtkXYPlotWidget" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkInteractorObserver.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkInteractorObserver.


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