DockingArea class abstract

Represents any area of the layout.

Inheritance
Implementers

Constructors

DockingArea({dynamic id, double? size, double? weight, double? minimalWeight, double? minimalSize})

Properties

areaAcronym String
no setter
disposed bool
no setter
hashCode int
The hash code for this object.
no setterinherited
hasMinimal bool
no setterinherited
id → dynamic
final
index int
Gets the index of this area in the layout.
no setter
key Key
no setter
layoutId int
no setter
level int
Gets the level in the layout hierarchy.
no setter
minimalSize double?
finalinherited
minimalWeight double?
finalinherited
parent DockingParentArea?
Gets the parent of this area or NULL if it is the root.
no setter
path String
Gets the path in the layout hierarchy.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double?
no setterinherited
type DockingAreaType
Gets the type of this area.
no setter
typeAcronym String
Gets the acronym for type.
no setter
weight double?
no setterinherited

Methods

hierarchy({bool indexInfo = false, bool levelInfo = false, bool hasParentInfo = false, bool nameInfo = false}) String
Converts layout's hierarchical structure to a debug String.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateWeight(double value) → void
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited