Class SystemGroupView
SystemGroupView extends the visual graph element for groups. Implements the Group
Inheritance
SystemGroupView
Implements
Inherited Members
Scope.UpdatePresenterPosition()
VisualElement.ExecuteDefaultAction(EventBase)
VisualElement.Focus()
VisualElement.ToString()
VisualElement.GetFirstOfType<T>()
VisualElement.GetFirstAncestorOfType<T>()
VisualElement.canGrabFocus
VisualElement.focusController
VisualElement.cacheAsBitmap
CallbackEventHandler.RegisterCallback<TEventType>(EventCallback<TEventType>, TrickleDown)
CallbackEventHandler.RegisterCallback<TEventType, TUserArgsType>(EventCallback<TEventType, TUserArgsType>, TUserArgsType, TrickleDown)
CallbackEventHandler.UnregisterCallback<TEventType>(EventCallback<TEventType>, TrickleDown)
CallbackEventHandler.UnregisterCallback<TEventType, TUserArgsType>(EventCallback<TEventType, TUserArgsType>, TrickleDown)
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
public class SystemGroupView : Group, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, ISelectable, ICollectibleElement
Constructors
Name | Description |
---|---|
SystemGroupView() | Initializes a new instance of the SystemGroupView class. |
Fields
Name | Description |
---|---|
Position | The position |
Properties
Name | Description |
---|---|
SerializedGroup | Gets or sets the serialized group. |
Methods
Name | Description |
---|---|
OnGroupRenamed(string, string) | Called when this group is renamed. |
SetDirty() | Sets the dirty state and serialize. |