STK ObjectsSend comments on this topic.
AgENotificationFilterMask Enumeration
See Also

Description

The notification flags are used to enable/disable STK Object Model event notifications.

Members

MemberValueDescription
eNotificationFilterMaskNoEvents0x0000Disable all events.
eNotificationFilterMaskAnimationEvents0x0001Clients are notified upon occurrence of any of the available animation events. Animation events include OnAnimUpdate, OnAnimationRewind, etc.
eNotificationFilterMaskScenarioEvents0x0002Clients are notified upon occurrence of any of the available scenario events. Scenario events include OnScenarioNew, OnScenarioLoad, OnScenarioBeforeClose, OnScenarioClose, etc.
eNotificationFilterMaskLoggingEvents0x0004Clients are notified upon occurrence of OnLogMessage event.
eNotificationFilterMaskObjectEvents0x0008Clients are notified upon occurrence of an event affecting the object hierarchy (OnStkObjectAdded, OnStkObjectDeleted and OnStkObjectPreDelete).
eNotificationFilterMaskObjectChangedEvents0x0010Clients are notified upon occurrence of OnStkObjectChanged event.
eNotificationFilterMaskPercentCompleteEvents0x0020Clients are notified upon occurrence of any of the available percent complete events (OnPercentComplete*).
eNotificationFilterMaskObjectRenameEvents0x0040Clients are notified upon occurrence of an STK object renaming event.
eNotificationFilterMaskEnableAllEvents0xFFFFEnable all events.
eNotificationFilterMaskStkObject3dEditingEvents0x0080Clients are notified upon occurrence of any of the available object editing events. Object editing events include OnStkObjectStart3dEditing, OnStkObjectStop3dEditing, OnStkObjectApply3dEditing, OnStkObjectCancel3dEditing etc.
eNotificationFilterMaskStkObjectCutCopyPasteEvents0x0100Clients are notified upon occurrence of any of the available STK object Cut, Copy and Paste events.
© 2024 Analytical Graphics, Inc. All Rights Reserved.