C# Class Qyoto.QGraphicsLayout

Inheritance: Qyoto.QGraphicsLayoutItem
Mostrar archivo Open project: 0xd34df00d/Qross Class Usage Examples

Public Methods

Method Description
Activate ( ) : void
IsActivated ( ) : bool
QGraphicsLayout ( ) : System
QGraphicsLayout ( IQGraphicsLayoutItem parent ) : System
SetContentsMargins ( double left, double top, double right, double bottom ) : void

Protected Methods

Method Description
AddChildLayoutItem ( IQGraphicsLayoutItem layoutItem ) : void
CreateProxy ( ) : void
QGraphicsLayout ( Type dummy ) : System

Private Methods

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

Method Details

Activate() public method

public Activate ( ) : void
return void

AddChildLayoutItem() protected method

protected AddChildLayoutItem ( IQGraphicsLayoutItem layoutItem ) : void
layoutItem IQGraphicsLayoutItem
return void

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

IsActivated() public method

public IsActivated ( ) : bool
return bool

QGraphicsLayout() public method

public QGraphicsLayout ( ) : System
return System

QGraphicsLayout() public method

public QGraphicsLayout ( IQGraphicsLayoutItem parent ) : System
parent IQGraphicsLayoutItem
return System

QGraphicsLayout() protected method

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

SetContentsMargins() public method

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