C# Class Qyoto.QImage

Inheritance: QPaintDevice, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Méthodes publiques

Méthode Description
AllGray ( ) : bool
AlphaChannel ( ) : QImage
Bits ( ) : Pointer
ByteCount ( ) : int
BytesPerLine ( ) : int
CacheKey ( ) : long
Color ( int i ) : uint
ColorCount ( ) : int
ColorTable ( ) : List
ConvertToFormat ( QImage f ) : QImage
ConvertToFormat ( QImage f, List colorTable ) : QImage
ConvertToFormat ( QImage f, List colorTable, uint flags ) : QImage
ConvertToFormat ( QImage f, uint flags ) : QImage
Copy ( ) : QImage
Copy ( Qyoto.QRect rect ) : QImage
Copy ( int x, int y, int w, int h ) : QImage
CreateAlphaMask ( ) : QImage
CreateAlphaMask ( uint flags ) : QImage
CreateHeuristicMask ( ) : QImage
CreateHeuristicMask ( bool clipTight ) : QImage
CreateMaskFromColor ( uint color ) : QImage
CreateMaskFromColor ( uint color, Qt mode ) : QImage
Depth ( ) : int
Detach ( ) : void
Dispose ( ) : void
DotsPerMeterX ( ) : int
DotsPerMeterY ( ) : int
Equals ( object o ) : bool
Fill ( uint pixel ) : void
FromData ( Pointer data, int size ) : QImage
FromData ( Pointer data, int size, string format ) : QImage
FromData ( Qyoto.QByteArray data ) : QImage
FromData ( Qyoto.QByteArray data, string format ) : QImage
GetHashCode ( ) : int
HasAlphaChannel ( ) : bool
Height ( ) : int
InvertPixels ( ) : void
InvertPixels ( QImage arg1 ) : void
IsDetached ( ) : bool
IsGrayscale ( ) : bool
IsNull ( ) : bool
Load ( Qyoto.QIODevice device, string format ) : bool
Load ( string fileName ) : bool
Load ( string fileName, string format ) : bool
LoadFromData ( Pointer buf, int len ) : bool
LoadFromData ( Pointer buf, int len, string format ) : bool
LoadFromData ( Qyoto.QByteArray data ) : bool
LoadFromData ( Qyoto.QByteArray data, string aformat ) : bool
Mirrored ( ) : QImage
Mirrored ( bool horizontally ) : QImage
Mirrored ( bool horizontally, bool vertically ) : QImage
Offset ( ) : Qyoto.QPoint
Pixel ( Qyoto.QPoint pt ) : uint
Pixel ( int x, int y ) : uint
PixelIndex ( Qyoto.QPoint pt ) : int
PixelIndex ( int x, int y ) : int
QImage ( Pointer data, int width, int height, QImage format ) : System
QImage ( Pointer data, int width, int height, int bytesPerLine, QImage format ) : System
QImage ( QImage arg1 ) : System
QImage ( Qyoto.QSize size, QImage format ) : System
QImage ( int width, int height, QImage format ) : System
QImage ( string fileName ) : System
QImage ( string fileName, string format ) : System
Rect ( ) : Qyoto.QRect
RgbSwapped ( ) : QImage
Save ( Qyoto.QIODevice device ) : bool
Save ( Qyoto.QIODevice device, string format ) : bool
Save ( Qyoto.QIODevice device, string format, int quality ) : bool
Save ( string fileName ) : bool
Save ( string fileName, string format ) : bool
Save ( string fileName, string format, int quality ) : bool
Scaled ( Qyoto.QSize s ) : QImage
Scaled ( Qyoto.QSize s, Qt aspectMode ) : QImage
Scaled ( Qyoto.QSize s, Qt aspectMode, Qt mode ) : QImage
Scaled ( int w, int h ) : QImage
Scaled ( int w, int h, Qt aspectMode ) : QImage
Scaled ( int w, int h, Qt aspectMode, Qt mode ) : QImage
ScaledToHeight ( int h ) : QImage
ScaledToHeight ( int h, Qt mode ) : QImage
ScaledToWidth ( int w ) : QImage
ScaledToWidth ( int w, Qt mode ) : QImage
ScanLine ( int arg1 ) : Pointer
SerialNumber ( ) : int
SetAlphaChannel ( QImage alphaChannel ) : void
SetColor ( int i, uint c ) : void
SetColorCount ( int arg1 ) : void
SetColorTable ( List colors ) : void
SetDotsPerMeterX ( int arg1 ) : void
SetDotsPerMeterY ( int arg1 ) : void
SetOffset ( Qyoto.QPoint arg1 ) : void
SetPixel ( Qyoto.QPoint pt, uint index_or_rgb ) : void
SetPixel ( int x, int y, uint index_or_rgb ) : void
SetText ( string key, string value ) : void
SetText ( string key, string lang, string arg3 ) : void
Size ( ) : Qyoto.QSize
Text ( ) : string
Text ( string key ) : string
Text ( string key, string lang ) : string
TextKeys ( ) : List
TextLanguages ( ) : List
Transformed ( QMatrix matrix ) : QImage
Transformed ( QMatrix matrix, Qt mode ) : QImage
Transformed ( QTransform matrix ) : QImage
Transformed ( QTransform matrix, Qt mode ) : QImage
TrueMatrix ( QMatrix arg1, int w, int h ) : QMatrix
TrueMatrix ( QTransform arg1, int w, int h ) : QTransform
Valid ( Qyoto.QPoint pt ) : bool
Valid ( int x, int y ) : bool
Width ( ) : int
format ( ) : QImage.Format
operator ( ) : Qyoto.QVariant
operator ( ) : bool

