I don't need to test my programs. I have an error-correcting modem.

UE1:UWindowLayoutControl (U1)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U1 Object >> UWindowLayoutControl

Contents

Package: 
UWindow
This class in other games:
RTNP, UT

null

[edit] Properties

[edit] bEqualSizedCols

Type: bool


[edit] bEqualSizedRows

Type: bool


[edit] bFixedHeight

Type: bool


[edit] bFixedWidth

Type: bool


[edit] Cols

Type: int


[edit] ColWidths

Type: float

Array size: 50


[edit] OwnerWindow

Type: UWindowWindow


[edit] RowHeights

Type: float

Array size: 50


[edit] Rows

Type: int


[edit] WinHeight

Type: float


[edit] WinLeft

Type: float


[edit] WinTop

Type: float


[edit] WinWidth

Type: float


[edit] X

Type: RowData

Array size: 50


[edit] Structs

[edit] LayoutCell

UWindowDialogControl
UWindowLayoutControl
int HAlign 
-1, 0, 1
int VAlign 

[edit] RowData

LayoutCell Y[50]  

[edit] Instance functions

[edit] CalcColWidth

function float CalcColWidth (int Col)


[edit] CalcRowHeight

function float CalcRowHeight (int Row)


[edit] CalcSize

function CalcSize (out float Width, out float Height)


[edit] DoLayout

function DoLayout ()


[edit] SetDimensions

function int SetDimensions (int NewCols, int NewRows)


[edit] SetSize

function SetSize (float X, float Y)