Warning

Nightly releases are generated automatically from the latest source code and are intended for experimental purposes only. These builds may contain incomplete or untested features, bugs, or security vulnerabilities, and as such, are not for production use. Users should be aware that nightly releases may cause unexpected behavior, data loss, or system instability. Use of these releases is at the user's own risk, and it is advised to have adequate backups before testing. The software is provided as is with no guarantees or support.

EventType¶

Enumeration EventType

This enum lists all event types that are available in the webvis EventAPI. Each event type corresponds to a specific subclass of the WebVisEvent base class, as linked in the description of each enum entry. An event's type can be queried using its type property.

Enumeration Members

ACTIVE_ITEM ACTIVE_SCENE_VOLUME_CHANGED ANIMATION_ENDED ANIMATION_FRAMES_CREATED ANIMATION_FRAMES_REMOVED ANIMATION_ITERATION ANIMATION_STARTED ANNOTATION_CHANGED ANNOTATION_CREATED ANNOTATION_REMOVED ATTACHMENT_CREATED ATTACHMENT_DATA_CHANGED ATTACHMENT_REMOVED BACKGROUND_CLICKED CLIPPING_ROOM_CHANGED CLIPPING_ROOM_CREATED CLIPPING_ROOM_REMOVED CLIPPLANE_CHANGED CLIPPLANE_CREATED CLIPPLANE_REMOVED CUSTOM_PROPERTY_REGISTERED DRAWING_CHANGED DRAWING_CREATED DRAWING_PLANE_CHANGED DRAWING_PLANE_CREATED DRAWING_PLANE_REMOVED DRAWING_REMOVED EVENT_TYPE_COUNT EXPLOSION_CHANGED EXPLOSION_FINISHED EXPLOSION_STARTED INTERACTION_MODE_CHANGED LAYERFILTER_CHANGED LAYERFILTER_REGISTERED LAYERFILTER_UNREGISTERED LOG_EVENT MATERIAL_CHANGED MATERIAL_CREATED MATERIAL_REMOVED MEASUREMENT_CHANGED MEASUREMENT_CREATED MEASUREMENT_REMOVED MODEL_RENDERED NODE_ADDED NODE_CHANGED NODE_CLICKED NODE_ERROR NODE_POINTER_ENTER NODE_POINTER_OUT NODE_POINTER_OVER NODE_PROPERTIES_RESET NODE_REMOVED PROGRESS_CHANGED REQUEST_CONTEXT_MENU SELECTION_CHANGED SERVICE_CONNECTION_LOST SERVICE_ERROR SERVICE_STATE_CHANGED SETTING_CHANGED SNAPSHOT_CHANGED SNAPSHOT_CREATED SNAPSHOT_CREATION_STARTED SNAPSHOT_REMOVED SNAPSHOT_RESTORE_STARTED SNAPSHOT_RESTORED TOPOLOGY_POINTER_ENTER TOPOLOGY_POINTER_OUT VARIANT_CHANGED VIEW_CHANGED VIEWER_CREATED VIEWER_ERROR VIEWER_GIZMO_CHANGED VIEWER_GIZMO_MODE_CHANGED VIEWER_HEATMAP_CHANGED VIEWER_HEATMAP_CONFIG_CHANGED VIEWER_HEATMAP_CREATED VIEWER_HEATMAP_REMOVED VIEWER_MAGNIFIER_CHANGED VIEWER_NAVIGATION_ENDED VIEWER_NAVIGATION_STARTED VIEWER_POINT_CLOUD_CHANGED VIEWER_POINT_CLOUD_CREATED VIEWER_POINT_CLOUD_REMOVED VIEWER_REMOVED VIEWER_SETTING_CHANGED VIEWER_STATE_CHANGED VIEWER_XR_EDGE_COMPARE_CHANGED VIEWPORT_CHANGED XR_MEMBER_ADDED XR_MEMBER_REMOVED XR_MODELTRACKER_EDGEIMG_RECEIVED XR_MODELTRACKER_INFO_RECEIVED XR_PLAYBACK_STATE_CHANGED XR_SPECTATE_STARTED XR_SPECTATE_STOPPED XR_STATE_CHANGED

Enumeration Members

ACTIVE_ITEM: 34

Event type corresponding to an ActiveItemEvent.

ACTIVE_SCENE_VOLUME_CHANGED: 27

Event type corresponding to an ActiveSceneVolumeChangedEvent.

ANIMATION_ENDED: 71

Event type corresponding to an AnimationEndedEvent.

ANIMATION_FRAMES_CREATED: 72

Event type corresponding to an AnimationFramesCreatedEvent.

ANIMATION_FRAMES_REMOVED: 73

Event type corresponding to an AnimationFramesRemovedEvent.