Méthodes protégées

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

Private Methods

Méthode Description
DevType ( ) : int
Metric ( QPaintDevice metric ) : int
PaintEngine ( ) : QPaintEngine
QImage ( ) : System

Method Details

AllGray() public méthode

public AllGray ( ) : bool
Résultat bool

AlphaChannel() public méthode

public AlphaChannel ( ) : QImage
Résultat QImage

Bits() public méthode

public Bits ( ) : Pointer
Résultat Pointer

ByteCount() public méthode

public ByteCount ( ) : int
Résultat int

BytesPerLine() public méthode

public BytesPerLine ( ) : int
Résultat int

CacheKey() public méthode

public CacheKey ( ) : long
Résultat long

Color() public méthode

public Color ( int i ) : uint
i int
Résultat uint

ColorCount() public méthode

public ColorCount ( ) : int
Résultat int

ColorTable() public méthode

public ColorTable ( ) : List
Résultat List

ConvertToFormat() public méthode

public ConvertToFormat ( QImage f ) : QImage
f QImage
Résultat QImage

ConvertToFormat() public méthode

public ConvertToFormat ( QImage f, List colorTable ) : QImage
f QImage
colorTable List
Résultat QImage

ConvertToFormat() public méthode

public ConvertToFormat ( QImage f, List colorTable, uint flags ) : QImage
f QImage
colorTable List
flags uint
Résultat QImage

ConvertToFormat() public méthode

public ConvertToFormat ( QImage f, uint flags ) : QImage
f QImage
flags uint
Résultat QImage

Copy() public méthode

public Copy ( ) : QImage
Résultat QImage

Copy() public méthode

public Copy ( Qyoto.QRect rect ) : QImage
rect Qyoto.QRect
Résultat QImage

Copy() public méthode

public Copy ( int x, int y, int w, int h ) : QImage
x int
y int
w int
h int
Résultat QImage

CreateAlphaMask() public méthode

public CreateAlphaMask ( ) : QImage
Résultat QImage

CreateAlphaMask() public méthode

public CreateAlphaMask ( uint flags ) : QImage
flags uint
Résultat QImage

CreateHeuristicMask() public méthode

public CreateHeuristicMask ( ) : QImage
Résultat QImage

CreateHeuristicMask() public méthode

public CreateHeuristicMask ( bool clipTight ) : QImage
clipTight bool
Résultat QImage

CreateMaskFromColor() public méthode

public CreateMaskFromColor ( uint color ) : QImage
color uint
Résultat QImage

CreateMaskFromColor() public méthode

public CreateMaskFromColor ( uint color, Qt mode ) : QImage
color uint
mode Qt
Résultat QImage

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Depth() public méthode

public Depth ( ) : int
Résultat int

Detach() public méthode

public Detach ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DotsPerMeterX() public méthode

public DotsPerMeterX ( ) : int
Résultat int

DotsPerMeterY() public méthode

public DotsPerMeterY ( ) : int
Résultat int

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

Fill() public méthode

public Fill ( uint pixel ) : void
pixel uint
Résultat void

FromData() public static méthode

public static FromData ( Pointer data, int size ) : QImage
data Pointer
size int
Résultat QImage

FromData() public static méthode

public static FromData ( Pointer data, int size, string format ) : QImage
data Pointer
size int
format string
Résultat QImage

FromData() public static méthode

public static FromData ( Qyoto.QByteArray data ) : QImage
data Qyoto.QByteArray
Résultat QImage

FromData() public static méthode

public static FromData ( Qyoto.QByteArray data, string format ) : QImage
data Qyoto.QByteArray
format string
Résultat QImage

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

HasAlphaChannel() public méthode

