Eneboo - Documentación para desarrolladores
|
#include <AQSImage_p.h>
Slots públicos | |
QImage * | copy () const |
QImage * | copy (int, int, int, int, int=0) const |
QImage * | copy (const QRect &) const |
bool | isNull () const |
int | width () const |
int | height () const |
QSize | size () const |
QRect | rect () const |
int | depth () const |
int | numColors () const |
uint | bitOrder () const |
QRgb | color (int) const |
void | setColor (int, QRgb) |
void | setNumColors (int) |
bool | hasAlphaBuffer () const |
void | setAlphaBuffer (bool) |
bool | allGray () const |
bool | isGrayscale () const |
int | numBytes () const |
int | bytesPerLine () const |
bool | create (int, int, int, int=0, uint=QImage::IgnoreEndian) |
bool | create (const QSize &, int, int=0, uint=QImage::IgnoreEndian) |
void | reset () |
void | fill (uint) |
void | invertPixels (bool=TRUE) |
QImage * | convertDepth (int) const |
QImage * | convertDepthWithPalette (int, QRgb *, int, int=0) const |
QImage * | convertDepth (int, int) const |
QImage * | convertBitOrder (uint) const |
QImage * | smoothScale (int, int, uint=QImage::ScaleFree) const |
QImage * | smoothScale (const QSize &, uint=QImage::ScaleFree) const |
QImage * | scale (int, int, uint=QImage::ScaleFree) const |
QImage * | scale (const QSize &, uint=QImage::ScaleFree) const |
QImage * | scaleWidth (int) const |
QImage * | scaleHeight (int) const |
QImage * | xForm (QWMatrix *) const |
QImage * | xForm (AQSWMatrix *) const |
QImage * | createAlphaMask (int=0) const |
QImage * | createHeuristicMask (bool=TRUE) const |
QImage * | mirror () const |
QImage * | mirror (bool, bool) const |
QImage * | swapRGB () const |
bool | loadFromData (QByteArray *, const char *=0) |
bool | loadFromData (AQSByteArray *, const char *=0) |
bool | save (QIODevice *, const char *, int=-1) const |
bool | save (AQSIODevice *, const char *, int=-1) const |
bool | load (const QString &, const char *=0) |
bool | save (const QString &, const char *, int=-1) const |
bool | valid (int, int) const |
int | pixelIndex (int, int) const |
QRgb | pixel (int, int) const |
void | setPixel (int, int, uint) |
int | dotsPerMeterX () const |
int | dotsPerMeterY () const |
void | setDotsPerMeterX (int) |
void | setDotsPerMeterY (int) |
QPoint | offset () const |
void | setOffset (const QPoint &) |
QStringList | textLanguages () const |
QStringList | textKeys () const |
QString | text (const char *, const char *=0) const |
void | setText (const char *, const char *, const QString &) |
Métodos públicos | |
AQ_DECLARE_AQS_VOID (Image, VoidPtr) | |
QImage | toVariant () const |
Métodos públicos estáticos | |
static QMap< int, QStringList > | candidateConstructors () |
Métodos protegidos | |
void | specializedInternalFinish () |
Métodos protegidos estáticos | |
static void * | construct (const QSArgumentList &args) |
Propiedades | |
QImage | toVariant |
bool AQSImage::allGray | ( | ) | const [inline, slot] |
AQSImage::AQ_DECLARE_AQS_VOID | ( | Image | , |
VoidPtr | |||
) |
uint AQSImage::bitOrder | ( | ) | const [inline, slot] |
int AQSImage::bytesPerLine | ( | ) | const [inline, slot] |
static QMap<int, QStringList> AQSImage::candidateConstructors | ( | ) | [inline, static] |
Reimplementado de AQSBaseObject.
static void* AQSImage::construct | ( | const QSArgumentList & | args | ) | [inline, static, protected] |
Reimplementado de AQSBaseObject.
QImage * AQSImage::convertDepthWithPalette | ( | int | arg0, |
QRgb * | arg1, | ||
int | arg2, | ||
int | arg3 = 0 |
||
) | const [inline, slot] |
QImage * AQSImage::copy | ( | int | arg0, |
int | arg1, | ||
int | arg2, | ||
int | arg3, | ||
int | arg4 = 0 |
||
) | const [inline, slot] |
QImage * AQSImage::copy | ( | ) | const [inline, slot] |
bool AQSImage::create | ( | int | arg0, |
int | arg1, | ||
int | arg2, | ||
int | arg3 = 0 , |
||
uint | arg4 = QImage::IgnoreEndian |
||
) | [inline, slot] |
bool AQSImage::create | ( | const QSize & | arg0, |
int | arg1, | ||
int | arg2 = 0 , |
||
uint | arg3 = QImage::IgnoreEndian |
||
) | [inline, slot] |
int AQSImage::depth | ( | ) | const [inline, slot] |
int AQSImage::dotsPerMeterX | ( | ) | const [inline, slot] |
int AQSImage::dotsPerMeterY | ( | ) | const [inline, slot] |
void AQSImage::fill | ( | uint | arg0 | ) | [inline, slot] |
bool AQSImage::hasAlphaBuffer | ( | ) | const [inline, slot] |
int AQSImage::height | ( | ) | const [inline, slot] |
void AQSImage::invertPixels | ( | bool | arg0 = TRUE | ) | [inline, slot] |
bool AQSImage::isGrayscale | ( | ) | const [inline, slot] |
bool AQSImage::isNull | ( | ) | const [inline, slot] |
bool AQSImage::loadFromData | ( | QByteArray * | arg0, |
const char * | arg1 = 0 |
||
) | [inline, slot] |
bool AQSImage::loadFromData | ( | AQSByteArray * | arg0, |
const char * | arg1 = 0 |
||
) | [inline, slot] |
QImage * AQSImage::mirror | ( | ) | const [inline, slot] |
int AQSImage::numBytes | ( | ) | const [inline, slot] |
int AQSImage::numColors | ( | ) | const [inline, slot] |
QPoint AQSImage::offset | ( | ) | const [inline, slot] |
QRect AQSImage::rect | ( | ) | const [inline, slot] |
void AQSImage::reset | ( | ) | [inline, slot] |
bool AQSImage::save | ( | AQSIODevice * | arg0, |
const char * | arg1, | ||
int | arg2 = -1 |
||
) | const [inline, slot] |
void AQSImage::setAlphaBuffer | ( | bool | arg0 | ) | [inline, slot] |
void AQSImage::setDotsPerMeterX | ( | int | arg0 | ) | [inline, slot] |
void AQSImage::setDotsPerMeterY | ( | int | arg0 | ) | [inline, slot] |
void AQSImage::setNumColors | ( | int | arg0 | ) | [inline, slot] |
void AQSImage::setOffset | ( | const QPoint & | arg0 | ) | [inline, slot] |
void AQSImage::setText | ( | const char * | arg0, |
const char * | arg1, | ||
const QString & | arg2 | ||
) | [inline, slot] |
QSize AQSImage::size | ( | ) | const [inline, slot] |
QImage * AQSImage::smoothScale | ( | const QSize & | arg0, |
uint | arg1 = QImage::ScaleFree |
||
) | const [inline, slot] |
QImage * AQSImage::smoothScale | ( | int | arg0, |
int | arg1, | ||
uint | arg2 = QImage::ScaleFree |
||
) | const [inline, slot] |
void AQSImage::specializedInternalFinish | ( | ) | [inline, protected] |
Reimplementado de AQSBaseObject.
QImage * AQSImage::swapRGB | ( | ) | const [inline, slot] |
QString AQSImage::text | ( | const char * | arg0, |
const char * | arg1 = 0 |
||
) | const [inline, slot] |
QStringList AQSImage::textKeys | ( | ) | const [inline, slot] |
QStringList AQSImage::textLanguages | ( | ) | const [inline, slot] |
QImage AQSImage::toVariant | ( | ) | const [inline] |
int AQSImage::width | ( | ) | const [inline, slot] |
QImage * AQSImage::xForm | ( | AQSWMatrix * | arg0 | ) | const [inline, slot] |
QImage AQSImage::toVariant [read] |