Eneboo - Documentación para desarrolladores
Slots públicos | Métodos públicos | Métodos públicos estáticos | Métodos protegidos | Métodos protegidos estáticos | Propiedades
Referencia de la Clase AQSImage

#include <AQSImage_p.h>

Diagrama de herencias de AQSImage
AQSVoidPtr AQSBaseObject QObject Qt Qt

Lista de todos los miembros.

Slots públicos

QImagecopy () const
QImagecopy (int, int, int, int, int=0) const
QImagecopy (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)
QImageconvertDepth (int) const
QImageconvertDepthWithPalette (int, QRgb *, int, int=0) const
QImageconvertDepth (int, int) const
QImageconvertBitOrder (uint) const
QImagesmoothScale (int, int, uint=QImage::ScaleFree) const
QImagesmoothScale (const QSize &, uint=QImage::ScaleFree) const
QImagescale (int, int, uint=QImage::ScaleFree) const
QImagescale (const QSize &, uint=QImage::ScaleFree) const
QImagescaleWidth (int) const
QImagescaleHeight (int) const
QImagexForm (QWMatrix *) const
QImagexForm (AQSWMatrix *) const
QImagecreateAlphaMask (int=0) const
QImagecreateHeuristicMask (bool=TRUE) const
QImagemirror () const
QImagemirror (bool, bool) const
QImageswapRGB () 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, QStringListcandidateConstructors ()

Métodos protegidos

void specializedInternalFinish ()

Métodos protegidos estáticos

static void * construct (const QSArgumentList &args)

Propiedades

QImage toVariant

Documentación de las funciones miembro

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.

QRgb AQSImage::color ( int  arg0) const [inline, slot]
static void* AQSImage::construct ( const QSArgumentList args) [inline, static, protected]

Reimplementado de AQSBaseObject.

QImage * AQSImage::convertBitOrder ( uint  arg0) const [inline, slot]
QImage * AQSImage::convertDepth ( int  arg0) const [inline, slot]
QImage * AQSImage::convertDepth ( int  arg0,
int  arg1 
) const [inline, slot]
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]
QImage * AQSImage::copy ( const QRect arg0) 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]
QImage * AQSImage::createAlphaMask ( int  arg0 = 0) const [inline, slot]
QImage * AQSImage::createHeuristicMask ( bool  arg0 = TRUE) const [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::load ( const QString arg0,
const char *  arg1 = 0 
) [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]
QImage * AQSImage::mirror ( bool  arg0,
bool  arg1 
) const [inline, slot]
int AQSImage::numBytes ( ) const [inline, slot]
int AQSImage::numColors ( ) const [inline, slot]
QPoint AQSImage::offset ( ) const [inline, slot]
QRgb AQSImage::pixel ( int  arg0,
int  arg1 
) const [inline, slot]
int AQSImage::pixelIndex ( int  arg0,
int  arg1 
) const [inline, slot]
QRect AQSImage::rect ( ) const [inline, slot]
void AQSImage::reset ( ) [inline, slot]
bool AQSImage::save ( const QString arg0,
const char *  arg1,
int  arg2 = -1 
) const [inline, slot]
bool AQSImage::save ( QIODevice arg0,
const char *  arg1,
int  arg2 = -1 
) const [inline, slot]
bool AQSImage::save ( AQSIODevice arg0,
const char *  arg1,
int  arg2 = -1 
) const [inline, slot]
QImage * AQSImage::scale ( int  arg0,
int  arg1,
uint  arg2 = QImage::ScaleFree 
) const [inline, slot]
QImage * AQSImage::scale ( const QSize arg0,
uint  arg1 = QImage::ScaleFree 
) const [inline, slot]
QImage * AQSImage::scaleHeight ( int  arg0) const [inline, slot]
QImage * AQSImage::scaleWidth ( int  arg0) const [inline, slot]
void AQSImage::setAlphaBuffer ( bool  arg0) [inline, slot]
void AQSImage::setColor ( int  arg0,
QRgb  arg1 
) [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::setPixel ( int  arg0,
int  arg1,
uint  arg2 
) [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]
bool AQSImage::valid ( int  arg0,
int  arg1 
) const [inline, slot]
int AQSImage::width ( ) const [inline, slot]
QImage * AQSImage::xForm ( QWMatrix arg0) const [inline, slot]
QImage * AQSImage::xForm ( AQSWMatrix arg0) const [inline, slot]

Documentación de propiedades

QImage AQSImage::toVariant [read]

La documentación para esta clase fue generada a partir del siguiente fichero:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'