|
ActiViz .NET
5.8.0
|
Classes | |
| class | vtkObjectEventArgs |
| The sender of each ActiViz.NET event passes itself as its "sender" parameter and an instance of vtkObjectEventArgs as its "e" parameter. More... | |
| class | vtkObjectEventRelay |
| Implement a relay handler for VTK events. This is a class that receives events directly from the VTK object sender and transforms them into calls to .NET delegates. More... | |
Functions | |
| static string | vtkObject_Print (HandleRef pThis) |
| override string | ToString () |
| Returns the result of calling vtkObject::Print as a C# string. More... | |
| delegate void | vtkObjectEventHandler (vtkObject sender, vtkObjectEventArgs e) |
| Generic signature for all vtkObject events. More... | |
| void | RemoveAllHandlersForAllEvents () |
| Call RemoveAllHandlers on each non-null vtkObjectEventRelay. TODO: This method needs to get called by the generated Dispose. Make that happen... More... | |
Variables | |
| vtkObjectEventRelay | AbortCheckEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | AbortCheckEvt |
| The AbortCheckEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.AbortCheckEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | AnimationCueTickEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | AnimationCueTickEvt |
| The AnimationCueTickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.AnimationCueTickEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | AnyEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | AnyEvt |
| The AnyEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.AnyEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | CharEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | CharEvt |
| The CharEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.CharEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | ConfigureEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | ConfigureEvt |
| The ConfigureEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ConfigureEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | ConnectionClosedEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | ConnectionClosedEvt |
| The ConnectionClosedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ConnectionClosedEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | ConnectionCreatedEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | ConnectionCreatedEvt |
| The ConnectionCreatedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ConnectionCreatedEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | CreateTimerEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | CreateTimerEvt |
| The CreateTimerEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.CreateTimerEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | CursorChangedEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | CursorChangedEvt |
| The CursorChangedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.CursorChangedEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | DeleteEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | DeleteEvt |
| The DeleteEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DeleteEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | DestroyTimerEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | DestroyTimerEvt |
| The DestroyTimerEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DestroyTimerEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | DisableEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | DisableEvt |
| The DisableEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DisableEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | DomainModifiedEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | DomainModifiedEvt |
| The DomainModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DomainModifiedEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | EnableEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | EnableEvt |
| The EnableEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EnableEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | EndAnimationCueEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | EndAnimationCueEvt |
| The EndAnimationCueEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndAnimationCueEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | EndEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | EndEvt |
| The EndEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | EndInteractionEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | EndInteractionEvt |
| The EndInteractionEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndInteractionEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | EndPickEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | EndPickEvt |
| The EndPickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndPickEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | EndWindowLevelEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | EndWindowLevelEvt |
| The EndWindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndWindowLevelEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | EnterEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | EnterEvt |
| The EnterEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EnterEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | ErrorEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | ErrorEvt |
| The ErrorEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ErrorEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | ExecuteInformationEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | ExecuteInformationEvt |
| The ExecuteInformationEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ExecuteInformationEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | ExitEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | ExitEvt |
| The ExitEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ExitEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | ExposeEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | ExposeEvt |
| The ExposeEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ExposeEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | InteractionEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | InteractionEvt |
| The InteractionEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.InteractionEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | KeyPressEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | KeyPressEvt |
| The KeyPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.KeyPressEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | KeyReleaseEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | KeyReleaseEvt |
| The KeyReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.KeyReleaseEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | LeaveEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | LeaveEvt |
| The LeaveEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.LeaveEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | LeftButtonPressEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | LeftButtonPressEvt |
| The LeftButtonPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.LeftButtonPressEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | LeftButtonReleaseEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | LeftButtonReleaseEvt |
| The LeftButtonReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.LeftButtonReleaseEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | MiddleButtonPressEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | MiddleButtonPressEvt |
| The MiddleButtonPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MiddleButtonPressEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | MiddleButtonReleaseEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | MiddleButtonReleaseEvt |
| The MiddleButtonReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MiddleButtonReleaseEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | ModifiedEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | ModifiedEvt |
| The ModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ModifiedEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | MouseMoveEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | MouseMoveEvt |
| The MouseMoveEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MouseMoveEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | MouseWheelBackwardEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | MouseWheelBackwardEvt |
| The MouseWheelBackwardEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MouseWheelBackwardEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | MouseWheelForwardEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | MouseWheelForwardEvt |
| The MouseWheelForwardEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MouseWheelForwardEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | PickEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | PickEvt |
| The PickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PickEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | PlacePointEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | PlacePointEvt |
| The PlacePointEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PlacePointEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | PlaceWidgetEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | PlaceWidgetEvt |
| The PlaceWidgetEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PlaceWidgetEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | ProgressEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | ProgressEvt |
| The ProgressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ProgressEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | PropertyModifiedEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | PropertyModifiedEvt |
| The PropertyModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PropertyModifiedEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | RegisterEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | RegisterEvt |
| The RegisterEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RegisterEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | RenderEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | RenderEvt |
| The RenderEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RenderEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | RenderWindowMessageEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | RenderWindowMessageEvt |
| The RenderWindowMessageEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RenderWindowMessageEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | ResetCameraClippingRangeEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | ResetCameraClippingRangeEvt |
| The ResetCameraClippingRangeEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ResetCameraClippingRangeEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | ResetCameraEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | ResetCameraEvt |
| The ResetCameraEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ResetCameraEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | ResetWindowLevelEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | ResetWindowLevelEvt |
| The ResetWindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ResetWindowLevelEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | RightButtonPressEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | RightButtonPressEvt |
| The RightButtonPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RightButtonPressEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | RightButtonReleaseEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | RightButtonReleaseEvt |
| The RightButtonReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RightButtonReleaseEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | SelectionChangedEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | SelectionChangedEvt |
| The SelectionChangedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.SelectionChangedEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | SetOutputEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | SetOutputEvt |
| The SetOutputEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.SetOutputEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | StartAnimationCueEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | StartAnimationCueEvt |
| The StartAnimationCueEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartAnimationCueEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | StartEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | StartEvt |
| The StartEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | StartInteractionEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | StartInteractionEvt |
| The StartInteractionEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartInteractionEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | StartPickEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | StartPickEvt |
| The StartPickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartPickEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | StartWindowLevelEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | StartWindowLevelEvt |
| The StartWindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartWindowLevelEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | TimerEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | TimerEvt |
| The TimerEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.TimerEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | UnRegisterEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | UnRegisterEvt |
| The UnRegisterEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UnRegisterEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | UpdateEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | UpdateEvt |
| The UpdateEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UpdateEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | UpdateInformationEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | UpdateInformationEvt |
| The UpdateInformationEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UpdateInformationEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | UpdatePropertyEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | UpdatePropertyEvt |
| The UpdatePropertyEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UpdatePropertyEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | VolumeMapperComputeGradientsEndEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | VolumeMapperComputeGradientsEndEvt |
| The VolumeMapperComputeGradientsEndEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperComputeGradientsEndEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | VolumeMapperComputeGradientsProgressEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | VolumeMapperComputeGradientsProgressEvt |
| The VolumeMapperComputeGradientsProgressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperComputeGradientsProgressEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | VolumeMapperComputeGradientsStartEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | VolumeMapperComputeGradientsStartEvt |
| The VolumeMapperComputeGradientsStartEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperComputeGradientsStartEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | VolumeMapperRenderEndEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | VolumeMapperRenderEndEvt |
| The VolumeMapperRenderEndEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperRenderEndEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | VolumeMapperRenderProgressEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | VolumeMapperRenderProgressEvt |
| The VolumeMapperRenderProgressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperRenderProgressEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | VolumeMapperRenderStartEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | VolumeMapperRenderStartEvt |
| The VolumeMapperRenderStartEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperRenderStartEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | WarningEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | WarningEvt |
| The WarningEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WarningEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | WidgetActivateEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | WidgetActivateEvt |
| The WidgetActivateEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WidgetActivateEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | WidgetModifiedEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | WidgetModifiedEvt |
| The WidgetModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WidgetModifiedEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | WidgetValueChangedEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | WidgetValueChangedEvt |
| The WidgetValueChangedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WidgetValueChangedEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | WindowLevelEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | WindowLevelEvt |
| The WindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WindowLevelEvent as the eventId parameter. More... | |
| vtkObjectEventRelay | WrongTagEvtRelay |
| Kitware.VTK.vtkObject.vtkObjectEventHandler | WrongTagEvt |
| The WrongTagEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WrongTagEvent as the eventId parameter. More... | |
| void RemoveAllHandlersForAllEvents | ( | ) |
Call RemoveAllHandlers on each non-null vtkObjectEventRelay. TODO: This method needs to get called by the generated Dispose. Make that happen...
| override string ToString | ( | ) |
Returns the result of calling vtkObject::Print as a C# string.
| static string vtkObject_Print | ( | HandleRef | pThis) |
| delegate void vtkObjectEventHandler | ( | vtkObject | sender, |
| vtkObjectEventArgs | e | ||
| ) |
Generic signature for all vtkObject events.
|
addremove |
The AbortCheckEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.AbortCheckEvent as the eventId parameter.
| vtkObjectEventRelay AbortCheckEvtRelay |
|
addremove |
The AnimationCueTickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.AnimationCueTickEvent as the eventId parameter.
| vtkObjectEventRelay AnimationCueTickEvtRelay |
|
addremove |
The AnyEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.AnyEvent as the eventId parameter.
| vtkObjectEventRelay AnyEvtRelay |
|
addremove |
The CharEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.CharEvent as the eventId parameter.
| vtkObjectEventRelay CharEvtRelay |
|
addremove |
The ConfigureEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ConfigureEvent as the eventId parameter.
| vtkObjectEventRelay ConfigureEvtRelay |
|
addremove |
The ConnectionClosedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ConnectionClosedEvent as the eventId parameter.
| vtkObjectEventRelay ConnectionClosedEvtRelay |
|
addremove |
The ConnectionCreatedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ConnectionCreatedEvent as the eventId parameter.
| vtkObjectEventRelay ConnectionCreatedEvtRelay |
|
addremove |
The CreateTimerEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.CreateTimerEvent as the eventId parameter.
| vtkObjectEventRelay CreateTimerEvtRelay |
|
addremove |
The CursorChangedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.CursorChangedEvent as the eventId parameter.
| vtkObjectEventRelay CursorChangedEvtRelay |
|
addremove |
The DeleteEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DeleteEvent as the eventId parameter.
| vtkObjectEventRelay DeleteEvtRelay |
|
addremove |
The DestroyTimerEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DestroyTimerEvent as the eventId parameter.
| vtkObjectEventRelay DestroyTimerEvtRelay |
|
addremove |
The DisableEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DisableEvent as the eventId parameter.
| vtkObjectEventRelay DisableEvtRelay |
|
addremove |
The DomainModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.DomainModifiedEvent as the eventId parameter.
| vtkObjectEventRelay DomainModifiedEvtRelay |
|
addremove |
The EnableEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EnableEvent as the eventId parameter.
| vtkObjectEventRelay EnableEvtRelay |
|
addremove |
The EndAnimationCueEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndAnimationCueEvent as the eventId parameter.
| vtkObjectEventRelay EndAnimationCueEvtRelay |
|
addremove |
The EndEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndEvent as the eventId parameter.
| vtkObjectEventRelay EndEvtRelay |
|
addremove |
The EndInteractionEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndInteractionEvent as the eventId parameter.
| vtkObjectEventRelay EndInteractionEvtRelay |
|
addremove |
The EndPickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndPickEvent as the eventId parameter.
| vtkObjectEventRelay EndPickEvtRelay |
|
addremove |
The EndWindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EndWindowLevelEvent as the eventId parameter.
| vtkObjectEventRelay EndWindowLevelEvtRelay |
|
addremove |
The EnterEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.EnterEvent as the eventId parameter.
| vtkObjectEventRelay EnterEvtRelay |
|
addremove |
The ErrorEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ErrorEvent as the eventId parameter.
| vtkObjectEventRelay ErrorEvtRelay |
|
addremove |
The ExecuteInformationEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ExecuteInformationEvent as the eventId parameter.
| vtkObjectEventRelay ExecuteInformationEvtRelay |
|
addremove |
The ExitEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ExitEvent as the eventId parameter.
| vtkObjectEventRelay ExitEvtRelay |
|
addremove |
The ExposeEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ExposeEvent as the eventId parameter.
| vtkObjectEventRelay ExposeEvtRelay |
|
addremove |
The InteractionEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.InteractionEvent as the eventId parameter.
| vtkObjectEventRelay InteractionEvtRelay |
|
addremove |
The KeyPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.KeyPressEvent as the eventId parameter.
| vtkObjectEventRelay KeyPressEvtRelay |
|
addremove |
The KeyReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.KeyReleaseEvent as the eventId parameter.
| vtkObjectEventRelay KeyReleaseEvtRelay |
|
addremove |
The LeaveEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.LeaveEvent as the eventId parameter.
| vtkObjectEventRelay LeaveEvtRelay |
|
addremove |
The LeftButtonPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.LeftButtonPressEvent as the eventId parameter.
| vtkObjectEventRelay LeftButtonPressEvtRelay |
|
addremove |
The LeftButtonReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.LeftButtonReleaseEvent as the eventId parameter.
| vtkObjectEventRelay LeftButtonReleaseEvtRelay |
|
addremove |
The MiddleButtonPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MiddleButtonPressEvent as the eventId parameter.
| vtkObjectEventRelay MiddleButtonPressEvtRelay |
|
addremove |
The MiddleButtonReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MiddleButtonReleaseEvent as the eventId parameter.
| vtkObjectEventRelay MiddleButtonReleaseEvtRelay |
|
addremove |
The ModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ModifiedEvent as the eventId parameter.
| vtkObjectEventRelay ModifiedEvtRelay |
|
addremove |
The MouseMoveEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MouseMoveEvent as the eventId parameter.
| vtkObjectEventRelay MouseMoveEvtRelay |
|
addremove |
The MouseWheelBackwardEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MouseWheelBackwardEvent as the eventId parameter.
| vtkObjectEventRelay MouseWheelBackwardEvtRelay |
|
addremove |
The MouseWheelForwardEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.MouseWheelForwardEvent as the eventId parameter.
| vtkObjectEventRelay MouseWheelForwardEvtRelay |
|
addremove |
The PickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PickEvent as the eventId parameter.
| vtkObjectEventRelay PickEvtRelay |
|
addremove |
The PlacePointEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PlacePointEvent as the eventId parameter.
| vtkObjectEventRelay PlacePointEvtRelay |
|
addremove |
The PlaceWidgetEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PlaceWidgetEvent as the eventId parameter.
| vtkObjectEventRelay PlaceWidgetEvtRelay |
|
addremove |
The ProgressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ProgressEvent as the eventId parameter.
| vtkObjectEventRelay ProgressEvtRelay |
|
addremove |
The PropertyModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.PropertyModifiedEvent as the eventId parameter.
| vtkObjectEventRelay PropertyModifiedEvtRelay |
|
addremove |
The RegisterEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RegisterEvent as the eventId parameter.
| vtkObjectEventRelay RegisterEvtRelay |
|
addremove |
The RenderEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RenderEvent as the eventId parameter.
| vtkObjectEventRelay RenderEvtRelay |
|
addremove |
The RenderWindowMessageEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RenderWindowMessageEvent as the eventId parameter.
| vtkObjectEventRelay RenderWindowMessageEvtRelay |
|
addremove |
The ResetCameraClippingRangeEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ResetCameraClippingRangeEvent as the eventId parameter.
| vtkObjectEventRelay ResetCameraClippingRangeEvtRelay |
|
addremove |
The ResetCameraEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ResetCameraEvent as the eventId parameter.
| vtkObjectEventRelay ResetCameraEvtRelay |
|
addremove |
The ResetWindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.ResetWindowLevelEvent as the eventId parameter.
| vtkObjectEventRelay ResetWindowLevelEvtRelay |
|
addremove |
The RightButtonPressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RightButtonPressEvent as the eventId parameter.
| vtkObjectEventRelay RightButtonPressEvtRelay |
|
addremove |
The RightButtonReleaseEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.RightButtonReleaseEvent as the eventId parameter.
| vtkObjectEventRelay RightButtonReleaseEvtRelay |
|
addremove |
The SelectionChangedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.SelectionChangedEvent as the eventId parameter.
| vtkObjectEventRelay SelectionChangedEvtRelay |
|
addremove |
The SetOutputEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.SetOutputEvent as the eventId parameter.
| vtkObjectEventRelay SetOutputEvtRelay |
|
addremove |
The StartAnimationCueEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartAnimationCueEvent as the eventId parameter.
| vtkObjectEventRelay StartAnimationCueEvtRelay |
|
addremove |
The StartEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartEvent as the eventId parameter.
| vtkObjectEventRelay StartEvtRelay |
|
addremove |
The StartInteractionEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartInteractionEvent as the eventId parameter.
| vtkObjectEventRelay StartInteractionEvtRelay |
|
addremove |
The StartPickEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartPickEvent as the eventId parameter.
| vtkObjectEventRelay StartPickEvtRelay |
|
addremove |
The StartWindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.StartWindowLevelEvent as the eventId parameter.
| vtkObjectEventRelay StartWindowLevelEvtRelay |
|
addremove |
The TimerEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.TimerEvent as the eventId parameter.
| vtkObjectEventRelay TimerEvtRelay |
|
addremove |
The UnRegisterEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UnRegisterEvent as the eventId parameter.
| vtkObjectEventRelay UnRegisterEvtRelay |
|
addremove |
The UpdateEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UpdateEvent as the eventId parameter.
| vtkObjectEventRelay UpdateEvtRelay |
|
addremove |
The UpdateInformationEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UpdateInformationEvent as the eventId parameter.
| vtkObjectEventRelay UpdateInformationEvtRelay |
|
addremove |
The UpdatePropertyEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.UpdatePropertyEvent as the eventId parameter.
| vtkObjectEventRelay UpdatePropertyEvtRelay |
|
addremove |
The VolumeMapperComputeGradientsEndEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperComputeGradientsEndEvent as the eventId parameter.
| vtkObjectEventRelay VolumeMapperComputeGradientsEndEvtRelay |
|
addremove |
The VolumeMapperComputeGradientsProgressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperComputeGradientsProgressEvent as the eventId parameter.
| vtkObjectEventRelay VolumeMapperComputeGradientsProgressEvtRelay |
|
addremove |
The VolumeMapperComputeGradientsStartEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperComputeGradientsStartEvent as the eventId parameter.
| vtkObjectEventRelay VolumeMapperComputeGradientsStartEvtRelay |
|
addremove |
The VolumeMapperRenderEndEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperRenderEndEvent as the eventId parameter.
| vtkObjectEventRelay VolumeMapperRenderEndEvtRelay |
|
addremove |
The VolumeMapperRenderProgressEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperRenderProgressEvent as the eventId parameter.
| vtkObjectEventRelay VolumeMapperRenderProgressEvtRelay |
|
addremove |
The VolumeMapperRenderStartEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.VolumeMapperRenderStartEvent as the eventId parameter.
| vtkObjectEventRelay VolumeMapperRenderStartEvtRelay |
|
addremove |
The WarningEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WarningEvent as the eventId parameter.
| vtkObjectEventRelay WarningEvtRelay |
|
addremove |
The WidgetActivateEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WidgetActivateEvent as the eventId parameter.
| vtkObjectEventRelay WidgetActivateEvtRelay |
|
addremove |
The WidgetModifiedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WidgetModifiedEvent as the eventId parameter.
| vtkObjectEventRelay WidgetModifiedEvtRelay |
|
addremove |
The WidgetValueChangedEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WidgetValueChangedEvent as the eventId parameter.
| vtkObjectEventRelay WidgetValueChangedEvtRelay |
|
addremove |
The WindowLevelEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WindowLevelEvent as the eventId parameter.
| vtkObjectEventRelay WindowLevelEvtRelay |
|
addremove |
The WrongTagEvt event is invoked when the sender's InvokeEvent method is called with vtkCommand.EventIds.WrongTagEvent as the eventId parameter.
| vtkObjectEventRelay WrongTagEvtRelay |
1.8.4