Property | Type | Description | |
---|---|---|---|
interceptor |
Method | Description | |
---|---|---|
AutoDetectImageFormat ( ) : bool | ||
BackgroundColor ( ) : |
||
CanRead ( ) : bool | ||
ClipRect ( ) : Qyoto.QRect | ||
CurrentImageNumber ( ) : int | ||
CurrentImageRect ( ) : Qyoto.QRect | ||
DecideFormatFromContent ( ) : bool | ||
Device ( ) : Qyoto.QIODevice | ||
Dispose ( ) : void | ||
Error ( ) : int | ||
ErrorString ( ) : string | ||
FileName ( ) : string | ||
Format ( ) : Qyoto.QByteArray | ||
ImageCount ( ) : int | ||
ImageFormat ( Qyoto.QIODevice device ) : Qyoto.QByteArray | ||
ImageFormat ( string fileName ) : Qyoto.QByteArray | ||
ImageFormat ( ) : QImage.Format | ||
JumpToImage ( int imageNumber ) : bool | ||
JumpToNextImage ( ) : bool | ||
LoopCount ( ) : int | ||
NextImageDelay ( ) : int | ||
QImageReader ( Qyoto.QIODevice device ) : System | ||
QImageReader ( Qyoto.QIODevice device, Qyoto.QByteArray format ) : System | ||
QImageReader ( string fileName ) : System | ||
QImageReader ( string fileName, Qyoto.QByteArray format ) : System | ||
Quality ( ) : int | ||
Read ( ) : |
||
Read ( |
||
ScaledClipRect ( ) : Qyoto.QRect | ||
ScaledSize ( ) : Qyoto.QSize | ||
SetAutoDetectImageFormat ( bool enabled ) : void | ||
SetBackgroundColor ( |
||
SetClipRect ( Qyoto.QRect rect ) : void | ||
SetDecideFormatFromContent ( bool ignored ) : void | ||
SetDevice ( Qyoto.QIODevice device ) : void | ||
SetFileName ( string fileName ) : void | ||
SetFormat ( Qyoto.QByteArray format ) : void | ||
SetQuality ( int quality ) : void | ||
SetScaledClipRect ( Qyoto.QRect rect ) : void | ||
SetScaledSize ( Qyoto.QSize size ) : void | ||
Size ( ) : Qyoto.QSize | ||
SupportedImageFormats ( ) : List |
||
SupportsAnimation ( ) : bool | ||
SupportsOption ( Qyoto.QImageIOHandler option ) : bool | ||
Text ( string key ) : string | ||
TextKeys ( ) : List |
Method | Description | |
---|---|---|
CreateProxy ( ) : void | ||
QImageReader ( |
Method | Description | |
---|---|---|
QImageReader ( ) : System |
public static ImageFormat ( Qyoto.QIODevice device ) : Qyoto.QByteArray | ||
device | Qyoto.QIODevice | |
return | Qyoto.QByteArray |
public static ImageFormat ( string fileName ) : Qyoto.QByteArray | ||
fileName | string | |
return | Qyoto.QByteArray |
public JumpToImage ( int imageNumber ) : bool | ||
imageNumber | int | |
return | bool |
public QImageReader ( Qyoto.QIODevice device ) : System | ||
device | Qyoto.QIODevice | |
return | System |
public QImageReader ( Qyoto.QIODevice device, Qyoto.QByteArray format ) : System | ||
device | Qyoto.QIODevice | |
format | Qyoto.QByteArray | |
return | System |
protected QImageReader ( |
||
dummy | ||
return | System |
public QImageReader ( string fileName ) : System | ||
fileName | string | |
return | System |
public QImageReader ( string fileName, Qyoto.QByteArray format ) : System | ||
fileName | string | |
format | Qyoto.QByteArray | |
return | System |
public SetAutoDetectImageFormat ( bool enabled ) : void | ||
enabled | bool | |
return | void |
public SetBackgroundColor ( |
||
color | ||
return | void |
public SetClipRect ( Qyoto.QRect rect ) : void | ||
rect | Qyoto.QRect | |
return | void |
public SetDecideFormatFromContent ( bool ignored ) : void | ||
ignored | bool | |
return | void |
public SetDevice ( Qyoto.QIODevice device ) : void | ||
device | Qyoto.QIODevice | |
return | void |
public SetFileName ( string fileName ) : void | ||
fileName | string | |
return | void |
public SetFormat ( Qyoto.QByteArray format ) : void | ||
format | Qyoto.QByteArray | |
return | void |
public SetScaledClipRect ( Qyoto.QRect rect ) : void | ||
rect | Qyoto.QRect | |
return | void |
public SetScaledSize ( Qyoto.QSize size ) : void | ||
size | Qyoto.QSize | |
return | void |
public static SupportedImageFormats ( ) : List |
||
return | List |
public SupportsOption ( Qyoto.QImageIOHandler option ) : bool | ||
option | Qyoto.QImageIOHandler | |
return | bool |