C# Class Qyoto.QPixmap

Inheritance: QPaintDevice, IDisposable
ファイルを表示 Open project: 0xd34df00d/Qross Class Usage Examples

Public Methods

Method Description
AlphaChannel ( ) : QPixmap
CacheKey ( ) : long
Copy ( ) : QPixmap
Copy ( Qyoto.QRect rect ) : QPixmap
Copy ( int x, int y, int width, int height ) : QPixmap
CreateHeuristicMask ( ) : QBitmap
CreateHeuristicMask ( bool clipTight ) : QBitmap
CreateMaskFromColor ( QColor maskColor ) : QBitmap
CreateMaskFromColor ( QColor maskColor, Qt mode ) : QBitmap
DefaultDepth ( ) : int
Depth ( ) : int
Detach ( ) : void
Dispose ( ) : void
Fill ( ) : void
Fill ( QColor fillColor ) : void
Fill ( QWidget widget, Qyoto.QPoint ofs ) : void
Fill ( QWidget widget, int xofs, int yofs ) : void
FromImage ( QImage image ) : QPixmap
FromImage ( QImage image, uint flags ) : QPixmap
GrabWidget ( QWidget widget ) : QPixmap
GrabWidget ( QWidget widget, Qyoto.QRect rect ) : QPixmap
GrabWidget ( QWidget widget, int x ) : QPixmap
GrabWidget ( QWidget widget, int x, int y ) : QPixmap
GrabWidget ( QWidget widget, int x, int y, int w ) : QPixmap
GrabWidget ( QWidget widget, int x, int y, int w, int h ) : QPixmap
HasAlpha ( ) : bool
HasAlphaChannel ( ) : bool
Height ( ) : int
IsDetached ( ) : bool
IsNull ( ) : bool
IsQBitmap ( ) : bool
Load ( string fileName ) : bool
Load ( string fileName, string format ) : bool
Load ( string fileName, string format, uint flags ) : bool
LoadFromData ( Pointer buf, uint len ) : bool
LoadFromData ( Pointer buf, uint len, string format ) : bool
LoadFromData ( Pointer buf, uint len, string format, uint flags ) : bool
LoadFromData ( Qyoto.QByteArray data ) : bool
LoadFromData ( Qyoto.QByteArray data, string format ) : bool
LoadFromData ( Qyoto.QByteArray data, string format, uint flags ) : bool
Mask ( ) : QBitmap
QPixmap ( QPixmap arg1 ) : System
QPixmap ( Qyoto.QSize arg1 ) : System
QPixmap ( int w, int h ) : System
QPixmap ( string fileName ) : System
QPixmap ( string fileName, string format ) : System
QPixmap ( string fileName, string format, uint flags ) : System
Rect ( ) : Qyoto.QRect
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 ) : QPixmap
Scaled ( Qyoto.QSize s, Qt aspectMode ) : QPixmap
Scaled ( Qyoto.QSize s, Qt aspectMode, Qt mode ) : QPixmap
Scaled ( int w, int h ) : QPixmap
Scaled ( int w, int h, Qt aspectMode ) : QPixmap
Scaled ( int w, int h, Qt aspectMode, Qt mode ) : QPixmap
ScaledToHeight ( int h ) : QPixmap
ScaledToHeight ( int h, Qt mode ) : QPixmap
ScaledToWidth ( int w ) : QPixmap
ScaledToWidth ( int w, Qt mode ) : QPixmap
Scroll ( int dx, int dy, Qyoto.QRect rect ) : void
Scroll ( int dx, int dy, Qyoto.QRect rect, QRegion exposed ) : void
Scroll ( int dx, int dy, int x, int y, int width, int height ) : void
Scroll ( int dx, int dy, int x, int y, int width, int height, QRegion exposed ) : void
SerialNumber ( ) : int
SetAlphaChannel ( QPixmap arg1 ) : void
SetMask ( QBitmap arg1 ) : void
Size ( ) : Qyoto.QSize
ToImage ( ) : QImage
Transformed ( QMatrix arg1 ) : QPixmap
Transformed ( QMatrix arg1, Qt mode ) : QPixmap
Transformed ( QTransform arg1 ) : QPixmap
Transformed ( QTransform arg1, Qt mode ) : QPixmap
TrueMatrix ( QMatrix m, int w, int h ) : QMatrix
TrueMatrix ( QTransform m, int w, int h ) : QTransform
Width ( ) : int
operator ( ) : Qyoto.QVariant
operator ( ) : bool

Protected Methods

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

Private Methods

Method Description
DevType ( ) : int
Metric ( QPaintDevice arg1 ) : int
PaintEngine ( ) : QPaintEngine
QPixmap ( ) : System

Method Details

AlphaChannel() public method

public AlphaChannel ( ) : QPixmap
return QPixmap

