C# 클래스 Qyoto.QLayout

상속: QObject, IQLayoutItem
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Activate() 공개 메소드

public Activate ( ) : bool
리턴 bool

AddChildLayout() 보호된 메소드

protected AddChildLayout ( QLayout l ) : void
l QLayout
리턴 void

AddChildWidget() 보호된 메소드

protected AddChildWidget ( QWidget w ) : void
w QWidget
리턴 void

AddWidget() 공개 메소드

public AddWidget ( QWidget w ) : void
w QWidget
리턴 void

Alignment() 공개 메소드

public Alignment ( ) : uint
리턴 uint

AlignmentRect() 보호된 메소드

protected AlignmentRect ( Qyoto.QRect arg1 ) : Qyoto.QRect
arg1 Qyoto.QRect
리턴 Qyoto.QRect

ClosestAcceptableSize() 공개 정적인 메소드

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

ContentsMargins() 공개 메소드

public ContentsMargins ( ) : QMargins
리턴 QMargins

ContentsRect() 공개 메소드

public ContentsRect ( ) : Qyoto.QRect
리턴 Qyoto.QRect

ControlTypes() 공개 메소드

public ControlTypes ( ) : uint
리턴 uint

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

GetContentsMargins() 공개 메소드

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

IsEnabled() 공개 메소드

public IsEnabled ( ) : bool
리턴 bool

MenuBar() 공개 메소드

public MenuBar ( ) : QWidget
리턴 QWidget

ParentWidget() 공개 메소드

public ParentWidget ( ) : QWidget
리턴 QWidget

QLayout() 공개 메소드

public QLayout ( QWidget parent ) : System
parent QWidget
리턴 System

QLayout() 보호된 메소드

protected QLayout ( Type dummy ) : System
dummy System.Type
리턴 System

RemoveItem() 공개 메소드

public RemoveItem ( IQLayoutItem arg1 ) : void
arg1 IQLayoutItem
리턴 void

RemoveWidget() 공개 메소드

public RemoveWidget ( QWidget w ) : void
w QWidget
리턴 void

SetAlignment() 공개 메소드

public SetAlignment ( QLayout l, uint alignment ) : bool
l QLayout
alignment uint
리턴 bool

SetAlignment() 공개 메소드

public SetAlignment ( QWidget w, uint alignment ) : bool
w QWidget
alignment uint
리턴 bool

SetAlignment() 공개 메소드

public SetAlignment ( uint alignment ) : void
alignment uint
리턴 void

SetContentsMargins() 공개 메소드

public SetContentsMargins ( QMargins margins ) : void
margins QMargins
리턴 void

SetContentsMargins() 공개 메소드

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

SetEnabled() 공개 메소드

public SetEnabled ( bool arg1 ) : void
arg1 bool
리턴 void

SetMenuBar() 공개 메소드

public SetMenuBar ( QWidget w ) : void
w QWidget
리턴 void

TotalHeightForWidth() 공개 메소드

public TotalHeightForWidth ( int w ) : int
w int
리턴 int

TotalMaximumSize() 공개 메소드

public TotalMaximumSize ( ) : Qyoto.QSize
리턴 Qyoto.QSize

TotalMinimumSize() 공개 메소드

public TotalMinimumSize ( ) : Qyoto.QSize
리턴 Qyoto.QSize

TotalSizeHint() 공개 메소드

public TotalSizeHint ( ) : Qyoto.QSize
리턴 Qyoto.QSize

Tr() 공개 정적인 메소드

public static Tr ( string s ) : string
s string
리턴 string

Tr() 공개 정적인 메소드

public static Tr ( string s, string c ) : string
s string
c string
리턴 string

Update() 공개 메소드

public Update ( ) : void
리턴 void

WidgetEvent() 보호된 메소드

protected WidgetEvent ( Qyoto.QEvent arg1 ) : void
arg1 Qyoto.QEvent
리턴 void