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

vtkTooltipItem - takes care of drawing 2D axes More...

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

List of all members.

Public Member Functions

 vtkTooltipItem (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkTooltipItem ()
 Creates a 2D Chart object.
virtual vtkBrush GetBrush ()
 Get a pointer to the vtkPen object.
virtual vtkPen GetPen ()
 Get a pointer to the vtkTextProperty object that controls the way the text is rendered.
virtual float[] GetPosition ()
 Get position of the axis (in pixels).
virtual void GetPosition (ref float _arg1, ref float _arg2)
 Get position of the axis (in pixels).
virtual void GetPosition (IntPtr _arg)
 Get position of the axis (in pixels).
virtual vtkTextProperty GetTextProperties ()
 Get the vtkTextProperty that governs how the tooltip text is displayed.
override int IsA (string type)
 Undocumented Block.
new vtkTooltipItem NewInstance ()
 Undocumented Block.
override bool Paint (vtkContext2D painter)
 Paint event for the tooltip.
virtual void SetPosition (float _arg1, float _arg2)
 Set the position of the tooltip (in pixels).
void SetPosition (IntPtr _arg)
 Set the position of the tooltip (in pixels).
override void Update ()
 Update the geometry of the tooltip.

Static Public Member Functions

static new vtkTooltipItem New ()
 Creates a 2D Chart object.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkTooltipItem SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "14vtkTooltipItem"
 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 vtkTooltipItem_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTooltipItem_GetBrush_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTooltipItem_GetPen_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkTooltipItem_GetPosition_03 (HandleRef pThis)
static internal void vtkTooltipItem_GetPosition_04 (HandleRef pThis, ref float _arg1, ref float _arg2)
static internal void vtkTooltipItem_GetPosition_05 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkTooltipItem_GetTextProperties_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkTooltipItem_IsA_07 (HandleRef pThis, string type)
static internal int vtkTooltipItem_IsTypeOf_08 (string type)
static internal IntPtr vtkTooltipItem_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkTooltipItem_Paint_11 (HandleRef pThis, HandleRef painter)
static internal IntPtr vtkTooltipItem_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkTooltipItem_SetPosition_13 (HandleRef pThis, float _arg1, float _arg2)
static internal void vtkTooltipItem_SetPosition_14 (HandleRef pThis, IntPtr _arg)
static internal void vtkTooltipItem_Update_15 (HandleRef pThis)

Static Private Member Functions

static vtkTooltipItem ()
 Automatically generated type registration mechanics.

Detailed Description

vtkTooltipItem - takes care of drawing 2D axes

Description The vtkTooltipItem is drawn in screen coordinates. It is used to display a tooltip on a scene, giving additional information about an element on the scene, such as in vtkChartXY. It takes care of ensuring that it draws itself within the bounds of the screen.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Creates a 2D Chart object.


Member Function Documentation

override void Kitware.VTK.vtkTooltipItem.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.vtkContextItem.

Get a pointer to the vtkPen object.

Here is the call graph for this function:

Get a pointer to the vtkTextProperty object that controls the way the text is rendered.

Here is the call graph for this function:

virtual float [] Kitware.VTK.vtkTooltipItem.GetPosition ( ) [virtual]

Get position of the axis (in pixels).

virtual void Kitware.VTK.vtkTooltipItem.GetPosition ( ref float  _arg1,
ref float  _arg2 
) [virtual]

Get position of the axis (in pixels).

virtual void Kitware.VTK.vtkTooltipItem.GetPosition ( IntPtr  _arg) [virtual]

Get position of the axis (in pixels).

Get the vtkTextProperty that governs how the tooltip text is displayed.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkContextItem.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkContextItem.

Creates a 2D Chart object.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkContextItem.

override bool Kitware.VTK.vtkTooltipItem.Paint ( vtkContext2D  painter) [virtual]

Paint event for the tooltip.

Reimplemented from Kitware.VTK.vtkAbstractContextItem.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkContextItem.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkTooltipItem.SetPosition ( float  _arg1,
float  _arg2 
) [virtual]

Set the position of the tooltip (in pixels).

Set the position of the tooltip (in pixels).

override void Kitware.VTK.vtkTooltipItem.Update ( ) [virtual]

Update the geometry of the tooltip.

Reimplemented from Kitware.VTK.vtkAbstractContextItem.

static internal IntPtr Kitware.VTK.vtkTooltipItem.vtkTooltipItem_GetBrush_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTooltipItem.vtkTooltipItem_GetPen_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTooltipItem.vtkTooltipItem_GetPosition_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkTooltipItem.vtkTooltipItem_GetPosition_04 ( HandleRef  pThis,
ref float  _arg1,
ref float  _arg2 
) [private]
static internal void Kitware.VTK.vtkTooltipItem.vtkTooltipItem_GetPosition_05 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal IntPtr Kitware.VTK.vtkTooltipItem.vtkTooltipItem_GetTextProperties_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkTooltipItem.vtkTooltipItem_IsA_07 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkTooltipItem.vtkTooltipItem_IsTypeOf_08 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkTooltipItem.vtkTooltipItem_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkTooltipItem.vtkTooltipItem_NewInstance_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal byte Kitware.VTK.vtkTooltipItem.vtkTooltipItem_Paint_11 ( HandleRef  pThis,
HandleRef  painter 
) [private]
static internal IntPtr Kitware.VTK.vtkTooltipItem.vtkTooltipItem_SafeDownCast_12 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkTooltipItem.vtkTooltipItem_SetPosition_13 ( HandleRef  pThis,
float  _arg1,
float  _arg2 
) [private]
static internal void Kitware.VTK.vtkTooltipItem.vtkTooltipItem_SetPosition_14 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkTooltipItem.vtkTooltipItem_Update_15 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkTooltipItem.MRClassNameKey = "14vtkTooltipItem" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkContextItem.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkContextItem.


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