CacheKey() public method

public CacheKey ( ) : long
return long

Copy() public method

public Copy ( ) : QPixmap
return QPixmap

Copy() public method

public Copy ( Qyoto.QRect rect ) : QPixmap
rect Qyoto.QRect
return QPixmap

Copy() public method

public Copy ( int x, int y, int width, int height ) : QPixmap
x int
y int
width int
height int
return QPixmap

CreateHeuristicMask() public method

public CreateHeuristicMask ( ) : QBitmap
return QBitmap

CreateHeuristicMask() public method

public CreateHeuristicMask ( bool clipTight ) : QBitmap
clipTight bool
return QBitmap

CreateMaskFromColor() public method

public CreateMaskFromColor ( QColor maskColor ) : QBitmap
maskColor QColor
return QBitmap

CreateMaskFromColor() public method

public CreateMaskFromColor ( QColor maskColor, Qt mode ) : QBitmap
maskColor QColor
mode Qt
return QBitmap

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

DefaultDepth() public static method

public static DefaultDepth ( ) : int
return int

Depth() public method

public Depth ( ) : int
return int

Detach() public method

public Detach ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Fill() public method

public Fill ( ) : void
return void

Fill() public method

public Fill ( QColor fillColor ) : void
fillColor QColor
return void

Fill() public method

public Fill ( QWidget widget, Qyoto.QPoint ofs ) : void
widget QWidget
ofs Qyoto.QPoint
return void

Fill() public method

public Fill ( QWidget widget, int xofs, int yofs ) : void
widget QWidget
xofs int
yofs int
return void

FromImage() public static method

public static FromImage ( QImage image ) : QPixmap
image QImage
return QPixmap

FromImage() public static method

public static FromImage ( QImage image, uint flags ) : QPixmap
image QImage
flags uint
return QPixmap

GrabWidget() public static method

public static GrabWidget ( QWidget widget ) : QPixmap
widget QWidget
return QPixmap

GrabWidget() public static method

public static GrabWidget ( QWidget widget, Qyoto.QRect rect ) : QPixmap
widget QWidget
rect Qyoto.QRect
return QPixmap

GrabWidget() public static method

public static GrabWidget ( QWidget widget, int x ) : QPixmap
widget QWidget
x int
return QPixmap

GrabWidget() public static method

public static GrabWidget ( QWidget widget, int x, int y ) : QPixmap
widget QWidget
x int
y int
return QPixmap

GrabWidget() public static method

public static GrabWidget ( QWidget widget, int x, int y, int w ) : QPixmap
widget QWidget
x int
y int
w int
return QPixmap

GrabWidget() public static method

public static GrabWidget ( QWidget widget, int x, int y, int w, int h ) : QPixmap
widget QWidget
x int
y int
w int
h int
return QPixmap

HasAlpha() public method

public HasAlpha ( ) : bool
return bool

HasAlphaChannel() public method

public HasAlphaChannel ( ) : bool
return bool

Height() public method

public Height ( ) : int
return int

IsDetached() public method

public IsDetached ( ) : bool
return bool

IsNull() public method

public IsNull ( ) : bool
return bool

IsQBitmap() public method

public IsQBitmap ( ) : bool
return bool

Load() public method

public Load ( string fileName ) : bool
fileName string
return bool

Load() public method

public Load ( string fileName, string format ) : bool
fileName string
format string
return bool

Load() public method

public Load ( string fileName, string format, uint flags ) : bool
fileName string
format string
flags uint
return bool

LoadFromData() public method

public LoadFromData ( Pointer buf, uint len ) : bool
buf Pointer
len uint
return bool

LoadFromData() public method

public LoadFromData ( Pointer buf, uint len, string format ) : bool
buf Pointer
len uint
format string
return bool

LoadFromData() public method

public LoadFromData ( Pointer buf, uint len, string format, uint flags ) : bool
buf Pointer
len uint
format string
flags uint
return bool

LoadFromData() public method

public LoadFromData ( Qyoto.QByteArray data ) : bool
data Qyoto.QByteArray
return bool

LoadFromData() public method

public LoadFromData ( Qyoto.QByteArray data, string format ) : bool
data Qyoto.QByteArray
format string
return bool

LoadFromData() public method

public LoadFromData ( Qyoto.QByteArray data, string format, uint flags ) : bool
data Qyoto.QByteArray
format string
flags uint
return bool

Mask() public method

public Mask ( ) : QBitmap
return QBitmap

QPixmap() public method

public QPixmap ( QPixmap arg1 ) : System
arg1 QPixmap
return System

QPixmap() public method

public QPixmap ( Qyoto.QSize arg1 ) : System
arg1 Qyoto.QSize
return System

QPixmap() protected method

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

QPixmap() public method

