Property | Type | Description | |
---|---|---|---|
bottomSpaceHeight | int | ||
centerSpaceWidth | int | ||
dockSpaceConcept | SpaceConcept | ||
leftSpaceWidth | int | ||
myOwner | |||
rightSpaceWidth | int | ||
sizeH | int | ||
sizeW | int | ||
spaces | LayoutFarm.UI.SpacePart[] | ||
topSpaceHeight | int |
Method | Description | |
---|---|---|
ArrangeAllSpaces ( ) : void | ||
GetVisualElementIter ( ) : IEnumerable |
||
GetVisualElementReverseIter ( ) : IEnumerable |
||
NinespaceController ( |
||
SetBottomSpaceHeight ( int value ) : void | ||
SetCenterSpaceWidth ( int value ) : void | ||
SetLeftSpaceWidth ( int value ) : void | ||
SetRightSpaceWidth ( int value ) : void | ||
SetTopSpaceHeight ( int value ) : void | ||
TopDownReCalculateContentSize ( ) : void | ||
dbugGetLinkInfo ( ) : string |
Method | Description | |
---|---|---|
InitSpace ( SpaceName name ) : |
||
InvalidateArrangementInAllDockSpaces ( ) : void | ||
SetDockBound ( |
Method | Description | |
---|---|---|
CalculateTotalDockSpaceDesiredHeight ( ) : int | ||
CalculateTotalDockSpaceDesiredHeight ( |
||
CalculateTotalDockSpaceDesiredWidth ( ) : int | ||
CalculateTotalDockSpaceDesiredWidth ( |
||
CalculateTotalFreeSpacesDesiredHeight ( ) : int | ||
CalculateTotalFreeSpacesDesiredHeight ( |
||
CalculateTotalFreeSpacesDesiredWidth ( ) : int | ||
CalculateTotalFreeSpacesDesiredWidth ( |
||
GetAllSpaces ( ) : LayoutFarm.UI.SpacePart[] |
public GetVisualElementIter ( ) : IEnumerable |
||
return | IEnumerable |
public GetVisualElementReverseIter ( ) : IEnumerable |
||
return | IEnumerable |
protected InitSpace ( SpaceName name ) : |
||
name | SpaceName | |
return |
protected InvalidateArrangementInAllDockSpaces ( ) : void | ||
return | void |
public NinespaceController ( |
||
owner | ||
initConcept | SpaceConcept | |
return | System |
public SetBottomSpaceHeight ( int value ) : void | ||
value | int | |
return | void |
public SetCenterSpaceWidth ( int value ) : void | ||
value | int | |
return | void |
protected static SetDockBound ( |
||
dock | ||
x | int | |
y | int | |
newWidth | int | |
newHeight | int | |
return | void |
public SetLeftSpaceWidth ( int value ) : void | ||
value | int | |
return | void |
public SetRightSpaceWidth ( int value ) : void | ||
value | int | |
return | void |
public SetTopSpaceHeight ( int value ) : void | ||
value | int | |
return | void |
public TopDownReCalculateContentSize ( ) : void | ||
return | void |
protected SpacePart[],LayoutFarm.UI spaces | ||
return | LayoutFarm.UI.SpacePart[] |