Class ActivatePreviouslyActiveLayoutEngineTransform
- Namespace
- Whim
- Assembly
- Whim.dll
Activate the previously active layout engine in the workspace specified by
WorkspaceId
.public record ActivatePreviouslyActiveLayoutEngineTransform : ActivateLayoutEngineTransform, IEquatable<Transform<bool>>, IEquatable<BaseWorkspaceTransform>, IEquatable<ActivateLayoutEngineTransform>, IEquatable<ActivatePreviouslyActiveLayoutEngineTransform>
- Inheritance
-
ActivatePreviouslyActiveLayoutEngineTransform
- Implements
- Inherited Members
Constructors
ActivatePreviouslyActiveLayoutEngineTransform(Guid)
Activate the previously active layout engine in the workspace specified by
WorkspaceId
.public ActivatePreviouslyActiveLayoutEngineTransform(Guid WorkspaceId)
Parameters
WorkspaceId
Guid- The id of the workspace to activate the previously active layout engine in.
Methods
Predicate(IContext, Workspace, ILayoutEngine, int)
The predicate to determine which layout engine should be activated.
public override bool Predicate(IContext ctx, Workspace workspace, ILayoutEngine engine, int idx)
Parameters
ctx
IContext- The context.
workspace
Workspace- The workspace to check.
engine
ILayoutEngine- The layout engine to check.
idx
int- The index of the layout engine in the workspace.