public HasAlphaChannel ( ) : bool
Résultat bool

Height() public méthode

public Height ( ) : int
Résultat int

InvertPixels() public méthode

public InvertPixels ( ) : void
Résultat void

InvertPixels() public méthode

public InvertPixels ( QImage arg1 ) : void
arg1 QImage
Résultat void

IsDetached() public méthode

public IsDetached ( ) : bool
Résultat bool

IsGrayscale() public méthode

public IsGrayscale ( ) : bool
Résultat bool

IsNull() public méthode

public IsNull ( ) : bool
Résultat bool

Load() public méthode

public Load ( Qyoto.QIODevice device, string format ) : bool
device Qyoto.QIODevice
format string
Résultat bool

Load() public méthode

public Load ( string fileName ) : bool
fileName string
Résultat bool

Load() public méthode

public Load ( string fileName, string format ) : bool
fileName string
format string
Résultat bool

LoadFromData() public méthode

public LoadFromData ( Pointer buf, int len ) : bool
buf Pointer
len int
Résultat bool

LoadFromData() public méthode

public LoadFromData ( Pointer buf, int len, string format ) : bool
buf Pointer
len int
format string
Résultat bool

LoadFromData() public méthode

public LoadFromData ( Qyoto.QByteArray data ) : bool
data Qyoto.QByteArray
Résultat bool

LoadFromData() public méthode

public LoadFromData ( Qyoto.QByteArray data, string aformat ) : bool
data Qyoto.QByteArray
aformat string
Résultat bool

Mirrored() public méthode

public Mirrored ( ) : QImage
Résultat QImage

Mirrored() public méthode

public Mirrored ( bool horizontally ) : QImage
horizontally bool
Résultat QImage

Mirrored() public méthode

public Mirrored ( bool horizontally, bool vertically ) : QImage
horizontally bool
vertically bool
Résultat QImage

Offset() public méthode

public Offset ( ) : Qyoto.QPoint
Résultat Qyoto.QPoint

Pixel() public méthode

public Pixel ( Qyoto.QPoint pt ) : uint
pt Qyoto.QPoint
Résultat uint

Pixel() public méthode

public Pixel ( int x, int y ) : uint
x int
y int
Résultat uint

PixelIndex() public méthode

public PixelIndex ( Qyoto.QPoint pt ) : int
pt Qyoto.QPoint
Résultat int

PixelIndex() public méthode

public PixelIndex ( int x, int y ) : int
x int
y int
Résultat int

QImage() public méthode

public QImage ( Pointer data, int width, int height, QImage format ) : System
data Pointer
width int
height int
format QImage
Résultat System

QImage() public méthode

public QImage ( Pointer data, int width, int height, int bytesPerLine, QImage format ) : System
data Pointer
width int
height int
bytesPerLine int
format QImage
Résultat System

QImage() public méthode

public QImage ( QImage arg1 ) : System
arg1 QImage
Résultat System

QImage() public méthode

public QImage ( Qyoto.QSize size, QImage format ) : System
size Qyoto.QSize
format QImage
Résultat System

QImage() protected méthode

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

QImage() public méthode

public QImage ( int width, int height, QImage format ) : System
width int
height int
format QImage
Résultat System

QImage() public méthode

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

QImage() public méthode

public QImage ( string fileName, string format ) : System
fileName string
format string
Résultat System

Rect() public méthode

public Rect ( ) : Qyoto.QRect
Résultat Qyoto.QRect

RgbSwapped() public méthode

public RgbSwapped ( ) : QImage
Résultat QImage

Save() public méthode

public Save ( Qyoto.QIODevice device ) : bool
device Qyoto.QIODevice
Résultat bool

Save() public méthode

public Save ( Qyoto.QIODevice device, string format ) : bool
device Qyoto.QIODevice
format string
Résultat bool

Save() public méthode

public Save ( Qyoto.QIODevice device, string format, int quality ) : bool
device Qyoto.QIODevice
format string
quality int
Résultat bool

Save() public méthode

public Save ( string fileName ) : bool
fileName string
Résultat bool

Save() public méthode

public Save ( string fileName, string format ) : bool
fileName string
format string
Résultat bool

Save() public méthode

public Save ( string fileName, string format, int quality ) : bool
fileName string
format string
quality int
Résultat bool

Scaled() public méthode

public Scaled ( Qyoto.QSize s ) : QImage
s Qyoto.QSize
Résultat QImage

Scaled() public méthode

public Scaled ( Qyoto.QSize s, Qt aspectMode ) : QImage
s Qyoto.QSize
aspectMode Qt
Résultat QImage

Scaled() public méthode