ANIMATION_ITERATION: 70

Event type corresponding to an AnimationIterationEvent.

ANIMATION_STARTED: 69

Event type corresponding to an AnimationStartedEvent.

ANNOTATION_CHANGED: 21

Event type corresponding to an AnnotationChangedEvent.

ANNOTATION_CREATED: 20

Event type corresponding to an AnnotationCreatedEvent.

ANNOTATION_REMOVED: 22

Event type corresponding to an AnnotationRemovedEvent.

ATTACHMENT_CREATED: 75

Event type corresponding to an AttachmentCreatedEvent.

ATTACHMENT_DATA_CHANGED: 76

Event type corresponding to an AttachmentDataChangedEvent.

ATTACHMENT_REMOVED: 77

Event type corresponding to an AttachmentRemovedEvent.

BACKGROUND_CLICKED: 58

Event type corresponding to a BackgroundClickedEvent.

CLIPPING_ROOM_CHANGED: 19

Event type corresponding to a ClippingRoomChangedEvent.

CLIPPING_ROOM_CREATED: 18

Event type corresponding to a ClippingRoomCreatedEvent.

CLIPPING_ROOM_REMOVED: 68

Event type corresponding to a ClippingRoomRemovedEvent.

CLIPPLANE_CHANGED: 16

Event type corresponding to a ClipPlaneChangedEvent.

CLIPPLANE_CREATED: 15

Event type corresponding to a ClipPlaneCreatedEvent.

CLIPPLANE_REMOVED: 17

Event type corresponding to a ClipPlaneRemovedEvent.

CUSTOM_PROPERTY_REGISTERED: 74

Event type corresponding to a CustomPropertyRegisteredEvent.

DRAWING_CHANGED: 94

Event type corresponding to a DrawingChangedEvent.

DRAWING_CREATED: 95

Event type corresponding to a DrawingCreatedEvent.

DRAWING_PLANE_CHANGED: 103

Event type corresponding to a DrawingPlaneChangedEvent.

DRAWING_PLANE_CREATED: 104

Event type corresponding to a DrawingPlaneCreatedEvent.

DRAWING_PLANE_REMOVED: 105

Event type corresponding to a DrawingPlaneRemovedEvent.

DRAWING_REMOVED: 96

Event type corresponding to a DrawingRemovedEvent.

EVENT_TYPE_COUNT: 132
EXPLOSION_CHANGED: 36

Event type corresponding to an ExplosionChangedEvent.

EXPLOSION_FINISHED: 37

Event type corresponding to an ExplosionFinishedEvent.

EXPLOSION_STARTED: 35

Event type corresponding to an ExplosionStartedEvent.

INTERACTION_MODE_CHANGED: 31

Event type corresponding to an InteractionModeChangedEvent.

LAYERFILTER_CHANGED: 32

Event type corresponding to a LayerFilterChangedEvent.

LAYERFILTER_REGISTERED: 33

Event type corresponding to a LayerFilterRegisteredEvent.

LAYERFILTER_UNREGISTERED: 79

Event type corresponding to a LayerFilterUnregisteredEvent.

LOG_EVENT: 92

Event type corresponding to a LogEvent.

MATERIAL_CHANGED: 127

Event type corresponding to a MaterialChangedEvent.

MATERIAL_CREATED: 126

Event type corresponding to a MaterialCreatedEvent.

MATERIAL_REMOVED: 128

Event type corresponding to a MaterialRemovedEvent.

MEASUREMENT_CHANGED: 12

Event type corresponding to a MeasurementChangedEvent.

MEASUREMENT_CREATED: 11

Event type corresponding to a MeasurementCreatedEvent.

MEASUREMENT_REMOVED: 14

Event type corresponding to a MeasurementRemovedEvent.

MODEL_RENDERED: 29

Event type corresponding to a ModelRenderedEvent.

NODE_ADDED: 1

Event type corresponding to a NodeAddedEvent.

NODE_CHANGED: 0

Event type corresponding to a NodeChangedEvent.

NODE_CLICKED: 3

Event type corresponding to a NodeClickedEvent.

NODE_ERROR: 102

Event type corresponding to a NodeErrorEvent.

NODE_POINTER_ENTER: 4

Event type corresponding to a NodePointerEnterEvent.

NODE_POINTER_OUT: 6

Event type corresponding to a NodePointerOutEvent.

NODE_POINTER_OVER: 5

Event type corresponding to a NodePointerOverEvent.

NODE_PROPERTIES_RESET: 91

Event type corresponding to a NodePropertiesResetEvent.

NODE_REMOVED: 2

Event type corresponding to a NodeRemovedEvent.

PROGRESS_CHANGED: 42

Event type corresponding to a ProgressChangedEvent.

REQUEST_CONTEXT_MENU: 62

