|
ActiViz .NET
5.8.0
|
vtkWidgetEvent - define widget events More...
Public Types | |
| enum | WidgetEventIds { AddFinalPoint = 15, AddPoint = 14, Completed = 16, Delete = 3, EndResize = 9, EndRotate = 11, EndScale = 7, EndSelect = 2, EndTranslate = 5, ModifyEvent = 18, Move = 12, NoEvent = 0, Reset = 19, Resize = 8, Rotate = 10, Scale = 6, Select = 1, SizeHandles = 13, TimedOut = 17, Translate = 4 } |
| Standard macros. More... | |
Public Member Functions | |
| vtkWidgetEvent (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkWidgetEvent () | |
| The object factory constructor. | |
| override int | IsA (string type) |
| Standard macros. | |
| new vtkWidgetEvent | NewInstance () |
| Standard macros. | |
Static Public Member Functions | |
| static new vtkWidgetEvent | New () |
| The object factory constructor. | |
| static uint | GetEventIdFromString (string arg0) |
| Convenience methods for translating between event names and event ids. | |
| static string | GetStringFromEventId (uint arg0) |
| Convenience methods for translating between event names and event ids. | |
| static new int | IsTypeOf (string type) |
| Standard macros. | |
| static new vtkWidgetEvent | SafeDownCast (vtkObjectBase o) |
| Standard macros. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkWidgetEvent" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "14vtkWidgetEvent" |
| 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 | vtkWidgetEvent_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal uint | vtkWidgetEvent_GetEventIdFromString_01 (string arg0) |
| static internal IntPtr | vtkWidgetEvent_GetStringFromEventId_02 (uint arg0) |
| static internal int | vtkWidgetEvent_IsA_03 (HandleRef pThis, string type) |
| static internal int | vtkWidgetEvent_IsTypeOf_04 (string type) |
| static internal IntPtr | vtkWidgetEvent_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkWidgetEvent_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
| static | vtkWidgetEvent () |
| Automatically generated type registration mechanics. | |
vtkWidgetEvent - define widget events
Description vtkWidgetEvent defines widget events. These events are processed by subclasses of vtkInteractorObserver.
Standard macros.
| static Kitware.VTK.vtkWidgetEvent.vtkWidgetEvent | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkWidgetEvent.vtkWidgetEvent | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
The object factory constructor.
| override void Kitware.VTK.vtkWidgetEvent.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.vtkObject.
| static uint Kitware.VTK.vtkWidgetEvent.GetEventIdFromString | ( | string | arg0 | ) | [static] |
Convenience methods for translating between event names and event ids.
| static string Kitware.VTK.vtkWidgetEvent.GetStringFromEventId | ( | uint | arg0 | ) | [static] |
Convenience methods for translating between event names and event ids.
| override int Kitware.VTK.vtkWidgetEvent.IsA | ( | string | type | ) | [virtual] |
Standard macros.
Reimplemented from Kitware.VTK.vtkObject.
| static new int Kitware.VTK.vtkWidgetEvent.IsTypeOf | ( | string | type | ) | [static] |
Standard macros.
Reimplemented from Kitware.VTK.vtkObject.
| static new vtkWidgetEvent Kitware.VTK.vtkWidgetEvent.New | ( | ) | [static] |
The object factory constructor.
Reimplemented from Kitware.VTK.vtkObject.
Standard macros.
Reimplemented from Kitware.VTK.vtkObject.
| static new vtkWidgetEvent Kitware.VTK.vtkWidgetEvent.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard macros.
Reimplemented from Kitware.VTK.vtkObject.
| static internal uint Kitware.VTK.vtkWidgetEvent.vtkWidgetEvent_GetEventIdFromString_01 | ( | string | arg0 | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkWidgetEvent.vtkWidgetEvent_GetStringFromEventId_02 | ( | uint | arg0 | ) | [private] |
| static internal int Kitware.VTK.vtkWidgetEvent.vtkWidgetEvent_IsA_03 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkWidgetEvent.vtkWidgetEvent_IsTypeOf_04 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkWidgetEvent.vtkWidgetEvent_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkWidgetEvent.vtkWidgetEvent_NewInstance_06 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkWidgetEvent.vtkWidgetEvent_SafeDownCast_07 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkWidgetEvent.MRClassNameKey = "14vtkWidgetEvent" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
| new const string Kitware.VTK.vtkWidgetEvent.MRFullTypeName = "Kitware.VTK.vtkWidgetEvent" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
1.7.6.1