C# Class Qyoto.QLayout

Inheritance: QObject, IQLayoutItem
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode 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 méthode

public Activate ( ) : bool
Résultat bool

AddChildLayout() protected méthode

protected AddChildLayout ( QLayout l ) : void
l QLayout
Résultat void

AddChildWidget() protected méthode

protected AddChildWidget ( QWidget w ) : void
w QWidget
Résultat void

AddWidget() public méthode

public AddWidget ( QWidget w ) : void
w QWidget
Résultat void

Alignment() public méthode

public Alignment ( ) : uint
Résultat uint

AlignmentRect() protected méthode

protected AlignmentRect ( Qyoto.QRect arg1 ) : Qyoto.QRect
arg1 Qyoto.QRect
Résultat Qyoto.QRect

ClosestAcceptableSize() public static méthode

public static ClosestAcceptableSize ( QWidget w, Qyoto.QSize s ) : Qyoto.QSize
w QWidget
s Qyoto.QSize
Résultat Qyoto.QSize

ContentsMargins() public méthode

public ContentsMargins ( ) : QMargins
Résultat QMargins

ContentsRect() public méthode

public ContentsRect ( ) : Qyoto.QRect
Résultat Qyoto.QRect

ControlTypes() public méthode

public ControlTypes ( ) : uint
Résultat uint

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

GetContentsMargins() public méthode

public GetContentsMargins ( int &left, int &top, int &right, int &bottom ) : void
left int
top int
right int
bottom int
Résultat void

IsEnabled() public méthode

public IsEnabled ( ) : bool
Résultat bool

MenuBar() public méthode

public MenuBar ( ) : QWidget
Résultat QWidget

ParentWidget() public méthode

public ParentWidget ( ) : QWidget
Résultat QWidget

QLayout() public méthode

public QLayout ( QWidget parent ) : System
parent QWidget
Résultat System

QLayout() protected méthode

protected QLayout ( Type dummy ) : System
dummy System.Type
Résultat System

RemoveItem() public méthode

public RemoveItem ( IQLayoutItem arg1 ) : void
arg1 IQLayoutItem
Résultat void

RemoveWidget() public méthode

public RemoveWidget ( QWidget w ) : void
w QWidget
Résultat void

SetAlignment() public méthode

public SetAlignment ( QLayout l, uint alignment ) : bool
l QLayout
alignment uint
Résultat bool

SetAlignment() public méthode

public SetAlignment ( QWidget w, uint alignment ) : bool
w QWidget
alignment uint
Résultat bool

SetAlignment() public méthode

public SetAlignment ( uint alignment ) : void
alignment uint
Résultat void

SetContentsMargins() public méthode

public SetContentsMargins ( QMargins margins ) : void
margins QMargins
Résultat void

SetContentsMargins() public méthode

public SetContentsMargins ( int left, int top, int right, int bottom ) : void
left int
top int
right int
bottom int
Résultat void

SetEnabled() public méthode

public SetEnabled ( bool arg1 ) : void
arg1 bool
Résultat void

SetMenuBar() public méthode

public SetMenuBar ( QWidget w ) : void
w QWidget
Résultat void

TotalHeightForWidth() public méthode

public TotalHeightForWidth ( int w ) : int
w int
Résultat int

TotalMaximumSize() public méthode

public TotalMaximumSize ( ) : Qyoto.QSize
Résultat Qyoto.QSize

TotalMinimumSize() public méthode

public TotalMinimumSize ( ) : Qyoto.QSize
Résultat Qyoto.QSize

TotalSizeHint() public méthode

public TotalSizeHint ( ) : Qyoto.QSize
Résultat Qyoto.QSize

Tr() public static méthode

public static Tr ( string s ) : string
s string
Résultat string

Tr() public static méthode

public static Tr ( string s, string c ) : string
s string
c string
Résultat string

Update() public méthode

public Update ( ) : void
Résultat void

WidgetEvent() protected méthode

protected WidgetEvent ( Qyoto.QEvent arg1 ) : void
arg1 Qyoto.QEvent
Résultat void