Facebook.Yoga.TYogaNode

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску

Delphi

TYogaNode = class (TObject)

Описание

Описание отсутствует.

Конструкторы

constructor
Create()
constructor
Create(const AConfig: YGConfigRef)

Методы

procedure
Reset()
function
GetChildCount(): Integer
function
GetChildAt(const AIndex: Integer): TYogaNode
procedure
AddChildAt(const AChild: TYogaNode; const AIndex: Integer)
procedure
AddChild(const AChild: TYogaNode)
function
RemoveChildAt(const AIndex: Integer): TYogaNode
procedure
RemoveChild(const AChild: TYogaNode)
procedure
RemoveFromParent()
function
IndexOf(const AChild: TYogaNode): Integer
procedure
CalculateLayout(const AWidth: Single; const AHeight: Single)
function
HasNewLayout(): Boolean
procedure
Dirty()
function
IsDirty(): Boolean
procedure
CopyStyle(const ASrcNode: TYogaNode)
procedure
MarkLayoutSeen()
procedure
SetFlexBasis(const AValue: Single)
procedure
SetFlexBasisAuto()
procedure
SetFlexBasisPercent(const APrcent: Single)
procedure
SetMargin(const AEdge: YGEdge; const AMargin: Single)
procedure
SetMarginAuto(const AEdge: YGEdge)
procedure
SetMarginPercent(const AEdge: YGEdge; const APercent: Single)
function
GetMargin(const AEdge: YGEdge): YGValue
procedure
SetPadding(const AEdge: YGEdge; const AMargin: Single)
procedure
SetPaddingAuto(const AEdge: YGEdge)
procedure
SetPaddingPercent(const AEdge: YGEdge; const APercent: Single)
function
GetPadding(AEdge: YGEdge): YGValue
procedure
SetBorder(const AEdge: YGEdge; const AMargin: Single)
function
GetBorder(const AEdge: YGEdge): Single
procedure
SetPosition(const AEdge: YGEdge; const AMargin: Single)
procedure
SetPositionPercent(const AEdge: YGEdge; const APercent: Single)
function
GetPosition(const AEdge: YGEdge): YGValue
procedure
SetWidth(const AValue: Single)
procedure
SetWidthAuto()
procedure
SetWidthPercent(const APercent: Single)
function
GetWidth(): YGValue
procedure
SetHeight(const AValue: Single)
procedure
SetHeightAuto()
procedure
SetHeightPercent(const APercent: Single)
function
GetHeigth(): YGValue
procedure
SetMinHeigth(const AValue: Single)
procedure
SetMinHeigthPercent(const APercent: Single)
function
GetMinHeigth(): YGValue
procedure
SetMaxHeight(const AValue: Single)
procedure
SetMaxHeightPercent(const APercent: Single)
function
GetMaxHeight(): YGValue
procedure
SetMinWidth(const AValue: Single)
procedure
SetMinWidthPercent(const APercent: Single)
function
GetMinWidth(): YGValue
procedure
SetMaxWidth(const AValue: Single)
procedure
SetMaxWidthPercent(const APercent: Single)
function
GetMaxWidth(): YGValue
procedure
SetAspectRatio(const AValue: Single)
function
GetAspectRatio(): Single
procedure
Print()
function
ToString(): string