C# Class Qyoto.QGraphicsSvgItem

Inheritance: QGraphicsObject, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Private Properties

Свойство Type Description
Paint void
QGraphicsSvgItem System
type int

Méthodes publiques

Méthode Description
Dispose ( ) : void
IsCachingEnabled ( ) : bool
QGraphicsSvgItem ( IQGraphicsItem parentItem ) : System
QGraphicsSvgItem ( string fileName ) : System
QGraphicsSvgItem ( string fileName, IQGraphicsItem parentItem ) : System
Renderer ( ) : Qyoto.QSvgRenderer
SetCachingEnabled ( bool arg1 ) : void
SetSharedRenderer ( QSvgRenderer renderer ) : void
Tr ( string s ) : string
Tr ( string s, string c ) : string

Méthodes protégées

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

Private Methods

Méthode Description
Paint ( QPainter painter, QStyleOptionGraphicsItem option ) : void
QGraphicsSvgItem ( ) : System
type ( ) : int

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IsCachingEnabled() public méthode

public IsCachingEnabled ( ) : bool
Résultat bool

QGraphicsSvgItem() public méthode

public QGraphicsSvgItem ( IQGraphicsItem parentItem ) : System
parentItem IQGraphicsItem
Résultat System

QGraphicsSvgItem() protected méthode

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

QGraphicsSvgItem() public méthode

public QGraphicsSvgItem ( string fileName ) : System
fileName string
Résultat System

QGraphicsSvgItem() public méthode

public QGraphicsSvgItem ( string fileName, IQGraphicsItem parentItem ) : System
fileName string
parentItem IQGraphicsItem
Résultat System

Renderer() public méthode

public Renderer ( ) : Qyoto.QSvgRenderer
Résultat Qyoto.QSvgRenderer

SetCachingEnabled() public méthode

public SetCachingEnabled ( bool arg1 ) : void
arg1 bool
Résultat void

SetSharedRenderer() public méthode

public SetSharedRenderer ( QSvgRenderer renderer ) : void
renderer QSvgRenderer
Résultat void

Tr() public static méthode

public static Tr ( string s ) : string
s string
Résultat string

Tr() public static méthode

public static Tr ( string s, string c ) : string
s string
c string
Résultat string