C# Class Plasma.SvgWidget

Inheritance: Qyoto.QGraphicsWidget, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Private Properties

Свойство Type Description
MouseReleaseEvent void
Paint void
SizeHint Qyoto.QSizeF

Méthodes publiques

Méthode Description
Dispose ( ) : void
SvgWidget ( ) : System
SvgWidget ( IQGraphicsItem parent ) : System
SvgWidget ( IQGraphicsItem parent, uint wFlags ) : System
SvgWidget ( Plasma svg ) : System
SvgWidget ( Plasma svg, string elementID ) : System
SvgWidget ( Plasma svg, string elementID, IQGraphicsItem parent ) : System
SvgWidget ( Plasma svg, string elementID, IQGraphicsItem parent, uint wFlags ) : System

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
SvgWidget ( Type dummy ) : System

Private Methods

Méthode Description
MouseReleaseEvent ( Qyoto.QGraphicsSceneMouseEvent arg1 ) : void
Paint ( QPainter painter, QStyleOptionGraphicsItem option, QWidget widget ) : void
SizeHint ( Qt which, Qyoto.QSizeF constraint ) : Qyoto.QSizeF

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SvgWidget() public méthode

public SvgWidget ( ) : System
Résultat System

SvgWidget() public méthode

public SvgWidget ( IQGraphicsItem parent ) : System
parent IQGraphicsItem
Résultat System

SvgWidget() public méthode

public SvgWidget ( IQGraphicsItem parent, uint wFlags ) : System
parent IQGraphicsItem
wFlags uint
Résultat System

SvgWidget() public méthode

public SvgWidget ( Plasma svg ) : System
svg Plasma
Résultat System

SvgWidget() public méthode

public SvgWidget ( Plasma svg, string elementID ) : System
svg Plasma
elementID string
Résultat System

SvgWidget() public méthode

public SvgWidget ( Plasma svg, string elementID, IQGraphicsItem parent ) : System
svg Plasma
elementID string
parent IQGraphicsItem
Résultat System

SvgWidget() public méthode

public SvgWidget ( Plasma svg, string elementID, IQGraphicsItem parent, uint wFlags ) : System
svg Plasma
elementID string
parent IQGraphicsItem
wFlags uint
Résultat System

SvgWidget() protected méthode

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