AssetEvent |
Event ID used to broadcast an event of asset file changes, send to all properties in a module project.
|
BubbleEvent |
Abstract class extending the base GEvent to set the event propagation to sinking, i.e.
|
EventMulticaster |
A class which implements efficient and thread-safe multicast event
dispatching for generic events.
|
GEvent |
This class is the base class for all events.
|
KStringEvent |
The KString refactoring event that indicates that the KString has been refactored and needs updating
the KStringProp property with a new KString.
|
ParentCnrAddedEvent |
Event used to send to all children of an added container in a sinking non-bubbling form.
|
ParentCnrMoveEvent |
Event used to send to all children of a moved container in a sinking non-bubbling form.
|
ParentCnrNameEvent |
The event that indicates that a property container name has been changed.
|
PostProcessing |
The post processor implementation.
|
ProjectNameEvent |
The event that indicates that a property name has been changed.
|
PropAttrEvent |
The event that indicates that a property attribute has been set for the first time or when it has been changed.
|
PropCnrEvent |
Event indicating a property container has had a property added or removed.
|
PropCnrFocusEvent |
The focus event send to the property receiving losing and focus, its listeners and the parents respectively.
|
PropCopyEvent |
Event indicating a property has been copied from one parent to a new one.
|
PropDisposeEvent |
Event indicating a property has been disposed of.
|
PropErrorAttrEvent |
The event that indicates that a property error attribute has been set for the first time or when it has been changed.
|
PropFocusEvent |
The focus event send to the property receiving losing and focus, its listeners and the parents respectively.
|
PropMoveEvent |
The event that indicates that a property container has been moved to another container.
|
PropNameEvent |
The event that indicates that a property name has been changed.
|
PropReorderEvent |
Event indicating a property container has had its children properties reordered.
|
PropValueEvent |
The event that indicates that a property has been set for the first time or when it has been changed.
|
RefreshEvent |
Event indicating a refresh is required of a certain type, e.g.
|
RemoteEvent |
A remote event is used to communicate between end-points property instances.
|
ResolveReferencesEvent |
Event used to resolve references in a broadcast event sent to all properties from the root container.
|
SinkEvent |
Abstract class extending the base GEvent to set the event propagation to sinking, i.e.
|
VSReferenceEvent |
Event ID used to resolve VSRelativeReferences in a broadcast event sent to all children of the container that
has a VSReference instance.
|