Property | Type | Description | |
---|---|---|---|
AddItem | void | ||
ChildEvent | void | ||
Count | int | ||
ExpandingDirections | uint | ||
Geometry | Qyoto.QRect | ||
HasHeightForWidth | bool | ||
HeightForWidth | int | ||
IndexOf | int | ||
Invalidate | void | ||
IsEmpty | bool | ||
ItemAt | IQLayoutItem | ||
Layout | |||
MaximumSize | Qyoto.QSize | ||
MinimumHeightForWidth | int | ||
MinimumSize | Qyoto.QSize | ||
QLayout | System | ||
SetGeometry | void | ||
SizeHint | Qyoto.QSize | ||
SpacerItem | Qyoto.QSpacerItem | ||
TakeAt | IQLayoutItem | ||
Widget |
Method | Description | |
---|---|---|
Activate ( ) : bool | ||
AddWidget ( |
||
Alignment ( ) : uint | ||
ClosestAcceptableSize ( |
||
ContentsMargins ( ) : |
||
ContentsRect ( ) : Qyoto.QRect | ||
ControlTypes ( ) : uint | ||
GetContentsMargins ( int &left, int &top, int &right, int &bottom ) : void | ||
IsEnabled ( ) : bool | ||
MenuBar ( ) : |
||
ParentWidget ( ) : |
||
QLayout ( |
||
RemoveItem ( IQLayoutItem arg1 ) : void | ||
RemoveWidget ( |
||
SetAlignment ( |
||
SetAlignment ( |
||
SetAlignment ( uint alignment ) : void | ||
SetContentsMargins ( |
||
SetContentsMargins ( int left, int top, int right, int bottom ) : void | ||
SetEnabled ( bool arg1 ) : void | ||
SetMenuBar ( |
||
TotalHeightForWidth ( int w ) : int | ||
TotalMaximumSize ( ) : Qyoto.QSize | ||
TotalMinimumSize ( ) : Qyoto.QSize | ||
TotalSizeHint ( ) : Qyoto.QSize | ||
Tr ( string s ) : string | ||
Tr ( string s, string c ) : string | ||
Update ( ) : void |
Method | Description | |
---|---|---|
AddChildLayout ( |
||
AddChildWidget ( |
||
AlignmentRect ( Qyoto.QRect arg1 ) : Qyoto.QRect | ||
CreateProxy ( ) : void | ||
QLayout ( |
||
WidgetEvent ( Qyoto.QEvent arg1 ) : void |
Method | Description | |
---|---|---|
AddItem ( IQLayoutItem arg1 ) : void | ||
ChildEvent ( Qyoto.QChildEvent e ) : void | ||
Count ( ) : int | ||
ExpandingDirections ( ) : uint | ||
Geometry ( ) : Qyoto.QRect | ||
HasHeightForWidth ( ) : bool | ||
HeightForWidth ( int arg1 ) : int | ||
IndexOf ( |
||
Invalidate ( ) : void | ||
IsEmpty ( ) : bool | ||
ItemAt ( int index ) : IQLayoutItem | ||
Layout ( ) : |
||
MaximumSize ( ) : Qyoto.QSize | ||
MinimumHeightForWidth ( int arg1 ) : int | ||
MinimumSize ( ) : Qyoto.QSize | ||
QLayout ( ) : System | ||
SetGeometry ( Qyoto.QRect arg1 ) : void | ||
SizeHint ( ) : Qyoto.QSize | ||
SpacerItem ( ) : Qyoto.QSpacerItem | ||
TakeAt ( int index ) : IQLayoutItem | ||
Widget ( ) : |
protected AddChildLayout ( |
||
l | ||
return | void |
protected AddChildWidget ( |
||
w | ||
return | void |
protected AlignmentRect ( Qyoto.QRect arg1 ) : Qyoto.QRect | ||
arg1 | Qyoto.QRect | |
return | Qyoto.QRect |
public static ClosestAcceptableSize ( |
||
w | ||
s | Qyoto.QSize | |
return | Qyoto.QSize |
public GetContentsMargins ( int &left, int &top, int &right, int &bottom ) : void | ||
left | int | |
top | int | |
right | int | |
bottom | int | |
return | void |
protected QLayout ( |
||
dummy | ||
return | System |
public RemoveItem ( IQLayoutItem arg1 ) : void | ||
arg1 | IQLayoutItem | |
return | void |
public SetAlignment ( |
||
l | ||
alignment | uint | |
return | bool |
public SetAlignment ( |
||
w | ||
alignment | uint | |
return | bool |
public SetAlignment ( uint alignment ) : void | ||
alignment | uint | |
return | void |
public SetContentsMargins ( |
||
margins | ||
return | void |
public SetContentsMargins ( int left, int top, int right, int bottom ) : void | ||
left | int | |
top | int | |
right | int | |
bottom | int | |
return | void |
public static Tr ( string s, string c ) : string | ||
s | string | |
c | string | |
return | string |
protected WidgetEvent ( Qyoto.QEvent arg1 ) : void | ||
arg1 | Qyoto.QEvent | |
return | void |