Method | Description | |
---|---|---|
Activate ( ) : void | ||
IsActivated ( ) : bool | ||
QGraphicsLayout ( ) : System | ||
QGraphicsLayout ( IQGraphicsLayoutItem parent ) : System | ||
SetContentsMargins ( double left, double top, double right, double bottom ) : void |
Method | Description | |
---|---|---|
AddChildLayoutItem ( IQGraphicsLayoutItem layoutItem ) : void | ||
CreateProxy ( ) : void | ||
QGraphicsLayout ( |
Method | Description | |
---|---|---|
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 |
protected AddChildLayoutItem ( IQGraphicsLayoutItem layoutItem ) : void | ||
layoutItem | IQGraphicsLayoutItem | |
return | void |
public QGraphicsLayout ( IQGraphicsLayoutItem parent ) : System | ||
parent | IQGraphicsLayoutItem | |
return | System |
protected QGraphicsLayout ( |
||
dummy | ||
return | System |
public SetContentsMargins ( double left, double top, double right, double bottom ) : void | ||
left | double | |
top | double | |
right | double | |
bottom | double | |
return | void |