public Scaled ( Qyoto.QSize s, Qt aspectMode, Qt mode ) : QImage
s Qyoto.QSize
aspectMode Qt
mode Qt
Résultat QImage

Scaled() public méthode

public Scaled ( int w, int h ) : QImage
w int
h int
Résultat QImage

Scaled() public méthode

public Scaled ( int w, int h, Qt aspectMode ) : QImage
w int
h int
aspectMode Qt
Résultat QImage

Scaled() public méthode

public Scaled ( int w, int h, Qt aspectMode, Qt mode ) : QImage
w int
h int
aspectMode Qt
mode Qt
Résultat QImage

ScaledToHeight() public méthode

public ScaledToHeight ( int h ) : QImage
h int
Résultat QImage

ScaledToHeight() public méthode

public ScaledToHeight ( int h, Qt mode ) : QImage
h int
mode Qt
Résultat QImage

ScaledToWidth() public méthode

public ScaledToWidth ( int w ) : QImage
w int
Résultat QImage

ScaledToWidth() public méthode

public ScaledToWidth ( int w, Qt mode ) : QImage
w int
mode Qt
Résultat QImage

ScanLine() public méthode

public ScanLine ( int arg1 ) : Pointer
arg1 int
Résultat Pointer

SerialNumber() public méthode

public SerialNumber ( ) : int
Résultat int

SetAlphaChannel() public méthode

public SetAlphaChannel ( QImage alphaChannel ) : void
alphaChannel QImage
Résultat void

SetColor() public méthode

public SetColor ( int i, uint c ) : void
i int
c uint
Résultat void

SetColorCount() public méthode

public SetColorCount ( int arg1 ) : void
arg1 int
Résultat void

SetColorTable() public méthode

public SetColorTable ( List colors ) : void
colors List
Résultat void

SetDotsPerMeterX() public méthode

public SetDotsPerMeterX ( int arg1 ) : void
arg1 int
Résultat void

SetDotsPerMeterY() public méthode

public SetDotsPerMeterY ( int arg1 ) : void
arg1 int
Résultat void

SetOffset() public méthode

public SetOffset ( Qyoto.QPoint arg1 ) : void
arg1 Qyoto.QPoint
Résultat void

SetPixel() public méthode

public SetPixel ( Qyoto.QPoint pt, uint index_or_rgb ) : void
pt Qyoto.QPoint
index_or_rgb uint
Résultat void

SetPixel() public méthode

public SetPixel ( int x, int y, uint index_or_rgb ) : void
x int
y int
index_or_rgb uint
Résultat void

SetText() public méthode

public SetText ( string key, string value ) : void
key string
value string
Résultat void

SetText() public méthode

public SetText ( string key, string lang, string arg3 ) : void
key string
lang string
arg3 string
Résultat void

Size() public méthode

public Size ( ) : Qyoto.QSize
Résultat Qyoto.QSize

Text() public méthode

public Text ( ) : string
Résultat string

Text() public méthode

public Text ( string key ) : string
key string
Résultat string

Text() public méthode

public Text ( string key, string lang ) : string
key string
lang string
Résultat string

TextKeys() public méthode

public TextKeys ( ) : List
Résultat List

TextLanguages() public méthode

public TextLanguages ( ) : List
Résultat List

Transformed() public méthode

public Transformed ( QMatrix matrix ) : QImage
matrix QMatrix
Résultat QImage

Transformed() public méthode

public Transformed ( QMatrix matrix, Qt mode ) : QImage
matrix QMatrix
mode Qt
Résultat QImage

Transformed() public méthode

public Transformed ( QTransform matrix ) : QImage
matrix QTransform
Résultat QImage

Transformed() public méthode

public Transformed ( QTransform matrix, Qt mode ) : QImage
matrix QTransform
mode Qt
Résultat QImage

TrueMatrix() public static méthode

public static TrueMatrix ( QMatrix arg1, int w, int h ) : QMatrix
arg1 QMatrix
w int
h int
Résultat QMatrix

TrueMatrix() public static méthode

public static TrueMatrix ( QTransform arg1, int w, int h ) : QTransform
arg1 QTransform
w int
h int
Résultat QTransform

Valid() public méthode

public Valid ( Qyoto.QPoint pt ) : bool
pt Qyoto.QPoint
Résultat bool

Valid() public méthode

public Valid ( int x, int y ) : bool
x int
y int
Résultat bool

Width() public méthode

public Width ( ) : int
Résultat int

format() public méthode

public format ( ) : QImage.Format
Résultat QImage.Format

operator() public static méthode

public static operator ( ) : Qyoto.QVariant
Résultat Qyoto.QVariant

operator() public static méthode

public static operator ( ) : bool
Résultat bool