#include <openssl/rand.h>
#include <openssl/evp.h>
#include <openssl/err.h>
#include <qdom.h>
#include <qsinterpreter.h>
#include <qmetaobject.h>
#include <qptrdict.h>
#include <qevent.h>
#include <qcolordialog.h>
#include <qfontdialog.h>
#include <qdragobject.h>
#include <qiconview.h>
#include <qiconset.h>
#include <qtooltip.h>
#include <qtextcodec.h>
#include <qurl.h>
#include <qnetworkprotocol.h>
#include <qurlinfo.h>
#include <quuid.h>
#include <qsobjectfactory.h>
#include <qswrapperfactory.h>
Ir al código fuente de este archivo.
Documentación de los 'defines'
#define AQ_CALL_RET |
( |
|
F | ) |
return (o_ ? o_->F : 0) |
#define AQ_CALL_RET_PTR |
( |
|
F, |
|
|
|
V |
|
) |
| return (o_ ? new V ( o_->F ) : 0) |
#define AQ_CALL_RET_V |
( |
|
F, |
|
|
|
V |
|
) |
| return (o_ ? o_->F : V()) |
#define AQ_CALL_VOID |
( |
|
F | ) |
if (o_) o_->F |
#define AQ_DECLARE_AQS |
( |
|
Class | ) |
|
#define AQ_QUOTEME |
( |
|
x | ) |
#x |
#define AQ_SKIP_DECLARE |
( |
|
Class, |
|
|
|
BaseClass |
|
) |
| |
#define AQ_STATIC_CONSTRUCTOR |
( |
|
Prefix, |
|
|
|
Class |
|
) |
| |
Valor:static Prefix##Class *Prefix##Class##_(const QSArgumentList &args) { \
Prefix##Class *co = reinterpret_cast<Prefix##Class *>(specializedConstruct(construct(args))); \
if (!co) { \
AQS_IF_DEBUG(printf("Failed to construct %s(%s)\n", \
AQ_QUOTEME(Prefix##Class), argsSignature(args).latin1())); \
} \
return co; \
}
#define AQS_IF_DEBUG |
( |
|
T | ) |
|
Documentación de los 'typedefs'
Documentación de las variables