C# Class Qyoto.QGraphicsSvgItem

Inheritance: QGraphicsObject, IDisposable
Mostrar archivo Open project: 0xd34df00d/Qross

Private Properties

Property Type Description
Paint void
QGraphicsSvgItem System
type int

Public Methods

Method 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

Protected Methods

Method Description
CreateProxy ( ) : void
QGraphicsSvgItem ( Type dummy ) : System

Private Methods

Method Description
Paint ( QPainter painter, QStyleOptionGraphicsItem option ) : void
QGraphicsSvgItem ( ) : System
type ( ) : int

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

IsCachingEnabled() public method

public IsCachingEnabled ( ) : bool
return bool

QGraphicsSvgItem() public method

public QGraphicsSvgItem ( IQGraphicsItem parentItem ) : System
parentItem IQGraphicsItem
return System

QGraphicsSvgItem() protected method

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

QGraphicsSvgItem() public method

public QGraphicsSvgItem ( string fileName ) : System
fileName string
return System

QGraphicsSvgItem() public method

public QGraphicsSvgItem ( string fileName, IQGraphicsItem parentItem ) : System
fileName string
parentItem IQGraphicsItem
return System

Renderer() public method

public Renderer ( ) : Qyoto.QSvgRenderer
return Qyoto.QSvgRenderer

SetCachingEnabled() public method

public SetCachingEnabled ( bool arg1 ) : void
arg1 bool
return void

SetSharedRenderer() public method

public SetSharedRenderer ( QSvgRenderer renderer ) : void
renderer QSvgRenderer
return void

Tr() public static method

public static Tr ( string s ) : string
s string
return string

Tr() public static method

public static Tr ( string s, string c ) : string
s string
c string
return string