ActiViz .NET
5.8.0
|
vtkEvent - a complete specification of a VTK event including all modifiers More...
Public Types | |
enum | EventModifiers { AltModifier = 4, AnyModifier = -1, ControlModifier = 2, NoModifier = 0, ShiftModifier = 1 } |
Standard macros. More... | |
Public Member Functions | |
vtkEvent (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkEvent () | |
The object factory constructor. | |
virtual uint | GetEventId () |
Set the modifier for the event. | |
virtual sbyte | GetKeyCode () |
Set the KeyCode for the event. | |
virtual string | GetKeySym () |
Set the complex key symbol (compound key strokes) for the event. | |
virtual int | GetModifier () |
Set the modifier for the event. | |
virtual int | GetRepeatCount () |
Set the repease count for the event. | |
override int | IsA (string type) |
Standard macros. | |
new vtkEvent | NewInstance () |
Standard macros. | |
virtual void | SetEventId (uint _arg) |
Set the modifier for the event. | |
virtual void | SetKeyCode (sbyte _arg) |
Set the KeyCode for the event. | |
virtual void | SetKeySym (string _arg) |
Set the complex key symbol (compound key strokes) for the event. | |
virtual void | SetModifier (int _arg) |
Set the modifier for the event. | |
virtual void | SetRepeatCount (int _arg) |
Set the repease count for the event. | |
Static Public Member Functions | |
static new vtkEvent | New () |
The object factory constructor. | |
static int | GetModifier (vtkRenderWindowInteractor arg0) |
Convenience method computes the event modifier from an interactor. | |
static new int | IsTypeOf (string type) |
Standard macros. | |
static new vtkEvent | SafeDownCast (vtkObjectBase o) |
Standard macros. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkEvent" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "8vtkEvent" |
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 | vtkEvent_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkEvent_GetEventId_01 (HandleRef pThis) |
static internal sbyte | vtkEvent_GetKeyCode_02 (HandleRef pThis) |
static internal IntPtr | vtkEvent_GetKeySym_03 (HandleRef pThis) |
static internal int | vtkEvent_GetModifier_04 (HandleRef pThis) |
static internal int | vtkEvent_GetModifier_05 (HandleRef arg0) |
static internal int | vtkEvent_GetRepeatCount_06 (HandleRef pThis) |
static internal int | vtkEvent_IsA_07 (HandleRef pThis, string type) |
static internal int | vtkEvent_IsTypeOf_08 (string type) |
static internal IntPtr | vtkEvent_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkEvent_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkEvent_SetEventId_12 (HandleRef pThis, uint _arg) |
static internal void | vtkEvent_SetKeyCode_13 (HandleRef pThis, sbyte _arg) |
static internal void | vtkEvent_SetKeySym_14 (HandleRef pThis, string _arg) |
static internal void | vtkEvent_SetModifier_15 (HandleRef pThis, int _arg) |
static internal void | vtkEvent_SetRepeatCount_16 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkEvent () |
Automatically generated type registration mechanics. |
vtkEvent - a complete specification of a VTK event including all modifiers
Description vtkEvent is a class that fully describes a VTK event. It is used by the widgets to help specify the mapping between VTK events and widget events.
static Kitware.VTK.vtkEvent.vtkEvent | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkEvent.vtkEvent | ( | 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.vtkEvent.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.
virtual uint Kitware.VTK.vtkEvent.GetEventId | ( | ) | [virtual] |
Set the modifier for the event.
virtual sbyte Kitware.VTK.vtkEvent.GetKeyCode | ( | ) | [virtual] |
Set the KeyCode for the event.
virtual string Kitware.VTK.vtkEvent.GetKeySym | ( | ) | [virtual] |
Set the complex key symbol (compound key strokes) for the event.
virtual int Kitware.VTK.vtkEvent.GetModifier | ( | ) | [virtual] |
Set the modifier for the event.
static int Kitware.VTK.vtkEvent.GetModifier | ( | vtkRenderWindowInteractor | arg0 | ) | [static] |
Convenience method computes the event modifier from an interactor.
virtual int Kitware.VTK.vtkEvent.GetRepeatCount | ( | ) | [virtual] |
Set the repease count for the event.
override int Kitware.VTK.vtkEvent.IsA | ( | string | type | ) | [virtual] |
Standard macros.
Reimplemented from Kitware.VTK.vtkObject.
static new int Kitware.VTK.vtkEvent.IsTypeOf | ( | string | type | ) | [static] |
Standard macros.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkEvent Kitware.VTK.vtkEvent.New | ( | ) | [static] |
The object factory constructor.
Reimplemented from Kitware.VTK.vtkObject.
Standard macros.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkEvent Kitware.VTK.vtkEvent.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard macros.
Reimplemented from Kitware.VTK.vtkObject.
virtual void Kitware.VTK.vtkEvent.SetEventId | ( | uint | _arg | ) | [virtual] |
Set the modifier for the event.
virtual void Kitware.VTK.vtkEvent.SetKeyCode | ( | sbyte | _arg | ) | [virtual] |
Set the KeyCode for the event.
virtual void Kitware.VTK.vtkEvent.SetKeySym | ( | string | _arg | ) | [virtual] |
Set the complex key symbol (compound key strokes) for the event.
virtual void Kitware.VTK.vtkEvent.SetModifier | ( | int | _arg | ) | [virtual] |
Set the modifier for the event.
virtual void Kitware.VTK.vtkEvent.SetRepeatCount | ( | int | _arg | ) | [virtual] |
Set the repease count for the event.
static internal uint Kitware.VTK.vtkEvent.vtkEvent_GetEventId_01 | ( | HandleRef | pThis | ) | [private] |
static internal sbyte Kitware.VTK.vtkEvent.vtkEvent_GetKeyCode_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkEvent.vtkEvent_GetKeySym_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkEvent.vtkEvent_GetModifier_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkEvent.vtkEvent_GetModifier_05 | ( | HandleRef | arg0 | ) | [private] |
static internal int Kitware.VTK.vtkEvent.vtkEvent_GetRepeatCount_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkEvent.vtkEvent_IsA_07 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkEvent.vtkEvent_IsTypeOf_08 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkEvent.vtkEvent_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkEvent.vtkEvent_NewInstance_10 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkEvent.vtkEvent_SafeDownCast_11 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkEvent.vtkEvent_SetEventId_12 | ( | HandleRef | pThis, |
uint | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkEvent.vtkEvent_SetKeyCode_13 | ( | HandleRef | pThis, |
sbyte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkEvent.vtkEvent_SetKeySym_14 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkEvent.vtkEvent_SetModifier_15 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkEvent.vtkEvent_SetRepeatCount_16 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkEvent.MRClassNameKey = "8vtkEvent" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
new const string Kitware.VTK.vtkEvent.MRFullTypeName = "Kitware.VTK.vtkEvent" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.