Property | Type | Description | |
---|---|---|---|
Paint | void | ||
QGraphicsSvgItem | System | ||
type | int |
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 |
Method | Description | |
---|---|---|
CreateProxy ( ) : void | ||
QGraphicsSvgItem ( |
Method | Description | |
---|---|---|
Paint ( |
||
QGraphicsSvgItem ( ) : System | ||
type ( ) : int |
public QGraphicsSvgItem ( IQGraphicsItem parentItem ) : System | ||
parentItem | IQGraphicsItem | |
return | System |
protected QGraphicsSvgItem ( |
||
dummy | ||
return | System |
public QGraphicsSvgItem ( string fileName ) : System | ||
fileName | string | |
return | System |
public QGraphicsSvgItem ( string fileName, IQGraphicsItem parentItem ) : System | ||
fileName | string | |
parentItem | IQGraphicsItem | |
return | System |
public SetCachingEnabled ( bool arg1 ) : void | ||
arg1 | bool | |
return | void |
public SetSharedRenderer ( QSvgRenderer renderer ) : void | ||
renderer | QSvgRenderer | |
return | void |
public static Tr ( string s, string c ) : string | ||
s | string | |
c | string | |
return | string |