C# Class Qyoto.QLayout

Inheritance: QObject, IQLayoutItem
Exibir arquivo Open project: 0xd34df00d/Qross Class Usage Examples

Private Properties

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 QLayout
MaximumSize Qyoto.QSize
MinimumHeightForWidth int
MinimumSize Qyoto.QSize
QLayout System
SetGeometry void
SizeHint Qyoto.QSize
SpacerItem Qyoto.QSpacerItem
TakeAt IQLayoutItem
Widget QWidget

Public Methods

Method Description
Activate ( ) : bool
AddWidget ( QWidget w ) : void
Alignment ( ) : uint
ClosestAcceptableSize ( QWidget w, Qyoto.QSize s ) : Qyoto.QSize
ContentsMargins ( ) : QMargins
ContentsRect ( ) : Qyoto.QRect
ControlTypes ( ) : uint
GetContentsMargins ( int &left, int &top, int &right, int &bottom ) : void
IsEnabled ( ) : bool
MenuBar ( ) : QWidget
ParentWidget ( ) : QWidget
QLayout ( QWidget parent ) : System
RemoveItem ( IQLayoutItem arg1 ) : void
RemoveWidget ( QWidget w ) : void
SetAlignment ( QLayout l, uint alignment ) : bool
SetAlignment ( QWidget w, uint alignment ) : bool
SetAlignment ( uint alignment ) : void
SetContentsMargins ( QMargins margins ) : void
SetContentsMargins ( int left, int top, int right, int bottom ) : void
SetEnabled ( bool arg1 ) : void
SetMenuBar ( QWidget w ) : void
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

Protected Methods

Method Description
AddChildLayout ( QLayout l ) : void
AddChildWidget ( QWidget w ) : void
AlignmentRect ( Qyoto.QRect arg1 ) : Qyoto.QRect
CreateProxy ( ) : void
QLayout ( Type dummy ) : System
WidgetEvent ( Qyoto.QEvent arg1 ) : void

Private Methods

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 ( QWidget arg1 ) : int
Invalidate ( ) : void
IsEmpty ( ) : bool
ItemAt ( int index ) : IQLayoutItem
Layout ( ) : QLayout
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 ( ) : QWidget

Method Details

Activate() public method

public Activate ( ) : bool
return bool

AddChildLayout() protected method

protected AddChildLayout ( QLayout l ) : void
l QLayout
return void

AddChildWidget() protected method

protected AddChildWidget ( QWidget w ) : void
w QWidget
return void

AddWidget() public method

public AddWidget ( QWidget w ) : void
w QWidget
return void

Alignment() public method

public Alignment ( ) : uint
return uint

AlignmentRect() protected method

protected AlignmentRect ( Qyoto.QRect arg1 ) : Qyoto.QRect
arg1 Qyoto.QRect
return Qyoto.QRect

ClosestAcceptableSize() public static method

public static ClosestAcceptableSize ( QWidget w, Qyoto.QSize s ) : Qyoto.QSize
w QWidget
s Qyoto.QSize
return Qyoto.QSize

ContentsMargins() public method

public ContentsMargins ( ) : QMargins
return QMargins

ContentsRect() public method

public ContentsRect ( ) : Qyoto.QRect
return Qyoto.QRect

ControlTypes() public method

public ControlTypes ( ) : uint
return uint

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

GetContentsMargins() public method

public GetContentsMargins ( int &left, int &top, int &right, int &bottom ) : void
left int
top int
right int
bottom int
return void

IsEnabled() public method

public IsEnabled ( ) : bool
return bool

MenuBar() public method

public MenuBar ( ) : QWidget
return QWidget

ParentWidget() public method

public ParentWidget ( ) : QWidget
return QWidget

QLayout() public method

public QLayout ( QWidget parent ) : System
parent QWidget
return System

QLayout() protected method

protected QLayout ( Type dummy ) : System
dummy System.Type
return System

RemoveItem() public method

public RemoveItem ( IQLayoutItem arg1 ) : void
arg1 IQLayoutItem
return void

RemoveWidget() public method

public RemoveWidget ( QWidget w ) : void
w QWidget
return void

SetAlignment() public method

public SetAlignment ( QLayout l, uint alignment ) : bool
l QLayout
alignment uint
return bool

SetAlignment() public method

public SetAlignment ( QWidget w, uint alignment ) : bool
w QWidget
alignment uint
return bool

SetAlignment() public method

public SetAlignment ( uint alignment ) : void
alignment uint
return void

SetContentsMargins() public method

public SetContentsMargins ( QMargins margins ) : void
margins QMargins
return void

SetContentsMargins() public method

public SetContentsMargins ( int left, int top, int right, int bottom ) : void
left int
top int
right int
bottom int
return void

SetEnabled() public method

public SetEnabled ( bool arg1 ) : void
arg1 bool
return void

SetMenuBar() public method

public SetMenuBar ( QWidget w ) : void
w QWidget
return void

TotalHeightForWidth() public method

public TotalHeightForWidth ( int w ) : int
w int
return int

TotalMaximumSize() public method

public TotalMaximumSize ( ) : Qyoto.QSize
return Qyoto.QSize

TotalMinimumSize() public method

public TotalMinimumSize ( ) : Qyoto.QSize
return Qyoto.QSize

TotalSizeHint() public method

public TotalSizeHint ( ) : Qyoto.QSize
return Qyoto.QSize

Tr() public static method

public static Tr ( string s ) : string
s string
return string

Tr() public static method

public static Tr ( string s, string c ) : string
s string
c string
return string

Update() public method

public Update ( ) : void
return void

WidgetEvent() protected method

protected WidgetEvent ( Qyoto.QEvent arg1 ) : void
arg1 Qyoto.QEvent
return void