ActiViz .NET
5.8.0
|
vtkTooltipItem - takes care of drawing 2D axes More...
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. |
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.
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.
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.
virtual vtkBrush Kitware.VTK.vtkTooltipItem.GetBrush | ( | ) | [virtual] |
virtual vtkPen Kitware.VTK.vtkTooltipItem.GetPen | ( | ) | [virtual] |
Get a pointer to the vtkTextProperty object that controls the way the text is rendered.
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).
virtual vtkTextProperty Kitware.VTK.vtkTooltipItem.GetTextProperties | ( | ) | [virtual] |
Get the vtkTextProperty that governs how the tooltip text is displayed.
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.
static new vtkTooltipItem Kitware.VTK.vtkTooltipItem.New | ( | ) | [static] |
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.
static new vtkTooltipItem Kitware.VTK.vtkTooltipItem.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkContextItem.
virtual void Kitware.VTK.vtkTooltipItem.SetPosition | ( | float | _arg1, |
float | _arg2 | ||
) | [virtual] |
Set the position of the tooltip (in pixels).
void Kitware.VTK.vtkTooltipItem.SetPosition | ( | IntPtr | _arg | ) |
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] |
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.