public QPixmap ( int w, int h ) : System
w int
h int
return System

QPixmap() public method

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

QPixmap() public method

public QPixmap ( string fileName, string format ) : System
fileName string
format string
return System

QPixmap() public method

public QPixmap ( string fileName, string format, uint flags ) : System
fileName string
format string
flags uint
return System

Rect() public method

public Rect ( ) : Qyoto.QRect
return Qyoto.QRect

Save() public method

public Save ( Qyoto.QIODevice device ) : bool
device Qyoto.QIODevice
return bool

Save() public method

public Save ( Qyoto.QIODevice device, string format ) : bool
device Qyoto.QIODevice
format string
return bool

Save() public method

public Save ( Qyoto.QIODevice device, string format, int quality ) : bool
device Qyoto.QIODevice
format string
quality int
return bool

Save() public method

public Save ( string fileName ) : bool
fileName string
return bool

Save() public method

public Save ( string fileName, string format ) : bool
fileName string
format string
return bool

Save() public method

public Save ( string fileName, string format, int quality ) : bool
fileName string
format string
quality int
return bool

Scaled() public method

public Scaled ( Qyoto.QSize s ) : QPixmap
s Qyoto.QSize
return QPixmap

Scaled() public method

public Scaled ( Qyoto.QSize s, Qt aspectMode ) : QPixmap
s Qyoto.QSize
aspectMode Qt
return QPixmap

Scaled() public method

public Scaled ( Qyoto.QSize s, Qt aspectMode, Qt mode ) : QPixmap
s Qyoto.QSize
aspectMode Qt
mode Qt
return QPixmap

Scaled() public method

public Scaled ( int w, int h ) : QPixmap
w int
h int
return QPixmap

Scaled() public method

public Scaled ( int w, int h, Qt aspectMode ) : QPixmap
w int
h int
aspectMode Qt
return QPixmap

Scaled() public method

public Scaled ( int w, int h, Qt aspectMode, Qt mode ) : QPixmap
w int
h int
aspectMode Qt
mode Qt
return QPixmap

ScaledToHeight() public method

public ScaledToHeight ( int h ) : QPixmap
h int
return QPixmap

ScaledToHeight() public method

public ScaledToHeight ( int h, Qt mode ) : QPixmap
h int
mode Qt
return QPixmap

ScaledToWidth() public method

public ScaledToWidth ( int w ) : QPixmap
w int
return QPixmap

ScaledToWidth() public method

public ScaledToWidth ( int w, Qt mode ) : QPixmap
w int
mode Qt
return QPixmap

Scroll() public method

public Scroll ( int dx, int dy, Qyoto.QRect rect ) : void
dx int
dy int
rect Qyoto.QRect
return void

Scroll() public method

public Scroll ( int dx, int dy, Qyoto.QRect rect, QRegion exposed ) : void
dx int
dy int
rect Qyoto.QRect
exposed QRegion
return void

Scroll() public method

public Scroll ( int dx, int dy, int x, int y, int width, int height ) : void
dx int
dy int
x int
y int
width int
height int
return void

Scroll() public method

public Scroll ( int dx, int dy, int x, int y, int width, int height, QRegion exposed ) : void
dx int
dy int
x int
y int
width int
height int
exposed QRegion
return void

SerialNumber() public method

public SerialNumber ( ) : int
return int

SetAlphaChannel() public method

public SetAlphaChannel ( QPixmap arg1 ) : void
arg1 QPixmap
return void

SetMask() public method

public SetMask ( QBitmap arg1 ) : void
arg1 QBitmap
return void

Size() public method

public Size ( ) : Qyoto.QSize
return Qyoto.QSize

ToImage() public method

public ToImage ( ) : QImage
return QImage

Transformed() public method

public Transformed ( QMatrix arg1 ) : QPixmap
arg1 QMatrix
return QPixmap

Transformed() public method

public Transformed ( QMatrix arg1, Qt mode ) : QPixmap
arg1 QMatrix
mode Qt
return QPixmap

Transformed() public method

public Transformed ( QTransform arg1 ) : QPixmap
arg1 QTransform
return QPixmap

Transformed() public method

public Transformed ( QTransform arg1, Qt mode ) : QPixmap
arg1 QTransform
mode Qt
return QPixmap

TrueMatrix() public static method

public static TrueMatrix ( QMatrix m, int w, int h ) : QMatrix
m QMatrix
w int
h int
return QMatrix

TrueMatrix() public static method

public static TrueMatrix ( QTransform m, int w, int h ) : QTransform
m QTransform
w int
h int
return QTransform

Width() public method

public Width ( ) : int
return int

operator() public static method

public static operator ( ) : Qyoto.QVariant
return Qyoto.QVariant

operator() public static method

public static operator ( ) : bool
return bool