Event type corresponding to a RequestContextMenuEvent.

SELECTION_CHANGED: 28

Event type corresponding to a SelectionChangedEvent.

SERVICE_CONNECTION_LOST: 98

Event type corresponding to a ServiceConnectionLostEvent.

SERVICE_ERROR: 108

Event type corresponding to a ServiceErrorEvent.

SERVICE_STATE_CHANGED: 107

Event type corresponding to a ServiceStateChangedEvent.

SETTING_CHANGED: 23

Event type corresponding to a SettingChangedEvent.

SNAPSHOT_CHANGED: 10

Event type corresponding to a SnapshotChangedEvent.

SNAPSHOT_CREATED: 7

Event type corresponding to a SnapshotCreatedEvent.

SNAPSHOT_CREATION_STARTED: 80

Event type corresponding to a SnapshotCreationStartedEvent.

SNAPSHOT_REMOVED: 9

Event type corresponding to a SnapshotRemovedEvent.

SNAPSHOT_RESTORE_STARTED: 78

Event type corresponding to a SnapshotRestoreStartedEvent.

SNAPSHOT_RESTORED: 8

Event type corresponding to a SnapshotRestoredEvent.

TOPOLOGY_POINTER_ENTER: 114

Event type corresponding to a TopologyPointerEnterEvent.

TOPOLOGY_POINTER_OUT: 115

Event type corresponding to a TopologyPointerOutEvent.

VARIANT_CHANGED: 99

Event type corresponding to a VariantChangedEvent.

VIEW_CHANGED: 59

Event type corresponding to a ViewChangedEvent.

VIEWER_CREATED: 43

Event type corresponding to a ViewerCreatedEvent.

VIEWER_ERROR: 110

Event type corresponding to a ViewerErrorEvent.

VIEWER_GIZMO_CHANGED: 93

Event type corresponding to a ViewerGizmoChangedEvent.

VIEWER_GIZMO_MODE_CHANGED: 101

Event type corresponding to a ViewerGizmoModeChangedEvent.

VIEWER_HEATMAP_CHANGED: 122

Event type corresponding to an ViewerHeatmapChangedEvent.

VIEWER_HEATMAP_CONFIG_CHANGED: 124

Event type corresponding to an ViewerHeatmapConfigChangedEvent.

VIEWER_HEATMAP_CREATED: 121

Event type corresponding to an ViewerHeatmapCreatedEvent.

VIEWER_HEATMAP_REMOVED: 123

Event type corresponding to an ViewerHeatmapRemovedEvent.

VIEWER_MAGNIFIER_CHANGED: 113

Event type corresponding to a ViewerMagnifierChangedEvent.

VIEWER_NAVIGATION_ENDED: 46

Event type corresponding to a ViewerNavigationEndedEvent.

VIEWER_NAVIGATION_STARTED: 45

Event type corresponding to a ViewerNavigationStartedEvent.

VIEWER_POINT_CLOUD_CHANGED: 130

Event type corresponding to an ViewerPointCloudChangedEvent.

VIEWER_POINT_CLOUD_CREATED: 129

Event type corresponding to an ViewerPointCloudCreatedEvent.

VIEWER_POINT_CLOUD_REMOVED: 131

Event type corresponding to an ViewerPointCloudRemovedEvent.

VIEWER_REMOVED: 44

Event type corresponding to a ViewerRemovedEvent.

VIEWER_SETTING_CHANGED: 24

Event type corresponding to a ViewerSettingChangedEvent.

VIEWER_STATE_CHANGED: 109

Event type corresponding to a ViewerStateChangedEvent.

VIEWER_XR_EDGE_COMPARE_CHANGED: 120

Event type corresponding to an ViewerXREdgeCompareChangedEvent.

VIEWPORT_CHANGED: 66

Event type corresponding to a ViewportChangedEvent.

XR_MEMBER_ADDED: 84

Event type corresponding to an XRMemberAddedEvent.

XR_MEMBER_REMOVED: 85

Event type corresponding to an XRMemberRemovedEvent.

XR_MODELTRACKER_EDGEIMG_RECEIVED: 88

Event type corresponding to an XRModelTrackerEdgeImgReceivedEvent.

XR_MODELTRACKER_INFO_RECEIVED: 87

Event type corresponding to an XRModelTrackerInfoReceivedEvent.

XR_PLAYBACK_STATE_CHANGED: 117

Event type corresponding to an XRPlaybackStateChangedEvent.

XR_SPECTATE_STARTED: 118

Event type corresponding to an XRSpectateStartedEvent.

XR_SPECTATE_STOPPED: 119

Event type corresponding to an XRSpectateStoppedEvent.

XR_STATE_CHANGED: 90

Event type corresponding to an XRStateChangedEvent.