C# Class Qyoto.QGraphicsLayout

Inheritance: Qyoto.QGraphicsLayoutItem
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
AddChildLayoutItem ( IQGraphicsLayoutItem layoutItem ) : void
CreateProxy ( ) : void
QGraphicsLayout ( Type dummy ) : System

Private Methods

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

public Activate ( ) : void
Résultat void

AddChildLayoutItem() protected méthode

protected AddChildLayoutItem ( IQGraphicsLayoutItem layoutItem ) : void
layoutItem IQGraphicsLayoutItem
Résultat void

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

IsActivated() public méthode

public IsActivated ( ) : bool
Résultat bool

QGraphicsLayout() public méthode

public QGraphicsLayout ( ) : System
Résultat System

QGraphicsLayout() public méthode

public QGraphicsLayout ( IQGraphicsLayoutItem parent ) : System
parent IQGraphicsLayoutItem
Résultat System

QGraphicsLayout() protected méthode

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

SetContentsMargins() public méthode

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