C# 클래스 Qyoto.QGraphicsLayout

상속: Qyoto.QGraphicsLayoutItem
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

공개 메소드들

메소드 설명
Activate ( ) : void
IsActivated ( ) : bool
QGraphicsLayout ( ) : System
QGraphicsLayout ( IQGraphicsLayoutItem parent ) : System
SetContentsMargins ( double left, double top, double right, double bottom ) : void

보호된 메소드들

메소드 설명
AddChildLayoutItem ( IQGraphicsLayoutItem layoutItem ) : void
CreateProxy ( ) : void
QGraphicsLayout ( Type dummy ) : System

비공개 메소드들

메소드 설명
Count ( ) : int
GetContentsMargins ( double &left, double &top, double &right, double &bottom ) : void
Invalidate ( ) : void
ItemAt ( int i ) : IQGraphicsLayoutItem
RemoveAt ( int index ) : void
UpdateGeometry ( ) : void
WidgetEvent ( Qyoto.QEvent e ) : void

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

AddChildLayoutItem() 보호된 메소드

protected AddChildLayoutItem ( IQGraphicsLayoutItem layoutItem ) : void
layoutItem IQGraphicsLayoutItem
리턴 void

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

IsActivated() 공개 메소드

public IsActivated ( ) : bool
리턴 bool

QGraphicsLayout() 공개 메소드

public QGraphicsLayout ( ) : System
리턴 System

QGraphicsLayout() 공개 메소드

public QGraphicsLayout ( IQGraphicsLayoutItem parent ) : System
parent IQGraphicsLayoutItem
리턴 System

QGraphicsLayout() 보호된 메소드

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

SetContentsMargins() 공개 메소드

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