Copyright © 2006 Free Standards Group
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".
Portions of the text are copyrighted by the following parties:
The Regents of the University of California
Free Software Foundation
Ian F. Darwin
Paul Vixie
BSDI (now Wind River)
Andrew G Morgan
Jean-loup Gailly and Mark Adler
Massachusetts Institute of Technology
These excerpts are being used in accordance with their respective licenses.
Linux is the registered trademark of Linus Torvalds in the U.S. and other countries.
UNIX is a registered trademark of The Open Group.
LSB is a trademark of the Free Standards Group in the United States and other countries.
AMD is a trademark of Advanced Micro Devices, Inc.
Intel and Itanium are registered trademarks and Intel386 is a trademark of Intel Corporation.
PowerPC is a registered trademark and PowerPC Architecture is a trademark of the IBM Corporation.
S/390 is a registered trademark of the IBM Corporation.
OpenGL is a registered trademark of Silicon Graphics, Inc.
This is version 3.1 of the LSB-Toolkit-Qt4 Module Specification. An implementation of this version of the specification may not claim to be an implementation of LSB-Toolkit-Qt4 Module unless it has successfully completed the compliance process as defined by the Free Standards Group.
The LSB-Toolkit-Qt4 Module defines the Qt4 toolkit components that are required to be present on a conforming system.
This document should be used in conjunction with the documents it references. Information referenced in this way is as much a part of this document as is the information explicitly included here.
The LSB Toolkit-Qt4 defines the Qt4 Application framework libraries interface found on an LSB conforming system.
The specifications listed below are referenced in whole or in part by the LSB-Toolkit-Qt4 Module Standard. Such references may be normative or informative; a reference to specification shall only be considered normative if it is explicitly cited as such. The LSB-Toolkit-Qt4 Module may make normative references to a portion of these specifications (that is, to define a specific function or group of functions); in such cases, only the explicitly referenced portion of the specification is to be considered normative.
Table 2-1. Normative References
Name | Title | URL |
---|---|---|
ISO C (1999) | ISO/IEC 9899: 1999, Programming Languages --C | |
ISO/IEC 14882: 2003 C++ Language | ISO/IEC 14882: 2003 Programming languages --C++ | |
QtCore 4.1.0 | Qt 4.1.0 Reference Manual | http://doc.trolltech.com/4.1/qtcore.html |
QtGui 4.1.0 | Qt 4.1.0 Reference Manual | http://doc.trolltech.com/4.1/qtgui.html |
QtNetwork 4.1.0 | Qt 4.1.0 Reference Manual | http://doc.trolltech.com/4.1/qtnetwork.html |
QtOpenGL 4.1.0 | Qt 4.1.0 Reference Manual | http://doc.trolltech.com/4.1/qtopengl.html |
QtSql 4.1.0 | Qt 4.1.0 Reference Manual | http://doc.trolltech.com/4.1/qtsql.html |
QtSvg 4.1.0 | Qt 4.1.0 Reference Manual | http://doc.trolltech.com/4.1/qtsvg.html |
QtXml 4.1.0 | Qt 4.1.0 Reference Manual | http://doc.trolltech.com/4.1/qtxml.html |
The libraries listed in Table 3-1 shall be available on a Linux Standard Base system, with the specified runtime names. This list may be supplemented or amended by the architecture-specific specification.
Table 3-1. Standard Library Names
Library | Runtime Name |
---|---|
libQtCore | libQtCore.so.4 |
libQtGui | libQtGui.so.4 |
libQtNetwork | libQtNetwork.so.4 |
libQtXml | libQtXml.so.4 |
libQtOpenGL | libQtOpenGL.so.4 |
libQtSql | libQtSql.so.4 |
libQtSvg | libQtSvg.so.4 |
These libraries will be in an implementation-defined directory which the dynamic linker shall search by default.
For the purposes of this document, the following definitions, as specified in the ISO/IEC Directives, Part 2, 2001, 4th Edition, apply:
For the purposes of this document, the following terms apply:
Describes a value or behavior that is not defined by this document but is selected by an implementor. The value or behavior may vary among implementations that conform to this document. An application should not rely on the existence of the value or behavior. An application that relies on such a value or behavior cannot be assured to be portable across conforming implementations. The implementor shall document such a value or behavior so that it can be used correctly by an application.
A file that is read by an interpreter (e.g., awk). The first line of the shell script includes a reference to its interpreter binary.
Describes the nature of a value or behavior not defined by this document which results from use of an invalid program construct or invalid data input. The value or behavior may vary among implementations that conform to this document. An application should not rely on the existence or validity of the value or behavior. An application that relies on any particular value or behavior cannot be assured to be portable across conforming implementations.
Describes the nature of a value or behavior not specified by this document which results from use of a valid program construct or valid data input. The value or behavior may vary among implementations that conform to this document. An application should not rely on the existence or validity of the value or behavior. An application that relies on any particular value or behavior cannot be assured to be portable across conforming implementations.
An conforming implementation shall support the following Qt libraries which provide interfaces for creating rich user applications, either graphical or console.
There are three main parts to the definition of each of these libraries.
The "Interfaces" section defines the required library name and version, and the required public symbols (interfaces and global data), as well as symbol versions, if any.
The "Interface Definitions" section provides complete or partial definitions of certain interfaces where either this specification is the source specification, or where there are variations from the source specification. If an interface definition requires one or more header files, one of those headers shall include the function prototype for the interface.
For source definitions of interfaces which include a reference to a header file, the contents of such header files form a part of the specification. The "Data Definitions" section provides the binary-level details for the header files from the source specifications, such as values for macros and enumerated types, as well as structure layouts, sizes and padding, etc. These data definitions, although presented in the form of header files for convenience, should not be taken a representing complete header files, as they are a supplement to the source specifications. Application developers should follow the guidelines of the source specifications when determining which header files need to be included to completely resolve all references.
Note: While the Data Definitions supplement the source specifications, this specification itself does not require conforming implementations to supply any header files.
Table 6-1 defines the library name and shared object name for the libQtCore library
The behavior of the interfaces in this library is specified by the following specifications:
[QtCore] QtCore 4.1.0 |
The virtual table for the QObject class is described by Table 6-2
Table 6-2. Primary vtable for QObject
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QObject |
vfunc[0]: | QObject::metaObject() const |
vfunc[1]: | QObject::qt_metacast(char const*) |
vfunc[2]: | QObject::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QObject::~QObject() |
vfunc[4]: | QObject::~QObject() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
The Run Time Type Information for the QObject class is described by Table 6-3
The virtual table for the QObjectUserData class is described by Table 6-4
Table 6-4. Primary vtable for QObjectUserData
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QObjectUserData |
vfunc[0]: | QObjectUserData::~QObjectUserData() |
vfunc[1]: | QObjectUserData::~QObjectUserData() |
The Run Time Type Information for the QObjectUserData class is described by Table 6-5
The virtual table for the QIODevice class is described by Table 6-6
Table 6-6. Primary vtable for QIODevice
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QIODevice |
vfunc[0]: | QIODevice::metaObject() const |
vfunc[1]: | QIODevice::qt_metacast(char const*) |
vfunc[2]: | QIODevice::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QIODevice::~QIODevice() |
vfunc[4]: | QIODevice::~QIODevice() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QIODevice::isSequential() const |
vfunc[13]: | QIODevice::open(QFlags<QIODevice::OpenModeFlag>) |
vfunc[14]: | QIODevice::close() |
vfunc[15]: | QIODevice::pos() const |
vfunc[16]: | QIODevice::size() const |
vfunc[17]: | QIODevice::seek(long long) |
vfunc[18]: | QIODevice::atEnd() const |
vfunc[19]: | QIODevice::reset() |
vfunc[20]: | QIODevice::bytesAvailable() const |
vfunc[21]: | QIODevice::bytesToWrite() const |
vfunc[22]: | QIODevice::canReadLine() const |
vfunc[23]: | QIODevice::waitForReadyRead(int) |
vfunc[24]: | QIODevice::waitForBytesWritten(int) |
vfunc[25]: | __cxa_pure_virtual |
vfunc[26]: | QIODevice::readLineData(char*, long long) |
vfunc[27]: | __cxa_pure_virtual |
The Run Time Type Information for the QIODevice class is described by Table 6-7
The virtual table for the QDataStream class is described by Table 6-8
Table 6-8. Primary vtable for QDataStream
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDataStream |
vfunc[0]: | QDataStream::~QDataStream() |
vfunc[1]: | QDataStream::~QDataStream() |
The Run Time Type Information for the QDataStream class is described by Table 6-9
The virtual table for the QTextCodec class is described by Table 6-10
Table 6-10. Primary vtable for QTextCodec
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTextCodec |
vfunc[0]: | __cxa_pure_virtual |
vfunc[1]: | QTextCodec::aliases() const |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
vfunc[4]: | __cxa_pure_virtual |
vfunc[5]: | QTextCodec::~QTextCodec() |
vfunc[6]: | QTextCodec::~QTextCodec() |
The Run Time Type Information for the QTextCodec class is described by Table 6-11
The virtual table for the QTextStream class is described by Table 6-12
Table 6-12. Primary vtable for QTextStream
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTextStream |
vfunc[0]: | QTextStream::~QTextStream() |
vfunc[1]: | QTextStream::~QTextStream() |
The Run Time Type Information for the QTextStream class is described by Table 6-13
The virtual table for the QFile class is described by Table 6-14
Table 6-14. Primary vtable for QFile
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QFile |
vfunc[0]: | QFile::metaObject() const |
vfunc[1]: | QFile::qt_metacast(char const*) |
vfunc[2]: | QFile::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QFile::~QFile() |
vfunc[4]: | QFile::~QFile() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QFile::isSequential() const |
vfunc[13]: | QFile::open(QFlags<QIODevice::OpenModeFlag>) |
vfunc[14]: | QFile::close() |
vfunc[15]: | QFile::pos() const |
vfunc[16]: | QFile::size() const |
vfunc[17]: | QFile::seek(long long) |
vfunc[18]: | QFile::atEnd() const |
vfunc[19]: | QIODevice::reset() |
vfunc[20]: | QIODevice::bytesAvailable() const |
vfunc[21]: | QIODevice::bytesToWrite() const |
vfunc[22]: | QIODevice::canReadLine() const |
vfunc[23]: | QIODevice::waitForReadyRead(int) |
vfunc[24]: | QIODevice::waitForBytesWritten(int) |
vfunc[25]: | QFile::readData(char*, long long) |
vfunc[26]: | QFile::readLineData(char*, long long) |
vfunc[27]: | QFile::writeData(char const*, long long) |
vfunc[28]: | QFile::fileEngine() const |
The Run Time Type Information for the QFile class is described by Table 6-15
The virtual table for the QTemporaryFile class is described by Table 6-16
Table 6-16. Primary vtable for QTemporaryFile
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTemporaryFile |
vfunc[0]: | QTemporaryFile::metaObject() const |
vfunc[1]: | QTemporaryFile::qt_metacast(char const*) |
vfunc[2]: | QTemporaryFile::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QTemporaryFile::~QTemporaryFile() |
vfunc[4]: | QTemporaryFile::~QTemporaryFile() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QFile::isSequential() const |
vfunc[13]: | QTemporaryFile::open(QFlags<QIODevice::OpenModeFlag>) |
vfunc[14]: | QFile::close() |
vfunc[15]: | QFile::pos() const |
vfunc[16]: | QFile::size() const |
vfunc[17]: | QFile::seek(long long) |
vfunc[18]: | QFile::atEnd() const |
vfunc[19]: | QIODevice::reset() |
vfunc[20]: | QIODevice::bytesAvailable() const |
vfunc[21]: | QIODevice::bytesToWrite() const |
vfunc[22]: | QIODevice::canReadLine() const |
vfunc[23]: | QIODevice::waitForReadyRead(int) |
vfunc[24]: | QIODevice::waitForBytesWritten(int) |
vfunc[25]: | QFile::readData(char*, long long) |
vfunc[26]: | QFile::readLineData(char*, long long) |
vfunc[27]: | QFile::writeData(char const*, long long) |
vfunc[28]: | QTemporaryFile::fileEngine() const |
The Run Time Type Information for the QTemporaryFile class is described by Table 6-17
The virtual table for the QAbstractFileEngine class is described by Table 6-18
Table 6-18. Primary vtable for QAbstractFileEngine
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractFileEngine |
vfunc[0]: | QAbstractFileEngine::~QAbstractFileEngine() |
vfunc[1]: | QAbstractFileEngine::~QAbstractFileEngine() |
vfunc[2]: | QAbstractFileEngine::open(QFlags<QIODevice::OpenModeFlag>) |
vfunc[3]: | QAbstractFileEngine::close() |
vfunc[4]: | QAbstractFileEngine::flush() |
vfunc[5]: | QAbstractFileEngine::size() const |
vfunc[6]: | QAbstractFileEngine::pos() const |
vfunc[7]: | QAbstractFileEngine::seek(long long) |
vfunc[8]: | QAbstractFileEngine::isSequential() const |
vfunc[9]: | QAbstractFileEngine::remove() |
vfunc[10]: | QAbstractFileEngine::copy(QString const&) |
vfunc[11]: | QAbstractFileEngine::rename(QString const&) |
vfunc[12]: | QAbstractFileEngine::link(QString const&) |
vfunc[13]: | QAbstractFileEngine::mkdir(QString const&, bool) const |
vfunc[14]: | QAbstractFileEngine::rmdir(QString const&, bool) const |
vfunc[15]: | QAbstractFileEngine::setSize(long long) |
vfunc[16]: | QAbstractFileEngine::caseSensitive() const |
vfunc[17]: | QAbstractFileEngine::isRelativePath() const |
vfunc[18]: | QAbstractFileEngine::entryList(QFlags<QDir::Filter>, QStringList const&) const |
vfunc[19]: | QAbstractFileEngine::fileFlags(QFlags<QAbstractFileEngine::FileFlag>) const |
vfunc[20]: | QAbstractFileEngine::setPermissions(unsigned int) |
vfunc[21]: | QAbstractFileEngine::fileName(QAbstractFileEngine::FileName) const |
vfunc[22]: | QAbstractFileEngine::ownerId(QAbstractFileEngine::FileOwner) const |
vfunc[23]: | QAbstractFileEngine::owner(QAbstractFileEngine::FileOwner) const |
vfunc[24]: | QAbstractFileEngine::fileTime(QAbstractFileEngine::FileTime) const |
vfunc[25]: | QAbstractFileEngine::setFileName(QString const&) |
vfunc[26]: | QAbstractFileEngine::handle() const |
vfunc[27]: | QAbstractFileEngine::beginEntryList(QFlags<QDir::Filter>, QStringList const&) |
vfunc[28]: | QAbstractFileEngine::endEntryList() |
vfunc[29]: | QAbstractFileEngine::read(char*, long long) |
vfunc[30]: | QAbstractFileEngine::readLine(char*, long long) |
vfunc[31]: | QAbstractFileEngine::write(char const*, long long) |
vfunc[32]: | QAbstractFileEngine::extension(QAbstractFileEngine::Extension, QAbstractFileEngine::ExtensionOption const*, QAbstractFileEngine::ExtensionReturn*) |
vfunc[33]: | QAbstractFileEngine::supportsExtension(QAbstractFileEngine::Extension) const |
The Run Time Type Information for the QAbstractFileEngine class is described by Table 6-19
The virtual table for the QAbstractFileEngineHandler class is described by Table 6-20
Table 6-20. Primary vtable for QAbstractFileEngineHandler
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractFileEngineHandler |
vfunc[0]: | QAbstractFileEngineHandler::~QAbstractFileEngineHandler() |
vfunc[1]: | QAbstractFileEngineHandler::~QAbstractFileEngineHandler() |
vfunc[2]: | __cxa_pure_virtual |
The Run Time Type Information for the QAbstractFileEngineHandler class is described by Table 6-21
The virtual table for the QFSFileEngine class is described by Table 6-22
Table 6-22. Primary vtable for QFSFileEngine
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QFSFileEngine |
vfunc[0]: | QFSFileEngine::~QFSFileEngine() |
vfunc[1]: | QFSFileEngine::~QFSFileEngine() |
vfunc[2]: | QFSFileEngine::open(QFlags<QIODevice::OpenModeFlag>) |
vfunc[3]: | QFSFileEngine::close() |
vfunc[4]: | QFSFileEngine::flush() |
vfunc[5]: | QFSFileEngine::size() const |
vfunc[6]: | QFSFileEngine::pos() const |
vfunc[7]: | QFSFileEngine::seek(long long) |
vfunc[8]: | QFSFileEngine::isSequential() const |
vfunc[9]: | QFSFileEngine::remove() |
vfunc[10]: | QFSFileEngine::copy(QString const&) |
vfunc[11]: | QFSFileEngine::rename(QString const&) |
vfunc[12]: | QFSFileEngine::link(QString const&) |
vfunc[13]: | QFSFileEngine::mkdir(QString const&, bool) const |
vfunc[14]: | QFSFileEngine::rmdir(QString const&, bool) const |
vfunc[15]: | QFSFileEngine::setSize(long long) |
vfunc[16]: | QFSFileEngine::caseSensitive() const |
vfunc[17]: | QFSFileEngine::isRelativePath() const |
vfunc[18]: | QFSFileEngine::entryList(QFlags<QDir::Filter>, QStringList const&) const |
vfunc[19]: | QFSFileEngine::fileFlags(QFlags<QAbstractFileEngine::FileFlag>) const |
vfunc[20]: | QFSFileEngine::setPermissions(unsigned int) |
vfunc[21]: | QFSFileEngine::fileName(QAbstractFileEngine::FileName) const |
vfunc[22]: | QFSFileEngine::ownerId(QAbstractFileEngine::FileOwner) const |
vfunc[23]: | QFSFileEngine::owner(QAbstractFileEngine::FileOwner) const |
vfunc[24]: | QFSFileEngine::fileTime(QAbstractFileEngine::FileTime) const |
vfunc[25]: | QFSFileEngine::setFileName(QString const&) |
vfunc[26]: | QFSFileEngine::handle() const |
vfunc[27]: | QFSFileEngine::beginEntryList(QFlags<QDir::Filter>, QStringList const&) |
vfunc[28]: | QFSFileEngine::endEntryList() |
vfunc[29]: | QFSFileEngine::read(char*, long long) |
vfunc[30]: | QFSFileEngine::readLine(char*, long long) |
vfunc[31]: | QFSFileEngine::write(char const*, long long) |
vfunc[32]: | QFSFileEngine::extension(QAbstractFileEngine::Extension, QAbstractFileEngine::ExtensionOption const*, QAbstractFileEngine::ExtensionReturn*) |
vfunc[33]: | QFSFileEngine::supportsExtension(QAbstractFileEngine::Extension) const |
The Run Time Type Information for the QFSFileEngine class is described by Table 6-23
The virtual table for the QProcess class is described by Table 6-24
Table 6-24. Primary vtable for QProcess
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QProcess |
vfunc[0]: | QProcess::metaObject() const |
vfunc[1]: | QProcess::qt_metacast(char const*) |
vfunc[2]: | QProcess::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QProcess::~QProcess() |
vfunc[4]: | QProcess::~QProcess() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QProcess::isSequential() const |
vfunc[13]: | QIODevice::open(QFlags<QIODevice::OpenModeFlag>) |
vfunc[14]: | QProcess::close() |
vfunc[15]: | QIODevice::pos() const |
vfunc[16]: | QIODevice::size() const |
vfunc[17]: | QIODevice::seek(long long) |
vfunc[18]: | QProcess::atEnd() const |
vfunc[19]: | QIODevice::reset() |
vfunc[20]: | QProcess::bytesAvailable() const |
vfunc[21]: | QProcess::bytesToWrite() const |
vfunc[22]: | QProcess::canReadLine() const |
vfunc[23]: | QProcess::waitForReadyRead(int) |
vfunc[24]: | QProcess::waitForBytesWritten(int) |
vfunc[25]: | QProcess::readData(char*, long long) |
vfunc[26]: | QIODevice::readLineData(char*, long long) |
vfunc[27]: | QProcess::writeData(char const*, long long) |
vfunc[28]: | QProcess::setupChildProcess() |
The Run Time Type Information for the QProcess class is described by Table 6-25
The virtual table for the QBuffer class is described by Table 6-26
Table 6-26. Primary vtable for QBuffer
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QBuffer |
vfunc[0]: | QBuffer::metaObject() const |
vfunc[1]: | QBuffer::qt_metacast(char const*) |
vfunc[2]: | QBuffer::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QBuffer::~QBuffer() |
vfunc[4]: | QBuffer::~QBuffer() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QIODevice::isSequential() const |
vfunc[13]: | QBuffer::open(QFlags<QIODevice::OpenModeFlag>) |
vfunc[14]: | QBuffer::close() |
vfunc[15]: | QBuffer::pos() const |
vfunc[16]: | QBuffer::size() const |
vfunc[17]: | QBuffer::seek(long long) |
vfunc[18]: | QBuffer::atEnd() const |
vfunc[19]: | QIODevice::reset() |
vfunc[20]: | QIODevice::bytesAvailable() const |
vfunc[21]: | QIODevice::bytesToWrite() const |
vfunc[22]: | QBuffer::canReadLine() const |
vfunc[23]: | QIODevice::waitForReadyRead(int) |
vfunc[24]: | QIODevice::waitForBytesWritten(int) |
vfunc[25]: | QBuffer::readData(char*, long long) |
vfunc[26]: | QIODevice::readLineData(char*, long long) |
vfunc[27]: | QBuffer::writeData(char const*, long long) |
The Run Time Type Information for the QBuffer class is described by Table 6-27
The virtual table for the QSettings class is described by Table 6-28
Table 6-28. Primary vtable for QSettings
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSettings |
vfunc[0]: | QSettings::metaObject() const |
vfunc[1]: | QSettings::qt_metacast(char const*) |
vfunc[2]: | QSettings::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QSettings::~QSettings() |
vfunc[4]: | QSettings::~QSettings() |
vfunc[5]: | QSettings::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
The Run Time Type Information for the QSettings class is described by Table 6-29
The virtual table for the QFactoryInterface class is described by Table 6-30
Table 6-30. Primary vtable for QFactoryInterface
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QFactoryInterface |
vfunc[0]: | QFactoryInterface::~QFactoryInterface() |
vfunc[1]: | QFactoryInterface::~QFactoryInterface() |
vfunc[2]: | __cxa_pure_virtual |
The Run Time Type Information for the QFactoryInterface class is described by Table 6-31
The virtual table for the QTextCodecFactoryInterface class is described by Table 6-32
Table 6-32. Primary vtable for QTextCodecFactoryInterface
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTextCodecFactoryInterface |
vfunc[0]: | QTextCodecFactoryInterface::~QTextCodecFactoryInterface() |
vfunc[1]: | QTextCodecFactoryInterface::~QTextCodecFactoryInterface() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
The Run Time Type Information for the QTextCodecFactoryInterface class is described by Table 6-33
The virtual table for the QTextCodecPlugin class is described by Table 6-34
Table 6-34. Primary vtable for QTextCodecPlugin
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTextCodecPlugin |
vfunc[0]: | QTextCodecPlugin::metaObject() const |
vfunc[1]: | QTextCodecPlugin::qt_metacast(char const*) |
vfunc[2]: | QTextCodecPlugin::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QTextCodecPlugin::~QTextCodecPlugin() |
vfunc[4]: | QTextCodecPlugin::~QTextCodecPlugin() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | __cxa_pure_virtual |
vfunc[13]: | __cxa_pure_virtual |
vfunc[14]: | __cxa_pure_virtual |
vfunc[15]: | __cxa_pure_virtual |
vfunc[16]: | __cxa_pure_virtual |
vfunc[17]: | QTextCodecPlugin::keys() const |
vfunc[18]: | QTextCodecPlugin::create(QString const&) |
Table 6-35. Secondary vtable for QTextCodecPlugin
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTextCodecPlugin |
vfunc[0]: | non-virtual thunk to QTextCodecPlugin::~QTextCodecPlugin() |
vfunc[1]: | non-virtual thunk to QTextCodecPlugin::~QTextCodecPlugin() |
vfunc[2]: | non-virtual thunk to QTextCodecPlugin::keys() const |
vfunc[3]: | non-virtual thunk to QTextCodecPlugin::create(QString const&) |
The Run Time Type Information for the QTextCodecPlugin class is described by Table 6-36
The virtual table for the QTranslator class is described by Table 6-37
Table 6-37. Primary vtable for QTranslator
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTranslator |
vfunc[0]: | QTranslator::metaObject() const |
vfunc[1]: | QTranslator::qt_metacast(char const*) |
vfunc[2]: | QTranslator::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QTranslator::~QTranslator() |
vfunc[4]: | QTranslator::~QTranslator() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QTranslator::translate(char const*, char const*, char const*) const |
vfunc[13]: | QTranslator::isEmpty() const |
The Run Time Type Information for the QTranslator class is described by Table 6-38
The virtual table for the QMimeData class is described by Table 6-39
Table 6-39. Primary vtable for QMimeData
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QMimeData |
vfunc[0]: | QMimeData::metaObject() const |
vfunc[1]: | QMimeData::qt_metacast(char const*) |
vfunc[2]: | QMimeData::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QMimeData::~QMimeData() |
vfunc[4]: | QMimeData::~QMimeData() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QMimeData::hasFormat(QString const&) const |
vfunc[13]: | QMimeData::formats() const |
vfunc[14]: | QMimeData::retrieveData(QString const&, QVariant::Type) const |
The Run Time Type Information for the QMimeData class is described by Table 6-40
The virtual table for the QEventLoop class is described by Table 6-41
Table 6-41. Primary vtable for QEventLoop
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QEventLoop |
vfunc[0]: | QEventLoop::metaObject() const |
vfunc[1]: | QEventLoop::qt_metacast(char const*) |
vfunc[2]: | QEventLoop::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QEventLoop::~QEventLoop() |
vfunc[4]: | QEventLoop::~QEventLoop() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
The Run Time Type Information for the QEventLoop class is described by Table 6-42
The virtual table for the QEvent class is described by Table 6-43
Table 6-43. Primary vtable for QEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QEvent |
vfunc[0]: | QEvent::~QEvent() |
vfunc[1]: | QEvent::~QEvent() |
The Run Time Type Information for the QEvent class is described by Table 6-44
The virtual table for the QTimerEvent class is described by Table 6-45
Table 6-45. Primary vtable for QTimerEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTimerEvent |
vfunc[0]: | QTimerEvent::~QTimerEvent() |
vfunc[1]: | QTimerEvent::~QTimerEvent() |
The Run Time Type Information for the QTimerEvent class is described by Table 6-46
The virtual table for the QChildEvent class is described by Table 6-47
Table 6-47. Primary vtable for QChildEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QChildEvent |
vfunc[0]: | QChildEvent::~QChildEvent() |
vfunc[1]: | QChildEvent::~QChildEvent() |
The Run Time Type Information for the QChildEvent class is described by Table 6-48
The virtual table for the QCustomEvent class is described by Table 6-49
Table 6-49. Primary vtable for QCustomEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QCustomEvent |
vfunc[0]: | QCustomEvent::~QCustomEvent() |
vfunc[1]: | QCustomEvent::~QCustomEvent() |
The Run Time Type Information for the QCustomEvent class is described by Table 6-50
The virtual table for the QCoreApplication class is described by Table 6-51
Table 6-51. Primary vtable for QCoreApplication
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QCoreApplication |
vfunc[0]: | QCoreApplication::metaObject() const |
vfunc[1]: | QCoreApplication::qt_metacast(char const*) |
vfunc[2]: | QCoreApplication::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QCoreApplication::~QCoreApplication() |
vfunc[4]: | QCoreApplication::~QCoreApplication() |
vfunc[5]: | QCoreApplication::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QCoreApplication::notify(QObject*, QEvent*) |
vfunc[13]: | QCoreApplication::compressEvent(QEvent*, QObject*, QPostEventList*) |
The Run Time Type Information for the QCoreApplication class is described by Table 6-52
The virtual table for the QAbstractItemModel class is described by Table 6-53
Table 6-53. Primary vtable for QAbstractItemModel
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractItemModel |
vfunc[0]: | QAbstractItemModel::metaObject() const |
vfunc[1]: | QAbstractItemModel::qt_metacast(char const*) |
vfunc[2]: | QAbstractItemModel::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QAbstractItemModel::~QAbstractItemModel() |
vfunc[4]: | QAbstractItemModel::~QAbstractItemModel() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | __cxa_pure_virtual |
vfunc[13]: | __cxa_pure_virtual |
vfunc[14]: | __cxa_pure_virtual |
vfunc[15]: | __cxa_pure_virtual |
vfunc[16]: | QAbstractItemModel::hasChildren(QModelIndex const&) const |
vfunc[17]: | __cxa_pure_virtual |
vfunc[18]: | QAbstractItemModel::setData(QModelIndex const&, QVariant const&, int) |
vfunc[19]: | QAbstractItemModel::headerData(int, Qt::Orientation, int) const |
vfunc[20]: | QAbstractItemModel::setHeaderData(int, Qt::Orientation, QVariant const&, int) |
vfunc[21]: | QAbstractItemModel::itemData(QModelIndex const&) const |
vfunc[22]: | QAbstractItemModel::setItemData(QModelIndex const&, QMap<int, QVariant> const&) |
vfunc[23]: | QAbstractItemModel::mimeTypes() const |
vfunc[24]: | QAbstractItemModel::mimeData(QList<QModelIndex> const&) const |
vfunc[25]: | QAbstractItemModel::dropMimeData(QMimeData const*, Qt::DropAction, int, int, QModelIndex const&) |
vfunc[26]: | QAbstractItemModel::supportedDropActions() const |
vfunc[27]: | QAbstractItemModel::insertRows(int, int, QModelIndex const&) |
vfunc[28]: | QAbstractItemModel::insertColumns(int, int, QModelIndex const&) |
vfunc[29]: | QAbstractItemModel::removeRows(int, int, QModelIndex const&) |
vfunc[30]: | QAbstractItemModel::removeColumns(int, int, QModelIndex const&) |
vfunc[31]: | QAbstractItemModel::fetchMore(QModelIndex const&) |
vfunc[32]: | QAbstractItemModel::canFetchMore(QModelIndex const&) const |
vfunc[33]: | QAbstractItemModel::flags(QModelIndex const&) const |
vfunc[34]: | QAbstractItemModel::sort(int, Qt::SortOrder) |
vfunc[35]: | QAbstractItemModel::buddy(QModelIndex const&) const |
vfunc[36]: | QAbstractItemModel::match(QModelIndex const&, int, QVariant const&, int, QFlags<Qt::MatchFlag>) const |
vfunc[37]: | QAbstractItemModel::span(QModelIndex const&) const |
vfunc[38]: | QAbstractItemModel::submit() |
vfunc[39]: | QAbstractItemModel::revert() |
The Run Time Type Information for the QAbstractItemModel class is described by Table 6-54
The virtual table for the QAbstractTableModel class is described by Table 6-55
Table 6-55. Primary vtable for QAbstractTableModel
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractTableModel |
vfunc[0]: | QAbstractTableModel::metaObject() const |
vfunc[1]: | QAbstractTableModel::qt_metacast(char const*) |
vfunc[2]: | QAbstractTableModel::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QAbstractTableModel::~QAbstractTableModel() |
vfunc[4]: | QAbstractTableModel::~QAbstractTableModel() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QAbstractTableModel::index(int, int, QModelIndex const&) const |
vfunc[13]: | QAbstractTableModel::parent(QModelIndex const&) const |
vfunc[14]: | __cxa_pure_virtual |
vfunc[15]: | __cxa_pure_virtual |
vfunc[16]: | QAbstractTableModel::hasChildren(QModelIndex const&) const |
vfunc[17]: | __cxa_pure_virtual |
vfunc[18]: | QAbstractItemModel::setData(QModelIndex const&, QVariant const&, int) |
vfunc[19]: | QAbstractItemModel::headerData(int, Qt::Orientation, int) const |
vfunc[20]: | QAbstractItemModel::setHeaderData(int, Qt::Orientation, QVariant const&, int) |
vfunc[21]: | QAbstractItemModel::itemData(QModelIndex const&) const |
vfunc[22]: | QAbstractItemModel::setItemData(QModelIndex const&, QMap<int, QVariant> const&) |
vfunc[23]: | QAbstractItemModel::mimeTypes() const |
vfunc[24]: | QAbstractItemModel::mimeData(QList<QModelIndex> const&) const |
vfunc[25]: | QAbstractTableModel::dropMimeData(QMimeData const*, Qt::DropAction, int, int, QModelIndex const&) |
vfunc[26]: | QAbstractItemModel::supportedDropActions() const |
vfunc[27]: | QAbstractItemModel::insertRows(int, int, QModelIndex const&) |
vfunc[28]: | QAbstractItemModel::insertColumns(int, int, QModelIndex const&) |
vfunc[29]: | QAbstractItemModel::removeRows(int, int, QModelIndex const&) |
vfunc[30]: | QAbstractItemModel::removeColumns(int, int, QModelIndex const&) |
vfunc[31]: | QAbstractItemModel::fetchMore(QModelIndex const&) |
vfunc[32]: | QAbstractItemModel::canFetchMore(QModelIndex const&) const |
vfunc[33]: | QAbstractItemModel::flags(QModelIndex const&) const |
vfunc[34]: | QAbstractItemModel::sort(int, Qt::SortOrder) |
vfunc[35]: | QAbstractItemModel::buddy(QModelIndex const&) const |
vfunc[36]: | QAbstractItemModel::match(QModelIndex const&, int, QVariant const&, int, QFlags<Qt::MatchFlag>) const |
vfunc[37]: | QAbstractItemModel::span(QModelIndex const&) const |
vfunc[38]: | QAbstractItemModel::submit() |
vfunc[39]: | QAbstractItemModel::revert() |
The Run Time Type Information for the QAbstractTableModel class is described by Table 6-56
The virtual table for the QAbstractListModel class is described by Table 6-57
Table 6-57. Primary vtable for QAbstractListModel
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractListModel |
vfunc[0]: | QAbstractListModel::metaObject() const |
vfunc[1]: | QAbstractListModel::qt_metacast(char const*) |
vfunc[2]: | QAbstractListModel::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QAbstractListModel::~QAbstractListModel() |
vfunc[4]: | QAbstractListModel::~QAbstractListModel() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QAbstractListModel::index(int, int, QModelIndex const&) const |
vfunc[13]: | QAbstractListModel::parent(QModelIndex const&) const |
vfunc[14]: | __cxa_pure_virtual |
vfunc[15]: | QAbstractListModel::columnCount(QModelIndex const&) const |
vfunc[16]: | QAbstractListModel::hasChildren(QModelIndex const&) const |
vfunc[17]: | __cxa_pure_virtual |
vfunc[18]: | QAbstractItemModel::setData(QModelIndex const&, QVariant const&, int) |
vfunc[19]: | QAbstractItemModel::headerData(int, Qt::Orientation, int) const |
vfunc[20]: | QAbstractItemModel::setHeaderData(int, Qt::Orientation, QVariant const&, int) |
vfunc[21]: | QAbstractItemModel::itemData(QModelIndex const&) const |
vfunc[22]: | QAbstractItemModel::setItemData(QModelIndex const&, QMap<int, QVariant> const&) |
vfunc[23]: | QAbstractItemModel::mimeTypes() const |
vfunc[24]: | QAbstractItemModel::mimeData(QList<QModelIndex> const&) const |
vfunc[25]: | QAbstractListModel::dropMimeData(QMimeData const*, Qt::DropAction, int, int, QModelIndex const&) |
vfunc[26]: | QAbstractItemModel::supportedDropActions() const |
vfunc[27]: | QAbstractItemModel::insertRows(int, int, QModelIndex const&) |
vfunc[28]: | QAbstractItemModel::insertColumns(int, int, QModelIndex const&) |
vfunc[29]: | QAbstractItemModel::removeRows(int, int, QModelIndex const&) |
vfunc[30]: | QAbstractItemModel::removeColumns(int, int, QModelIndex const&) |
vfunc[31]: | QAbstractItemModel::fetchMore(QModelIndex const&) |
vfunc[32]: | QAbstractItemModel::canFetchMore(QModelIndex const&) const |
vfunc[33]: | QAbstractItemModel::flags(QModelIndex const&) const |
vfunc[34]: | QAbstractItemModel::sort(int, Qt::SortOrder) |
vfunc[35]: | QAbstractItemModel::buddy(QModelIndex const&) const |
vfunc[36]: | QAbstractItemModel::match(QModelIndex const&, int, QVariant const&, int, QFlags<Qt::MatchFlag>) const |
vfunc[37]: | QAbstractItemModel::span(QModelIndex const&) const |
vfunc[38]: | QAbstractItemModel::submit() |
vfunc[39]: | QAbstractItemModel::revert() |
The Run Time Type Information for the QAbstractListModel class is described by Table 6-58
The virtual table for the QSignalMapper class is described by Table 6-59
Table 6-59. Primary vtable for QSignalMapper
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSignalMapper |
vfunc[0]: | QSignalMapper::metaObject() const |
vfunc[1]: | QSignalMapper::qt_metacast(char const*) |
vfunc[2]: | QSignalMapper::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QSignalMapper::~QSignalMapper() |
vfunc[4]: | QSignalMapper::~QSignalMapper() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
The Run Time Type Information for the QSignalMapper class is described by Table 6-60
The virtual table for the QObjectCleanupHandler class is described by Table 6-61
Table 6-61. Primary vtable for QObjectCleanupHandler
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QObjectCleanupHandler |
vfunc[0]: | QObjectCleanupHandler::metaObject() const |
vfunc[1]: | QObjectCleanupHandler::qt_metacast(char const*) |
vfunc[2]: | QObjectCleanupHandler::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QObjectCleanupHandler::~QObjectCleanupHandler() |
vfunc[4]: | QObjectCleanupHandler::~QObjectCleanupHandler() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
The Run Time Type Information for the QObjectCleanupHandler class is described by Table 6-62
The virtual table for the QSocketNotifier class is described by Table 6-63
Table 6-63. Primary vtable for QSocketNotifier
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSocketNotifier |
vfunc[0]: | QSocketNotifier::metaObject() const |
vfunc[1]: | QSocketNotifier::qt_metacast(char const*) |
vfunc[2]: | QSocketNotifier::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QSocketNotifier::~QSocketNotifier() |
vfunc[4]: | QSocketNotifier::~QSocketNotifier() |
vfunc[5]: | QSocketNotifier::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
The Run Time Type Information for the QSocketNotifier class is described by Table 6-64
The virtual table for the QTimer class is described by Table 6-65
Table 6-65. Primary vtable for QTimer
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTimer |
vfunc[0]: | QTimer::metaObject() const |
vfunc[1]: | QTimer::qt_metacast(char const*) |
vfunc[2]: | QTimer::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QTimer::~QTimer() |
vfunc[4]: | QTimer::~QTimer() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QTimer::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
The Run Time Type Information for the QTimer class is described by Table 6-66
The virtual table for the QAbstractEventDispatcher class is described by Table 6-67
Table 6-67. Primary vtable for QAbstractEventDispatcher
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractEventDispatcher |
vfunc[0]: | QAbstractEventDispatcher::metaObject() const |
vfunc[1]: | QAbstractEventDispatcher::qt_metacast(char const*) |
vfunc[2]: | QAbstractEventDispatcher::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QAbstractEventDispatcher::~QAbstractEventDispatcher() |
vfunc[4]: | QAbstractEventDispatcher::~QAbstractEventDispatcher() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | __cxa_pure_virtual |
vfunc[13]: | __cxa_pure_virtual |
vfunc[14]: | __cxa_pure_virtual |
vfunc[15]: | __cxa_pure_virtual |
vfunc[16]: | __cxa_pure_virtual |
vfunc[17]: | __cxa_pure_virtual |
vfunc[18]: | __cxa_pure_virtual |
vfunc[19]: | __cxa_pure_virtual |
vfunc[20]: | __cxa_pure_virtual |
vfunc[21]: | __cxa_pure_virtual |
vfunc[22]: | __cxa_pure_virtual |
vfunc[23]: | QAbstractEventDispatcher::startingUp() |
vfunc[24]: | QAbstractEventDispatcher::closingDown() |
The Run Time Type Information for the QAbstractEventDispatcher class is described by Table 6-68
The virtual table for the QPluginLoader class is described by Table 6-69
Table 6-69. Primary vtable for QPluginLoader
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QPluginLoader |
vfunc[0]: | QPluginLoader::metaObject() const |
vfunc[1]: | QPluginLoader::qt_metacast(char const*) |
vfunc[2]: | QPluginLoader::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QPluginLoader::~QPluginLoader() |
vfunc[4]: | QPluginLoader::~QPluginLoader() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
The Run Time Type Information for the QPluginLoader class is described by Table 6-70
The virtual table for the QLibrary class is described by Table 6-71
Table 6-71. Primary vtable for QLibrary
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QLibrary |
vfunc[0]: | QLibrary::metaObject() const |
vfunc[1]: | QLibrary::qt_metacast(char const*) |
vfunc[2]: | QLibrary::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QLibrary::~QLibrary() |
vfunc[4]: | QLibrary::~QLibrary() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
The Run Time Type Information for the QLibrary class is described by Table 6-72
The virtual table for the QThread class is described by Table 6-73
Table 6-73. Primary vtable for QThread
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QThread |
vfunc[0]: | QThread::metaObject() const |
vfunc[1]: | QThread::qt_metacast(char const*) |
vfunc[2]: | QThread::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QThread::~QThread() |
vfunc[4]: | QThread::~QThread() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | __cxa_pure_virtual |
The Run Time Type Information for the QThread class is described by Table 6-74
An LSB conforming implementation shall provide the architecture specific functions for QtCore specified in Table 6-75, with the full mandatory functionality as described in the referenced underlying specification.
Table 6-75. libQtCore - QtCore Function Interfaces
_Z10qvsnprintfPcjPKcS_ [QtCore] | _Z7qMallocj [QtCore] |
_Z7qMemSetPvij [QtCore] | _Z8qMemCopyPvPKvj [QtCore] |
_Z8qReallocPvj [QtCore] | _Z9qsnprintfPcjPKcz [QtCore] |
_ZN7QString8vsprintfEPKcPc [QtCore] | _ZThn8_N16QTextCodecPlugin6createERK7QString [QtCore] |
_ZThn8_N16QTextCodecPluginD0Ev [QtCore] | _ZThn8_N16QTextCodecPluginD1Ev [QtCore] |
_ZThn8_NK16QTextCodecPlugin4keysEv [QtCore] |
This section defines global identifiers and their values that are associated with interfaces contained in libQtCore. These definitions are organized into groups that correspond to system headers. This convention is used as a convenience for the reader, and does not imply the existence of these headers, or their content. Where an interface is defined as requiring a particular system header file all of the data definitions for that system header file presented here shall be in effect.
This section gives data definitions to promote binary application portability, not to repeat source interface definitions available elsewhere. System providers and application developers should use this ABI to supplement - not to replace - source interface definition specifications.
This specification uses the ISO C (1999) C Language as the reference programming language, and data definitions are specified in ISO C format. The C language is used here as a convenient notation. Using a C language description of these data objects does not preclude their use by other programming languages.
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
Table 6-76 defines the library name and shared object name for the libQtGui library
The behavior of the interfaces in this library is specified by the following specifications:
[QtGui] QtGui 4.1.0 |
The virtual table for the QTextObject class is described by Table 6-77
Table 6-77. Primary vtable for QTextObject
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTextObject |
vfunc[0]: | QTextObject::metaObject() const |
vfunc[1]: | QTextObject::qt_metacast(char const*) |
vfunc[2]: | QTextObject::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QTextObject::~QTextObject() |
vfunc[4]: | QTextObject::~QTextObject() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
The Run Time Type Information for the QTextObject class is described by Table 6-78
The virtual table for the QTextBlockGroup class is described by Table 6-79
Table 6-79. Primary vtable for QTextBlockGroup
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTextBlockGroup |
vfunc[0]: | QTextBlockGroup::metaObject() const |
vfunc[1]: | QTextBlockGroup::qt_metacast(char const*) |
vfunc[2]: | QTextBlockGroup::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QTextBlockGroup::~QTextBlockGroup() |
vfunc[4]: | QTextBlockGroup::~QTextBlockGroup() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QTextBlockGroup::blockInserted(QTextBlock const&) |
vfunc[13]: | QTextBlockGroup::blockRemoved(QTextBlock const&) |
vfunc[14]: | QTextBlockGroup::blockFormatChanged(QTextBlock const&) |
The Run Time Type Information for the QTextBlockGroup class is described by Table 6-80
The virtual table for the QTextFrameLayoutData class is described by Table 6-81
Table 6-81. Primary vtable for QTextFrameLayoutData
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTextFrameLayoutData |
vfunc[0]: | QTextFrameLayoutData::~QTextFrameLayoutData() |
vfunc[1]: | QTextFrameLayoutData::~QTextFrameLayoutData() |
The Run Time Type Information for the QTextFrameLayoutData class is described by Table 6-82
The virtual table for the QTextFrame class is described by Table 6-83
Table 6-83. Primary vtable for QTextFrame
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTextFrame |
vfunc[0]: | QTextFrame::metaObject() const |
vfunc[1]: | QTextFrame::qt_metacast(char const*) |
vfunc[2]: | QTextFrame::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QTextFrame::~QTextFrame() |
vfunc[4]: | QTextFrame::~QTextFrame() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
The Run Time Type Information for the QTextFrame class is described by Table 6-84
The virtual table for the QTextBlockUserData class is described by Table 6-85
Table 6-85. Primary vtable for QTextBlockUserData
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTextBlockUserData |
vfunc[0]: | QTextBlockUserData::~QTextBlockUserData() |
vfunc[1]: | QTextBlockUserData::~QTextBlockUserData() |
The Run Time Type Information for the QTextBlockUserData class is described by Table 6-86
The virtual table for the QTextDocument class is described by Table 6-87
Table 6-87. Primary vtable for QTextDocument
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTextDocument |
vfunc[0]: | QTextDocument::metaObject() const |
vfunc[1]: | QTextDocument::qt_metacast(char const*) |
vfunc[2]: | QTextDocument::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QTextDocument::~QTextDocument() |
vfunc[4]: | QTextDocument::~QTextDocument() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QTextDocument::clear() |
vfunc[13]: | QTextDocument::createObject(QTextFormat const&) |
vfunc[14]: | QTextDocument::loadResource(int, QUrl const&) |
The Run Time Type Information for the QTextDocument class is described by Table 6-88
The virtual table for the QTextTable class is described by Table 6-89
Table 6-89. Primary vtable for QTextTable
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTextTable |
vfunc[0]: | QTextTable::metaObject() const |
vfunc[1]: | QTextTable::qt_metacast(char const*) |
vfunc[2]: | QTextTable::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QTextTable::~QTextTable() |
vfunc[4]: | QTextTable::~QTextTable() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
The Run Time Type Information for the QTextTable class is described by Table 6-90
The virtual table for the QMimeSource class is described by Table 6-91
Table 6-91. Primary vtable for QMimeSource
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QMimeSource |
vfunc[0]: | QMimeSource::~QMimeSource() |
vfunc[1]: | QMimeSource::~QMimeSource() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | QMimeSource::provides(char const*) const |
vfunc[4]: | __cxa_pure_virtual |
The Run Time Type Information for the QMimeSource class is described by Table 6-92
The virtual table for the QDrag class is described by Table 6-93
Table 6-93. Primary vtable for QDrag
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDrag |
vfunc[0]: | QDrag::metaObject() const |
vfunc[1]: | QDrag::qt_metacast(char const*) |
vfunc[2]: | QDrag::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QDrag::~QDrag() |
vfunc[4]: | QDrag::~QDrag() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
The Run Time Type Information for the QDrag class is described by Table 6-94
The virtual table for the QInputEvent class is described by Table 6-95
Table 6-95. Primary vtable for QInputEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QInputEvent |
vfunc[0]: | QInputEvent::~QInputEvent() |
vfunc[1]: | QInputEvent::~QInputEvent() |
The Run Time Type Information for the QInputEvent class is described by Table 6-96
The virtual table for the QMouseEvent class is described by Table 6-97
Table 6-97. Primary vtable for QMouseEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QMouseEvent |
vfunc[0]: | QMouseEvent::~QMouseEvent() |
vfunc[1]: | QMouseEvent::~QMouseEvent() |
The Run Time Type Information for the QMouseEvent class is described by Table 6-98
The virtual table for the QHoverEvent class is described by Table 6-99
Table 6-99. Primary vtable for QHoverEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QHoverEvent |
vfunc[0]: | QHoverEvent::~QHoverEvent() |
vfunc[1]: | QHoverEvent::~QHoverEvent() |
The Run Time Type Information for the QHoverEvent class is described by Table 6-100
The virtual table for the QWheelEvent class is described by Table 6-101
Table 6-101. Primary vtable for QWheelEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QWheelEvent |
vfunc[0]: | QWheelEvent::~QWheelEvent() |
vfunc[1]: | QWheelEvent::~QWheelEvent() |
The Run Time Type Information for the QWheelEvent class is described by Table 6-102
The virtual table for the QTabletEvent class is described by Table 6-103
Table 6-103. Primary vtable for QTabletEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTabletEvent |
vfunc[0]: | QTabletEvent::~QTabletEvent() |
vfunc[1]: | QTabletEvent::~QTabletEvent() |
The Run Time Type Information for the QTabletEvent class is described by Table 6-104
The virtual table for the QKeyEvent class is described by Table 6-105
Table 6-105. Primary vtable for QKeyEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QKeyEvent |
vfunc[0]: | QKeyEvent::~QKeyEvent() |
vfunc[1]: | QKeyEvent::~QKeyEvent() |
The Run Time Type Information for the QKeyEvent class is described by Table 6-106
The virtual table for the QFocusEvent class is described by Table 6-107
Table 6-107. Primary vtable for QFocusEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QFocusEvent |
vfunc[0]: | QFocusEvent::~QFocusEvent() |
vfunc[1]: | QFocusEvent::~QFocusEvent() |
The Run Time Type Information for the QFocusEvent class is described by Table 6-108
The virtual table for the QPaintEvent class is described by Table 6-109
Table 6-109. Primary vtable for QPaintEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QPaintEvent |
vfunc[0]: | QPaintEvent::~QPaintEvent() |
vfunc[1]: | QPaintEvent::~QPaintEvent() |
The Run Time Type Information for the QPaintEvent class is described by Table 6-110
The virtual table for the QMoveEvent class is described by Table 6-111
Table 6-111. Primary vtable for QMoveEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QMoveEvent |
vfunc[0]: | QMoveEvent::~QMoveEvent() |
vfunc[1]: | QMoveEvent::~QMoveEvent() |
The Run Time Type Information for the QMoveEvent class is described by Table 6-112
The virtual table for the QResizeEvent class is described by Table 6-113
Table 6-113. Primary vtable for QResizeEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QResizeEvent |
vfunc[0]: | QResizeEvent::~QResizeEvent() |
vfunc[1]: | QResizeEvent::~QResizeEvent() |
The Run Time Type Information for the QResizeEvent class is described by Table 6-114
The virtual table for the QCloseEvent class is described by Table 6-115
Table 6-115. Primary vtable for QCloseEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QCloseEvent |
vfunc[0]: | QCloseEvent::~QCloseEvent() |
vfunc[1]: | QCloseEvent::~QCloseEvent() |
The Run Time Type Information for the QCloseEvent class is described by Table 6-116
The virtual table for the QIconDragEvent class is described by Table 6-117
Table 6-117. Primary vtable for QIconDragEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QIconDragEvent |
vfunc[0]: | QIconDragEvent::~QIconDragEvent() |
vfunc[1]: | QIconDragEvent::~QIconDragEvent() |
The Run Time Type Information for the QIconDragEvent class is described by Table 6-118
The virtual table for the QShowEvent class is described by Table 6-119
Table 6-119. Primary vtable for QShowEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QShowEvent |
vfunc[0]: | QShowEvent::~QShowEvent() |
vfunc[1]: | QShowEvent::~QShowEvent() |
The Run Time Type Information for the QShowEvent class is described by Table 6-120
The virtual table for the QHideEvent class is described by Table 6-121
Table 6-121. Primary vtable for QHideEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QHideEvent |
vfunc[0]: | QHideEvent::~QHideEvent() |
vfunc[1]: | QHideEvent::~QHideEvent() |
The Run Time Type Information for the QHideEvent class is described by Table 6-122
The virtual table for the QContextMenuEvent class is described by Table 6-123
Table 6-123. Primary vtable for QContextMenuEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QContextMenuEvent |
vfunc[0]: | QContextMenuEvent::~QContextMenuEvent() |
vfunc[1]: | QContextMenuEvent::~QContextMenuEvent() |
The Run Time Type Information for the QContextMenuEvent class is described by Table 6-124
The virtual table for the QInputMethodEvent class is described by Table 6-125
Table 6-125. Primary vtable for QInputMethodEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QInputMethodEvent |
vfunc[0]: | QInputMethodEvent::~QInputMethodEvent() |
vfunc[1]: | QInputMethodEvent::~QInputMethodEvent() |
The Run Time Type Information for the QInputMethodEvent class is described by Table 6-126
The virtual table for the QDropEvent class is described by Table 6-127
Table 6-127. Primary vtable for QDropEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDropEvent |
vfunc[0]: | QDropEvent::~QDropEvent() |
vfunc[1]: | QDropEvent::~QDropEvent() |
vfunc[2]: | QDropEvent::format(int) const |
vfunc[3]: | QDropEvent::encodedData(char const*) const |
vfunc[4]: | QDropEvent::provides(char const*) const |
Table 6-128. Secondary vtable for QDropEvent
Base Offset | -12 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDropEvent |
vfunc[0]: | non-virtual thunk to QDropEvent::~QDropEvent() |
vfunc[1]: | non-virtual thunk to QDropEvent::~QDropEvent() |
vfunc[2]: | non-virtual thunk to QDropEvent::format(int) const |
vfunc[3]: | non-virtual thunk to QDropEvent::provides(char const*) const |
vfunc[4]: | non-virtual thunk to QDropEvent::encodedData(char const*) const |
The Run Time Type Information for the QDropEvent class is described by Table 6-129
The virtual table for the QDragMoveEvent class is described by Table 6-130
Table 6-130. Primary vtable for QDragMoveEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDragMoveEvent |
vfunc[0]: | QDragMoveEvent::~QDragMoveEvent() |
vfunc[1]: | QDragMoveEvent::~QDragMoveEvent() |
vfunc[2]: | QDropEvent::format(int) const |
vfunc[3]: | QDropEvent::encodedData(char const*) const |
vfunc[4]: | QDropEvent::provides(char const*) const |
Table 6-131. Secondary vtable for QDragMoveEvent
Base Offset | -12 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDragMoveEvent |
vfunc[0]: | non-virtual thunk to QDragMoveEvent::~QDragMoveEvent() |
vfunc[1]: | non-virtual thunk to QDragMoveEvent::~QDragMoveEvent() |
vfunc[2]: | non-virtual thunk to QDropEvent::format(int) const |
vfunc[3]: | non-virtual thunk to QDropEvent::provides(char const*) const |
vfunc[4]: | non-virtual thunk to QDropEvent::encodedData(char const*) const |
The Run Time Type Information for the QDragMoveEvent class is described by Table 6-132
The virtual table for the QDragEnterEvent class is described by Table 6-133
Table 6-133. Primary vtable for QDragEnterEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDragEnterEvent |
vfunc[0]: | QDragEnterEvent::~QDragEnterEvent() |
vfunc[1]: | QDragEnterEvent::~QDragEnterEvent() |
vfunc[2]: | QDropEvent::format(int) const |
vfunc[3]: | QDropEvent::encodedData(char const*) const |
vfunc[4]: | QDropEvent::provides(char const*) const |
Table 6-134. Secondary vtable for QDragEnterEvent
Base Offset | -12 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDragEnterEvent |
vfunc[0]: | non-virtual thunk to QDragEnterEvent::~QDragEnterEvent() |
vfunc[1]: | non-virtual thunk to QDragEnterEvent::~QDragEnterEvent() |
vfunc[2]: | non-virtual thunk to QDropEvent::format(int) const |
vfunc[3]: | non-virtual thunk to QDropEvent::provides(char const*) const |
vfunc[4]: | non-virtual thunk to QDropEvent::encodedData(char const*) const |
The Run Time Type Information for the QDragEnterEvent class is described by Table 6-135
The virtual table for the QDragResponseEvent class is described by Table 6-136
Table 6-136. Primary vtable for QDragResponseEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDragResponseEvent |
vfunc[0]: | QDragResponseEvent::~QDragResponseEvent() |
vfunc[1]: | QDragResponseEvent::~QDragResponseEvent() |
The Run Time Type Information for the QDragResponseEvent class is described by Table 6-137
The virtual table for the QDragLeaveEvent class is described by Table 6-138
Table 6-138. Primary vtable for QDragLeaveEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDragLeaveEvent |
vfunc[0]: | QDragLeaveEvent::~QDragLeaveEvent() |
vfunc[1]: | QDragLeaveEvent::~QDragLeaveEvent() |
The Run Time Type Information for the QDragLeaveEvent class is described by Table 6-139
The virtual table for the QHelpEvent class is described by Table 6-140
Table 6-140. Primary vtable for QHelpEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QHelpEvent |
vfunc[0]: | QHelpEvent::~QHelpEvent() |
vfunc[1]: | QHelpEvent::~QHelpEvent() |
The Run Time Type Information for the QHelpEvent class is described by Table 6-141
The virtual table for the QStatusTipEvent class is described by Table 6-142
Table 6-142. Primary vtable for QStatusTipEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QStatusTipEvent |
vfunc[0]: | QStatusTipEvent::~QStatusTipEvent() |
vfunc[1]: | QStatusTipEvent::~QStatusTipEvent() |
The Run Time Type Information for the QStatusTipEvent class is described by Table 6-143
The virtual table for the QWhatsThisClickedEvent class is described by Table 6-144
Table 6-144. Primary vtable for QWhatsThisClickedEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QWhatsThisClickedEvent |
vfunc[0]: | QWhatsThisClickedEvent::~QWhatsThisClickedEvent() |
vfunc[1]: | QWhatsThisClickedEvent::~QWhatsThisClickedEvent() |
The Run Time Type Information for the QWhatsThisClickedEvent class is described by Table 6-145
The virtual table for the QActionEvent class is described by Table 6-146
Table 6-146. Primary vtable for QActionEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QActionEvent |
vfunc[0]: | QActionEvent::~QActionEvent() |
vfunc[1]: | QActionEvent::~QActionEvent() |
The Run Time Type Information for the QActionEvent class is described by Table 6-147
The virtual table for the QFileOpenEvent class is described by Table 6-148
Table 6-148. Primary vtable for QFileOpenEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QFileOpenEvent |
vfunc[0]: | QFileOpenEvent::~QFileOpenEvent() |
vfunc[1]: | QFileOpenEvent::~QFileOpenEvent() |
The Run Time Type Information for the QFileOpenEvent class is described by Table 6-149
The virtual table for the QToolBarChangeEvent class is described by Table 6-150
Table 6-150. Primary vtable for QToolBarChangeEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QToolBarChangeEvent |
vfunc[0]: | QToolBarChangeEvent::~QToolBarChangeEvent() |
vfunc[1]: | QToolBarChangeEvent::~QToolBarChangeEvent() |
The Run Time Type Information for the QToolBarChangeEvent class is described by Table 6-151
The virtual table for the QShortcutEvent class is described by Table 6-152
Table 6-152. Primary vtable for QShortcutEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QShortcutEvent |
vfunc[0]: | QShortcutEvent::~QShortcutEvent() |
vfunc[1]: | QShortcutEvent::~QShortcutEvent() |
The Run Time Type Information for the QShortcutEvent class is described by Table 6-153
The virtual table for the QClipboardEvent class is described by Table 6-154
Table 6-154. Primary vtable for QClipboardEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QClipboardEvent |
vfunc[0]: | QClipboardEvent::~QClipboardEvent() |
vfunc[1]: | QClipboardEvent::~QClipboardEvent() |
The Run Time Type Information for the QClipboardEvent class is described by Table 6-155
The virtual table for the QWindowStateChangeEvent class is described by Table 6-156
Table 6-156. Primary vtable for QWindowStateChangeEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QWindowStateChangeEvent |
vfunc[0]: | QWindowStateChangeEvent::~QWindowStateChangeEvent() |
vfunc[1]: | QWindowStateChangeEvent::~QWindowStateChangeEvent() |
The Run Time Type Information for the QWindowStateChangeEvent class is described by Table 6-157
The virtual table for the QMenubarUpdatedEvent class is described by Table 6-158
Table 6-158. Primary vtable for QMenubarUpdatedEvent
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QMenubarUpdatedEvent |
vfunc[0]: | QMenubarUpdatedEvent::~QMenubarUpdatedEvent() |
vfunc[1]: | QMenubarUpdatedEvent::~QMenubarUpdatedEvent() |
The Run Time Type Information for the QMenubarUpdatedEvent class is described by Table 6-159
The virtual table for the QTextList class is described by Table 6-160
Table 6-160. Primary vtable for QTextList
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTextList |
vfunc[0]: | QTextList::metaObject() const |
vfunc[1]: | QTextList::qt_metacast(char const*) |
vfunc[2]: | QTextList::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QTextList::~QTextList() |
vfunc[4]: | QTextList::~QTextList() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QTextBlockGroup::blockInserted(QTextBlock const&) |
vfunc[13]: | QTextBlockGroup::blockRemoved(QTextBlock const&) |
vfunc[14]: | QTextBlockGroup::blockFormatChanged(QTextBlock const&) |
The Run Time Type Information for the QTextList class is described by Table 6-161
The virtual table for the QAbstractTextDocumentLayout class is described by Table 6-162
Table 6-162. Primary vtable for QAbstractTextDocumentLayout
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractTextDocumentLayout |
vfunc[0]: | QAbstractTextDocumentLayout::metaObject() const |
vfunc[1]: | QAbstractTextDocumentLayout::qt_metacast(char const*) |
vfunc[2]: | QAbstractTextDocumentLayout::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QAbstractTextDocumentLayout::~QAbstractTextDocumentLayout() |
vfunc[4]: | QAbstractTextDocumentLayout::~QAbstractTextDocumentLayout() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | __cxa_pure_virtual |
vfunc[13]: | __cxa_pure_virtual |
vfunc[14]: | __cxa_pure_virtual |
vfunc[15]: | __cxa_pure_virtual |
vfunc[16]: | __cxa_pure_virtual |
vfunc[17]: | __cxa_pure_virtual |
vfunc[18]: | __cxa_pure_virtual |
vfunc[19]: | QAbstractTextDocumentLayout::resizeInlineObject(QTextInlineObject, int, QTextFormat const&) |
vfunc[20]: | QAbstractTextDocumentLayout::positionInlineObject(QTextInlineObject, int, QTextFormat const&) |
vfunc[21]: | QAbstractTextDocumentLayout::drawInlineObject(QPainter*, QRectF const&, QTextInlineObject, int, QTextFormat const&) |
The Run Time Type Information for the QAbstractTextDocumentLayout class is described by Table 6-163
The virtual table for the QTextObjectInterface class is described by Table 6-164
Table 6-164. Primary vtable for QTextObjectInterface
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTextObjectInterface |
vfunc[0]: | QTextObjectInterface::~QTextObjectInterface() |
vfunc[1]: | QTextObjectInterface::~QTextObjectInterface() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
The Run Time Type Information for the QTextObjectInterface class is described by Table 6-165
The virtual table for the QSyntaxHighlighter class is described by Table 6-166
Table 6-166. Primary vtable for QSyntaxHighlighter
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSyntaxHighlighter |
vfunc[0]: | QSyntaxHighlighter::metaObject() const |
vfunc[1]: | QSyntaxHighlighter::qt_metacast(char const*) |
vfunc[2]: | QSyntaxHighlighter::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QSyntaxHighlighter::~QSyntaxHighlighter() |
vfunc[4]: | QSyntaxHighlighter::~QSyntaxHighlighter() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | __cxa_pure_virtual |
The Run Time Type Information for the QSyntaxHighlighter class is described by Table 6-167
The virtual table for the QPaintDevice class is described by Table 6-168
Table 6-168. Primary vtable for QPaintDevice
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QPaintDevice |
vfunc[0]: | QPaintDevice::~QPaintDevice() |
vfunc[1]: | QPaintDevice::~QPaintDevice() |
vfunc[2]: | QPaintDevice::devType() const |
vfunc[3]: | __cxa_pure_virtual |
vfunc[4]: | QPaintDevice::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QPaintDevice class is described by Table 6-169
The virtual table for the QWidget class is described by Table 6-170
Table 6-170. Primary vtable for QWidget
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QWidget |
vfunc[0]: | QWidget::metaObject() const |
vfunc[1]: | QWidget::qt_metacast(char const*) |
vfunc[2]: | QWidget::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QWidget::~QWidget() |
vfunc[4]: | QWidget::~QWidget() |
vfunc[5]: | QWidget::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QWidget::sizeHint() const |
vfunc[15]: | QWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QWidget::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QWidget::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QWidget::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
Table 6-171. Secondary vtable for QWidget
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QWidget |
vfunc[0]: | non-virtual thunk to QWidget::~QWidget() |
vfunc[1]: | non-virtual thunk to QWidget::~QWidget() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QWidget class is described by Table 6-172
The virtual table for the QDialog class is described by Table 6-173
Table 6-173. Primary vtable for QDialog
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDialog |
vfunc[0]: | QDialog::metaObject() const |
vfunc[1]: | QDialog::qt_metacast(char const*) |
vfunc[2]: | QDialog::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QDialog::~QDialog() |
vfunc[4]: | QDialog::~QDialog() |
vfunc[5]: | QWidget::event(QEvent*) |
vfunc[6]: | QDialog::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QDialog::setVisible(bool) |
vfunc[14]: | QDialog::sizeHint() const |
vfunc[15]: | QDialog::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QDialog::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QWidget::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QDialog::resizeEvent(QResizeEvent*) |
vfunc[32]: | QDialog::closeEvent(QCloseEvent*) |
vfunc[33]: | QDialog::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QDialog::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QWidget::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QDialog::done(int) |
vfunc[55]: | QDialog::accept() |
vfunc[56]: | QDialog::reject() |
Table 6-174. Secondary vtable for QDialog
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDialog |
vfunc[0]: | non-virtual thunk to QDialog::~QDialog() |
vfunc[1]: | non-virtual thunk to QDialog::~QDialog() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QDialog class is described by Table 6-175
The virtual table for the QAbstractPageSetupDialog class is described by Table 6-176
Table 6-176. Primary vtable for QAbstractPageSetupDialog
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractPageSetupDialog |
vfunc[0]: | QDialog::metaObject() const |
vfunc[1]: | QDialog::qt_metacast(char const*) |
vfunc[2]: | QDialog::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QAbstractPageSetupDialog::~QAbstractPageSetupDialog() |
vfunc[4]: | QAbstractPageSetupDialog::~QAbstractPageSetupDialog() |
vfunc[5]: | QWidget::event(QEvent*) |
vfunc[6]: | QDialog::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QDialog::setVisible(bool) |
vfunc[14]: | QDialog::sizeHint() const |
vfunc[15]: | QDialog::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QDialog::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QWidget::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QDialog::resizeEvent(QResizeEvent*) |
vfunc[32]: | QDialog::closeEvent(QCloseEvent*) |
vfunc[33]: | QDialog::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QDialog::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QWidget::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QDialog::done(int) |
vfunc[55]: | QDialog::accept() |
vfunc[56]: | QDialog::reject() |
vfunc[57]: | __cxa_pure_virtual |
Table 6-177. Secondary vtable for QAbstractPageSetupDialog
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractPageSetupDialog |
vfunc[0]: | non-virtual thunk to QAbstractPageSetupDialog::~QAbstractPageSetupDialog() |
vfunc[1]: | non-virtual thunk to QAbstractPageSetupDialog::~QAbstractPageSetupDialog() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QAbstractPageSetupDialog class is described by Table 6-178
The virtual table for the QColorDialog class is described by Table 6-179
Table 6-179. Primary vtable for QColorDialog
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QColorDialog |
vfunc[0]: | QColorDialog::metaObject() const |
vfunc[1]: | QColorDialog::qt_metacast(char const*) |
vfunc[2]: | QColorDialog::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QColorDialog::~QColorDialog() |
vfunc[4]: | QColorDialog::~QColorDialog() |
vfunc[5]: | QWidget::event(QEvent*) |
vfunc[6]: | QDialog::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QDialog::setVisible(bool) |
vfunc[14]: | QDialog::sizeHint() const |
vfunc[15]: | QDialog::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QDialog::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QWidget::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QDialog::resizeEvent(QResizeEvent*) |
vfunc[32]: | QDialog::closeEvent(QCloseEvent*) |
vfunc[33]: | QDialog::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QDialog::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QWidget::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QDialog::done(int) |
vfunc[55]: | QDialog::accept() |
vfunc[56]: | QDialog::reject() |
Table 6-180. Secondary vtable for QColorDialog
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QColorDialog |
vfunc[0]: | non-virtual thunk to QColorDialog::~QColorDialog() |
vfunc[1]: | non-virtual thunk to QColorDialog::~QColorDialog() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QColorDialog class is described by Table 6-181
The virtual table for the QFontDialog class is described by Table 6-182
Table 6-182. Primary vtable for QFontDialog
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QFontDialog |
vfunc[0]: | QFontDialog::metaObject() const |
vfunc[1]: | QFontDialog::qt_metacast(char const*) |
vfunc[2]: | QFontDialog::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QFontDialog::~QFontDialog() |
vfunc[4]: | QFontDialog::~QFontDialog() |
vfunc[5]: | QWidget::event(QEvent*) |
vfunc[6]: | QFontDialog::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QDialog::setVisible(bool) |
vfunc[14]: | QDialog::sizeHint() const |
vfunc[15]: | QDialog::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QDialog::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QWidget::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QDialog::resizeEvent(QResizeEvent*) |
vfunc[32]: | QDialog::closeEvent(QCloseEvent*) |
vfunc[33]: | QDialog::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QDialog::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QWidget::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QDialog::done(int) |
vfunc[55]: | QDialog::accept() |
vfunc[56]: | QDialog::reject() |
Table 6-183. Secondary vtable for QFontDialog
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QFontDialog |
vfunc[0]: | non-virtual thunk to QFontDialog::~QFontDialog() |
vfunc[1]: | non-virtual thunk to QFontDialog::~QFontDialog() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QFontDialog class is described by Table 6-184
The virtual table for the QMessageBox class is described by Table 6-185
Table 6-185. Primary vtable for QMessageBox
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QMessageBox |
vfunc[0]: | QMessageBox::metaObject() const |
vfunc[1]: | QMessageBox::qt_metacast(char const*) |
vfunc[2]: | QMessageBox::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QMessageBox::~QMessageBox() |
vfunc[4]: | QMessageBox::~QMessageBox() |
vfunc[5]: | QWidget::event(QEvent*) |
vfunc[6]: | QDialog::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QDialog::setVisible(bool) |
vfunc[14]: | QMessageBox::sizeHint() const |
vfunc[15]: | QDialog::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QMessageBox::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QWidget::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QMessageBox::resizeEvent(QResizeEvent*) |
vfunc[32]: | QMessageBox::closeEvent(QCloseEvent*) |
vfunc[33]: | QDialog::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QMessageBox::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QMessageBox::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QDialog::done(int) |
vfunc[55]: | QDialog::accept() |
vfunc[56]: | QDialog::reject() |
Table 6-186. Secondary vtable for QMessageBox
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QMessageBox |
vfunc[0]: | non-virtual thunk to QMessageBox::~QMessageBox() |
vfunc[1]: | non-virtual thunk to QMessageBox::~QMessageBox() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QMessageBox class is described by Table 6-187
The virtual table for the QProgressDialog class is described by Table 6-188
Table 6-188. Primary vtable for QProgressDialog
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QProgressDialog |
vfunc[0]: | QProgressDialog::metaObject() const |
vfunc[1]: | QProgressDialog::qt_metacast(char const*) |
vfunc[2]: | QProgressDialog::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QProgressDialog::~QProgressDialog() |
vfunc[4]: | QProgressDialog::~QProgressDialog() |
vfunc[5]: | QWidget::event(QEvent*) |
vfunc[6]: | QDialog::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QDialog::setVisible(bool) |
vfunc[14]: | QProgressDialog::sizeHint() const |
vfunc[15]: | QDialog::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QDialog::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QWidget::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QProgressDialog::resizeEvent(QResizeEvent*) |
vfunc[32]: | QProgressDialog::closeEvent(QCloseEvent*) |
vfunc[33]: | QDialog::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QProgressDialog::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QProgressDialog::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QDialog::done(int) |
vfunc[55]: | QDialog::accept() |
vfunc[56]: | QDialog::reject() |
Table 6-189. Secondary vtable for QProgressDialog
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QProgressDialog |
vfunc[0]: | non-virtual thunk to QProgressDialog::~QProgressDialog() |
vfunc[1]: | non-virtual thunk to QProgressDialog::~QProgressDialog() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QProgressDialog class is described by Table 6-190
The virtual table for the QErrorMessage class is described by Table 6-191
Table 6-191. Primary vtable for QErrorMessage
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QErrorMessage |
vfunc[0]: | QErrorMessage::metaObject() const |
vfunc[1]: | QErrorMessage::qt_metacast(char const*) |
vfunc[2]: | QErrorMessage::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QErrorMessage::~QErrorMessage() |
vfunc[4]: | QErrorMessage::~QErrorMessage() |
vfunc[5]: | QWidget::event(QEvent*) |
vfunc[6]: | QDialog::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QDialog::setVisible(bool) |
vfunc[14]: | QDialog::sizeHint() const |
vfunc[15]: | QDialog::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QDialog::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QWidget::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QDialog::resizeEvent(QResizeEvent*) |
vfunc[32]: | QDialog::closeEvent(QCloseEvent*) |
vfunc[33]: | QDialog::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QDialog::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QWidget::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QErrorMessage::done(int) |
vfunc[55]: | QDialog::accept() |
vfunc[56]: | QDialog::reject() |
Table 6-192. Secondary vtable for QErrorMessage
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QErrorMessage |
vfunc[0]: | non-virtual thunk to QErrorMessage::~QErrorMessage() |
vfunc[1]: | non-virtual thunk to QErrorMessage::~QErrorMessage() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QErrorMessage class is described by Table 6-193
The virtual table for the QFileDialog class is described by Table 6-194
Table 6-194. Primary vtable for QFileDialog
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QFileDialog |
vfunc[0]: | QFileDialog::metaObject() const |
vfunc[1]: | QFileDialog::qt_metacast(char const*) |
vfunc[2]: | QFileDialog::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QFileDialog::~QFileDialog() |
vfunc[4]: | QFileDialog::~QFileDialog() |
vfunc[5]: | QWidget::event(QEvent*) |
vfunc[6]: | QDialog::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QDialog::setVisible(bool) |
vfunc[14]: | QDialog::sizeHint() const |
vfunc[15]: | QDialog::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QDialog::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QWidget::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QDialog::resizeEvent(QResizeEvent*) |
vfunc[32]: | QDialog::closeEvent(QCloseEvent*) |
vfunc[33]: | QDialog::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QDialog::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QWidget::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QFileDialog::done(int) |
vfunc[55]: | QFileDialog::accept() |
vfunc[56]: | QDialog::reject() |
Table 6-195. Secondary vtable for QFileDialog
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QFileDialog |
vfunc[0]: | non-virtual thunk to QFileDialog::~QFileDialog() |
vfunc[1]: | non-virtual thunk to QFileDialog::~QFileDialog() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QFileDialog class is described by Table 6-196
The virtual table for the QAbstractPrintDialog class is described by Table 6-197
Table 6-197. Primary vtable for QAbstractPrintDialog
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractPrintDialog |
vfunc[0]: | QDialog::metaObject() const |
vfunc[1]: | QDialog::qt_metacast(char const*) |
vfunc[2]: | QDialog::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QAbstractPrintDialog::~QAbstractPrintDialog() |
vfunc[4]: | QAbstractPrintDialog::~QAbstractPrintDialog() |
vfunc[5]: | QWidget::event(QEvent*) |
vfunc[6]: | QDialog::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QDialog::setVisible(bool) |
vfunc[14]: | QDialog::sizeHint() const |
vfunc[15]: | QDialog::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QDialog::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QWidget::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QDialog::resizeEvent(QResizeEvent*) |
vfunc[32]: | QDialog::closeEvent(QCloseEvent*) |
vfunc[33]: | QDialog::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QDialog::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QWidget::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QDialog::done(int) |
vfunc[55]: | QDialog::accept() |
vfunc[56]: | QDialog::reject() |
vfunc[57]: | __cxa_pure_virtual |
Table 6-198. Secondary vtable for QAbstractPrintDialog
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractPrintDialog |
vfunc[0]: | non-virtual thunk to QAbstractPrintDialog::~QAbstractPrintDialog() |
vfunc[1]: | non-virtual thunk to QAbstractPrintDialog::~QAbstractPrintDialog() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QAbstractPrintDialog class is described by Table 6-199
The virtual table for the QPrintDialog class is described by Table 6-200
Table 6-200. Primary vtable for QPrintDialog
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QPrintDialog |
vfunc[0]: | QPrintDialog::metaObject() const |
vfunc[1]: | QPrintDialog::qt_metacast(char const*) |
vfunc[2]: | QPrintDialog::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QPrintDialog::~QPrintDialog() |
vfunc[4]: | QPrintDialog::~QPrintDialog() |
vfunc[5]: | QWidget::event(QEvent*) |
vfunc[6]: | QDialog::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QDialog::setVisible(bool) |
vfunc[14]: | QDialog::sizeHint() const |
vfunc[15]: | QDialog::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QDialog::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QWidget::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QDialog::resizeEvent(QResizeEvent*) |
vfunc[32]: | QDialog::closeEvent(QCloseEvent*) |
vfunc[33]: | QDialog::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QDialog::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QWidget::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QDialog::done(int) |
vfunc[55]: | QDialog::accept() |
vfunc[56]: | QDialog::reject() |
vfunc[57]: | QPrintDialog::exec() |
Table 6-201. Secondary vtable for QPrintDialog
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QPrintDialog |
vfunc[0]: | non-virtual thunk to QPrintDialog::~QPrintDialog() |
vfunc[1]: | non-virtual thunk to QPrintDialog::~QPrintDialog() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QPrintDialog class is described by Table 6-202
The virtual table for the QPageSetupDialog class is described by Table 6-203
Table 6-203. Primary vtable for QPageSetupDialog
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QPageSetupDialog |
vfunc[0]: | QDialog::metaObject() const |
vfunc[1]: | QDialog::qt_metacast(char const*) |
vfunc[2]: | QDialog::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QPageSetupDialog::~QPageSetupDialog() |
vfunc[4]: | QPageSetupDialog::~QPageSetupDialog() |
vfunc[5]: | QWidget::event(QEvent*) |
vfunc[6]: | QDialog::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QDialog::setVisible(bool) |
vfunc[14]: | QDialog::sizeHint() const |
vfunc[15]: | QDialog::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QDialog::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QWidget::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QDialog::resizeEvent(QResizeEvent*) |
vfunc[32]: | QDialog::closeEvent(QCloseEvent*) |
vfunc[33]: | QDialog::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QDialog::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QWidget::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QDialog::done(int) |
vfunc[55]: | QDialog::accept() |
vfunc[56]: | QDialog::reject() |
vfunc[57]: | QPageSetupDialog::exec() |
Table 6-204. Secondary vtable for QPageSetupDialog
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QPageSetupDialog |
vfunc[0]: | non-virtual thunk to QPageSetupDialog::~QPageSetupDialog() |
vfunc[1]: | non-virtual thunk to QPageSetupDialog::~QPageSetupDialog() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QPageSetupDialog class is described by Table 6-205
The virtual table for the QFrame class is described by Table 6-206
Table 6-206. Primary vtable for QFrame
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QFrame |
vfunc[0]: | QFrame::metaObject() const |
vfunc[1]: | QFrame::qt_metacast(char const*) |
vfunc[2]: | QFrame::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QFrame::~QFrame() |
vfunc[4]: | QFrame::~QFrame() |
vfunc[5]: | QFrame::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QFrame::sizeHint() const |
vfunc[15]: | QWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QWidget::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QFrame::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QFrame::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
Table 6-207. Secondary vtable for QFrame
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QFrame |
vfunc[0]: | non-virtual thunk to QFrame::~QFrame() |
vfunc[1]: | non-virtual thunk to QFrame::~QFrame() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QFrame class is described by Table 6-208
The virtual table for the QLineEdit class is described by Table 6-209
Table 6-209. Primary vtable for QLineEdit
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QLineEdit |
vfunc[0]: | QLineEdit::metaObject() const |
vfunc[1]: | QLineEdit::qt_metacast(char const*) |
vfunc[2]: | QLineEdit::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QLineEdit::~QLineEdit() |
vfunc[4]: | QLineEdit::~QLineEdit() |
vfunc[5]: | QLineEdit::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QLineEdit::sizeHint() const |
vfunc[15]: | QLineEdit::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QLineEdit::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QLineEdit::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QLineEdit::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QLineEdit::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QLineEdit::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QLineEdit::focusInEvent(QFocusEvent*) |
vfunc[26]: | QLineEdit::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QLineEdit::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QLineEdit::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QLineEdit::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QLineEdit::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QLineEdit::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QLineEdit::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QLineEdit::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QLineEdit::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QLineEdit::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
Table 6-210. Secondary vtable for QLineEdit
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QLineEdit |
vfunc[0]: | non-virtual thunk to QLineEdit::~QLineEdit() |
vfunc[1]: | non-virtual thunk to QLineEdit::~QLineEdit() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QLineEdit class is described by Table 6-211
The virtual table for the QInputDialog class is described by Table 6-212
Table 6-212. Primary vtable for QInputDialog
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QInputDialog |
vfunc[0]: | QInputDialog::metaObject() const |
vfunc[1]: | QInputDialog::qt_metacast(char const*) |
vfunc[2]: | QInputDialog::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QInputDialog::~QInputDialog() |
vfunc[4]: | QInputDialog::~QInputDialog() |
vfunc[5]: | QWidget::event(QEvent*) |
vfunc[6]: | QDialog::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QDialog::setVisible(bool) |
vfunc[14]: | QDialog::sizeHint() const |
vfunc[15]: | QDialog::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QDialog::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QWidget::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QDialog::resizeEvent(QResizeEvent*) |
vfunc[32]: | QDialog::closeEvent(QCloseEvent*) |
vfunc[33]: | QDialog::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QDialog::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QWidget::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QDialog::done(int) |
vfunc[55]: | QDialog::accept() |
vfunc[56]: | QDialog::reject() |
Table 6-213. Secondary vtable for QInputDialog
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QInputDialog |
vfunc[0]: | non-virtual thunk to QInputDialog::~QInputDialog() |
vfunc[1]: | non-virtual thunk to QInputDialog::~QInputDialog() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QInputDialog class is described by Table 6-214
The virtual table for the QImage class is described by Table 6-215
Table 6-215. Primary vtable for QImage
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QImage |
vfunc[0]: | QImage::~QImage() |
vfunc[1]: | QImage::~QImage() |
vfunc[2]: | QImage::devType() const |
vfunc[3]: | QImage::paintEngine() const |
vfunc[4]: | QImage::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QImage class is described by Table 6-216
The virtual table for the QPixmap class is described by Table 6-217
Table 6-217. Primary vtable for QPixmap
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QPixmap |
vfunc[0]: | QPixmap::~QPixmap() |
vfunc[1]: | QPixmap::~QPixmap() |
vfunc[2]: | QPixmap::devType() const |
vfunc[3]: | QPixmap::paintEngine() const |
vfunc[4]: | QPixmap::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QPixmap class is described by Table 6-218
The virtual table for the QImageIOHandler class is described by Table 6-219
Table 6-219. Primary vtable for QImageIOHandler
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QImageIOHandler |
vfunc[0]: | QImageIOHandler::~QImageIOHandler() |
vfunc[1]: | QImageIOHandler::~QImageIOHandler() |
vfunc[2]: | QImageIOHandler::name() const |
vfunc[3]: | __cxa_pure_virtual |
vfunc[4]: | __cxa_pure_virtual |
vfunc[5]: | QImageIOHandler::write(QImage const&) |
vfunc[6]: | QImageIOHandler::option(QImageIOHandler::ImageOption) const |
vfunc[7]: | QImageIOHandler::setOption(QImageIOHandler::ImageOption, QVariant const&) |
vfunc[8]: | QImageIOHandler::supportsOption(QImageIOHandler::ImageOption) const |
vfunc[9]: | QImageIOHandler::jumpToNextImage() |
vfunc[10]: | QImageIOHandler::jumpToImage(int) |
vfunc[11]: | QImageIOHandler::loopCount() const |
vfunc[12]: | QImageIOHandler::imageCount() const |
vfunc[13]: | QImageIOHandler::nextImageDelay() const |
vfunc[14]: | QImageIOHandler::currentImageNumber() const |
vfunc[15]: | QImageIOHandler::currentImageRect() const |
The Run Time Type Information for the QImageIOHandler class is described by Table 6-220
The virtual table for the QImageIOHandlerFactoryInterface class is described by Table 6-221
Table 6-221. Primary vtable for QImageIOHandlerFactoryInterface
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QImageIOHandlerFactoryInterface |
vfunc[0]: | QImageIOHandlerFactoryInterface::~QImageIOHandlerFactoryInterface() |
vfunc[1]: | QImageIOHandlerFactoryInterface::~QImageIOHandlerFactoryInterface() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
The Run Time Type Information for the QImageIOHandlerFactoryInterface class is described by Table 6-222
The virtual table for the QImageIOPlugin class is described by Table 6-223
Table 6-223. Primary vtable for QImageIOPlugin
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QImageIOPlugin |
vfunc[0]: | QImageIOPlugin::metaObject() const |
vfunc[1]: | QImageIOPlugin::qt_metacast(char const*) |
vfunc[2]: | QImageIOPlugin::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QImageIOPlugin::~QImageIOPlugin() |
vfunc[4]: | QImageIOPlugin::~QImageIOPlugin() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | __cxa_pure_virtual |
vfunc[13]: | __cxa_pure_virtual |
vfunc[14]: | __cxa_pure_virtual |
Table 6-224. Secondary vtable for QImageIOPlugin
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QImageIOPlugin |
vfunc[0]: | non-virtual thunk to QImageIOPlugin::~QImageIOPlugin() |
vfunc[1]: | non-virtual thunk to QImageIOPlugin::~QImageIOPlugin() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
The Run Time Type Information for the QImageIOPlugin class is described by Table 6-225
The virtual table for the QPicture class is described by Table 6-226
Table 6-226. Primary vtable for QPicture
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QPicture |
vfunc[0]: | QPicture::~QPicture() |
vfunc[1]: | QPicture::~QPicture() |
vfunc[2]: | QPicture::devType() const |
vfunc[3]: | QPicture::paintEngine() const |
vfunc[4]: | QPicture::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[5]: | QPicture::setData(char const*, unsigned int) |
The Run Time Type Information for the QPicture class is described by Table 6-227
The virtual table for the QMovie class is described by Table 6-228
Table 6-228. Primary vtable for QMovie
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QMovie |
vfunc[0]: | QMovie::metaObject() const |
vfunc[1]: | QMovie::qt_metacast(char const*) |
vfunc[2]: | QMovie::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QMovie::~QMovie() |
vfunc[4]: | QMovie::~QMovie() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
The Run Time Type Information for the QMovie class is described by Table 6-229
The virtual table for the QIconEngineFactoryInterface class is described by Table 6-230
Table 6-230. Primary vtable for QIconEngineFactoryInterface
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QIconEngineFactoryInterface |
vfunc[0]: | QIconEngineFactoryInterface::~QIconEngineFactoryInterface() |
vfunc[1]: | QIconEngineFactoryInterface::~QIconEngineFactoryInterface() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
The Run Time Type Information for the QIconEngineFactoryInterface class is described by Table 6-231
The virtual table for the QIconEnginePlugin class is described by Table 6-232
Table 6-232. Primary vtable for QIconEnginePlugin
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QIconEnginePlugin |
vfunc[0]: | QIconEnginePlugin::metaObject() const |
vfunc[1]: | QIconEnginePlugin::qt_metacast(char const*) |
vfunc[2]: | QIconEnginePlugin::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QIconEnginePlugin::~QIconEnginePlugin() |
vfunc[4]: | QIconEnginePlugin::~QIconEnginePlugin() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | __cxa_pure_virtual |
vfunc[13]: | __cxa_pure_virtual |
Table 6-233. Secondary vtable for QIconEnginePlugin
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QIconEnginePlugin |
vfunc[0]: | non-virtual thunk to QIconEnginePlugin::~QIconEnginePlugin() |
vfunc[1]: | non-virtual thunk to QIconEnginePlugin::~QIconEnginePlugin() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
The Run Time Type Information for the QIconEnginePlugin class is described by Table 6-234
The virtual table for the QIconEngine class is described by Table 6-235
Table 6-235. Primary vtable for QIconEngine
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QIconEngine |
vfunc[0]: | QIconEngine::~QIconEngine() |
vfunc[1]: | QIconEngine::~QIconEngine() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | QIconEngine::actualSize(QSize const&, QIcon::Mode, QIcon::State) |
vfunc[4]: | QIconEngine::pixmap(QSize const&, QIcon::Mode, QIcon::State) |
vfunc[5]: | QIconEngine::addPixmap(QPixmap const&, QIcon::Mode, QIcon::State) |
vfunc[6]: | QIconEngine::addFile(QString const&, QSize const&, QIcon::Mode, QIcon::State) |
The Run Time Type Information for the QIconEngine class is described by Table 6-236
The virtual table for the QBitmap class is described by Table 6-237
Table 6-237. Primary vtable for QBitmap
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QBitmap |
vfunc[0]: | QBitmap::~QBitmap() |
vfunc[1]: | QBitmap::~QBitmap() |
vfunc[2]: | QPixmap::devType() const |
vfunc[3]: | QPixmap::paintEngine() const |
vfunc[4]: | QPixmap::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QBitmap class is described by Table 6-238
The virtual table for the QPictureFormatInterface class is described by Table 6-239
Table 6-239. Primary vtable for QPictureFormatInterface
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QPictureFormatInterface |
vfunc[0]: | QPictureFormatInterface::~QPictureFormatInterface() |
vfunc[1]: | QPictureFormatInterface::~QPictureFormatInterface() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
vfunc[4]: | __cxa_pure_virtual |
vfunc[5]: | __cxa_pure_virtual |
The Run Time Type Information for the QPictureFormatInterface class is described by Table 6-240
The virtual table for the QPictureFormatPlugin class is described by Table 6-241
Table 6-241. Primary vtable for QPictureFormatPlugin
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QPictureFormatPlugin |
vfunc[0]: | QPictureFormatPlugin::metaObject() const |
vfunc[1]: | QPictureFormatPlugin::qt_metacast(char const*) |
vfunc[2]: | QPictureFormatPlugin::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QPictureFormatPlugin::~QPictureFormatPlugin() |
vfunc[4]: | QPictureFormatPlugin::~QPictureFormatPlugin() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | __cxa_pure_virtual |
vfunc[13]: | QPictureFormatPlugin::loadPicture(QString const&, QString const&, QPicture*) |
vfunc[14]: | QPictureFormatPlugin::savePicture(QString const&, QString const&, QPicture const&) |
vfunc[15]: | __cxa_pure_virtual |
Table 6-242. Secondary vtable for QPictureFormatPlugin
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QPictureFormatPlugin |
vfunc[0]: | non-virtual thunk to QPictureFormatPlugin::~QPictureFormatPlugin() |
vfunc[1]: | non-virtual thunk to QPictureFormatPlugin::~QPictureFormatPlugin() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | non-virtual thunk to QPictureFormatPlugin::loadPicture(QString const&, QString const&, QPicture*) |
vfunc[4]: | non-virtual thunk to QPictureFormatPlugin::savePicture(QString const&, QString const&, QPicture const&) |
vfunc[5]: | __cxa_pure_virtual |
The Run Time Type Information for the QPictureFormatPlugin class is described by Table 6-243
The virtual table for the QPrinter class is described by Table 6-244
Table 6-244. Primary vtable for QPrinter
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QPrinter |
vfunc[0]: | QPrinter::~QPrinter() |
vfunc[1]: | QPrinter::~QPrinter() |
vfunc[2]: | QPrinter::devType() const |
vfunc[3]: | QPrinter::paintEngine() const |
vfunc[4]: | QPrinter::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QPrinter class is described by Table 6-245
The virtual table for the QPrintEngine class is described by Table 6-246
Table 6-246. Primary vtable for QPrintEngine
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QPrintEngine |
vfunc[0]: | QPrintEngine::~QPrintEngine() |
vfunc[1]: | QPrintEngine::~QPrintEngine() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
vfunc[4]: | __cxa_pure_virtual |
vfunc[5]: | __cxa_pure_virtual |
vfunc[6]: | __cxa_pure_virtual |
vfunc[7]: | __cxa_pure_virtual |
The Run Time Type Information for the QPrintEngine class is described by Table 6-247
The virtual table for the QStyle class is described by Table 6-248
Table 6-248. Primary vtable for QStyle
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QStyle |
vfunc[0]: | QStyle::metaObject() const |
vfunc[1]: | QStyle::qt_metacast(char const*) |
vfunc[2]: | QStyle::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QStyle::~QStyle() |
vfunc[4]: | QStyle::~QStyle() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QStyle::polish(QWidget*) |
vfunc[13]: | QStyle::unpolish(QWidget*) |
vfunc[14]: | QStyle::polish(QApplication*) |
vfunc[15]: | QStyle::unpolish(QApplication*) |
vfunc[16]: | QStyle::polish(QPalette&) |
vfunc[17]: | QStyle::itemTextRect(QFontMetrics const&, QRect const&, int, bool, QString const&) const |
vfunc[18]: | QStyle::itemPixmapRect(QRect const&, int, QPixmap const&) const |
vfunc[19]: | QStyle::drawItemText(QPainter*, QRect const&, int, QPalette const&, bool, QString const&, QPalette::ColorRole) const |
vfunc[20]: | QStyle::drawItemPixmap(QPainter*, QRect const&, int, QPixmap const&) const |
vfunc[21]: | QStyle::standardPalette() const |
vfunc[22]: | __cxa_pure_virtual |
vfunc[23]: | __cxa_pure_virtual |
vfunc[24]: | __cxa_pure_virtual |
vfunc[25]: | __cxa_pure_virtual |
vfunc[26]: | __cxa_pure_virtual |
vfunc[27]: | __cxa_pure_virtual |
vfunc[28]: | __cxa_pure_virtual |
vfunc[29]: | __cxa_pure_virtual |
vfunc[30]: | __cxa_pure_virtual |
vfunc[31]: | __cxa_pure_virtual |
vfunc[32]: | __cxa_pure_virtual |
The Run Time Type Information for the QStyle class is described by Table 6-249
The virtual table for the QPaintEngine class is described by Table 6-250
Table 6-250. Primary vtable for QPaintEngine
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QPaintEngine |
vfunc[0]: | QPaintEngine::~QPaintEngine() |
vfunc[1]: | QPaintEngine::~QPaintEngine() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
vfunc[4]: | __cxa_pure_virtual |
vfunc[5]: | QPaintEngine::drawRects(QRect const*, int) |
vfunc[6]: | QPaintEngine::drawRects(QRectF const*, int) |
vfunc[7]: | QPaintEngine::drawLines(QLine const*, int) |
vfunc[8]: | QPaintEngine::drawLines(QLineF const*, int) |
vfunc[9]: | QPaintEngine::drawEllipse(QRectF const&) |
vfunc[10]: | QPaintEngine::drawEllipse(QRect const&) |
vfunc[11]: | QPaintEngine::drawPath(QPainterPath const&) |
vfunc[12]: | QPaintEngine::drawPoints(QPointF const*, int) |
vfunc[13]: | QPaintEngine::drawPoints(QPoint const*, int) |
vfunc[14]: | QPaintEngine::drawPolygon(QPointF const*, int, QPaintEngine::PolygonDrawMode) |
vfunc[15]: | QPaintEngine::drawPolygon(QPoint const*, int, QPaintEngine::PolygonDrawMode) |
vfunc[16]: | __cxa_pure_virtual |
vfunc[17]: | QPaintEngine::drawTextItem(QPointF const&, QTextItem const&) |
vfunc[18]: | QPaintEngine::drawTiledPixmap(QRectF const&, QPixmap const&, QPointF const&) |
vfunc[19]: | QPaintEngine::drawImage(QRectF const&, QImage const&, QRectF const&, QFlags<Qt::ImageConversionFlag>) |
vfunc[20]: | QPaintEngine::coordinateOffset() const |
vfunc[21]: | __cxa_pure_virtual |
The Run Time Type Information for the QPaintEngine class is described by Table 6-251
The virtual table for the QItemSelectionModel class is described by Table 6-252
Table 6-252. Primary vtable for QItemSelectionModel
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QItemSelectionModel |
vfunc[0]: | QItemSelectionModel::metaObject() const |
vfunc[1]: | QItemSelectionModel::qt_metacast(char const*) |
vfunc[2]: | QItemSelectionModel::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QItemSelectionModel::~QItemSelectionModel() |
vfunc[4]: | QItemSelectionModel::~QItemSelectionModel() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QItemSelectionModel::select(QModelIndex const&, QFlags<QItemSelectionModel::SelectionFlag>) |
vfunc[13]: | QItemSelectionModel::select(QItemSelection const&, QFlags<QItemSelectionModel::SelectionFlag>) |
vfunc[14]: | QItemSelectionModel::clear() |
vfunc[15]: | QItemSelectionModel::reset() |
The Run Time Type Information for the QItemSelectionModel class is described by Table 6-253
The virtual table for the QAbstractScrollArea class is described by Table 6-254
Table 6-254. Primary vtable for QAbstractScrollArea
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractScrollArea |
vfunc[0]: | QAbstractScrollArea::metaObject() const |
vfunc[1]: | QAbstractScrollArea::qt_metacast(char const*) |
vfunc[2]: | QAbstractScrollArea::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QAbstractScrollArea::~QAbstractScrollArea() |
vfunc[4]: | QAbstractScrollArea::~QAbstractScrollArea() |
vfunc[5]: | QAbstractScrollArea::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QAbstractScrollArea::sizeHint() const |
vfunc[15]: | QAbstractScrollArea::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QAbstractScrollArea::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QAbstractScrollArea::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QAbstractScrollArea::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QAbstractScrollArea::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QAbstractScrollArea::wheelEvent(QWheelEvent*) |
vfunc[23]: | QAbstractScrollArea::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QAbstractScrollArea::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QAbstractScrollArea::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QAbstractScrollArea::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QAbstractScrollArea::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QAbstractScrollArea::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QAbstractScrollArea::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QFrame::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QAbstractScrollArea::viewportEvent(QEvent*) |
vfunc[55]: | QAbstractScrollArea::scrollContentsBy(int, int) |
Table 6-255. Secondary vtable for QAbstractScrollArea
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractScrollArea |
vfunc[0]: | non-virtual thunk to QAbstractScrollArea::~QAbstractScrollArea() |
vfunc[1]: | non-virtual thunk to QAbstractScrollArea::~QAbstractScrollArea() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QAbstractScrollArea class is described by Table 6-256
The virtual table for the QValidator class is described by Table 6-257
Table 6-257. Primary vtable for QValidator
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QValidator |
vfunc[0]: | QValidator::metaObject() const |
vfunc[1]: | QValidator::qt_metacast(char const*) |
vfunc[2]: | QValidator::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QValidator::~QValidator() |
vfunc[4]: | QValidator::~QValidator() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | __cxa_pure_virtual |
vfunc[13]: | QValidator::fixup(QString&) const |
The Run Time Type Information for the QValidator class is described by Table 6-258
The virtual table for the QIntValidator class is described by Table 6-259
Table 6-259. Primary vtable for QIntValidator
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QIntValidator |
vfunc[0]: | QIntValidator::metaObject() const |
vfunc[1]: | QIntValidator::qt_metacast(char const*) |
vfunc[2]: | QIntValidator::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QIntValidator::~QIntValidator() |
vfunc[4]: | QIntValidator::~QIntValidator() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QIntValidator::validate(QString&, int&) const |
vfunc[13]: | QValidator::fixup(QString&) const |
vfunc[14]: | QIntValidator::setRange(int, int) |
The Run Time Type Information for the QIntValidator class is described by Table 6-260
The virtual table for the QDoubleValidator class is described by Table 6-261
Table 6-261. Primary vtable for QDoubleValidator
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDoubleValidator |
vfunc[0]: | QDoubleValidator::metaObject() const |
vfunc[1]: | QDoubleValidator::qt_metacast(char const*) |
vfunc[2]: | QDoubleValidator::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QDoubleValidator::~QDoubleValidator() |
vfunc[4]: | QDoubleValidator::~QDoubleValidator() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QDoubleValidator::validate(QString&, int&) const |
vfunc[13]: | QValidator::fixup(QString&) const |
vfunc[14]: | QDoubleValidator::setRange(double, double, int) |
The Run Time Type Information for the QDoubleValidator class is described by Table 6-262
The virtual table for the QRegExpValidator class is described by Table 6-263
Table 6-263. Primary vtable for QRegExpValidator
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QRegExpValidator |
vfunc[0]: | QRegExpValidator::metaObject() const |
vfunc[1]: | QRegExpValidator::qt_metacast(char const*) |
vfunc[2]: | QRegExpValidator::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QRegExpValidator::~QRegExpValidator() |
vfunc[4]: | QRegExpValidator::~QRegExpValidator() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QRegExpValidator::validate(QString&, int&) const |
vfunc[13]: | QValidator::fixup(QString&) const |
The Run Time Type Information for the QRegExpValidator class is described by Table 6-264
The virtual table for the QAbstractSpinBox class is described by Table 6-265
Table 6-265. Primary vtable for QAbstractSpinBox
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractSpinBox |
vfunc[0]: | QAbstractSpinBox::metaObject() const |
vfunc[1]: | QAbstractSpinBox::qt_metacast(char const*) |
vfunc[2]: | QAbstractSpinBox::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QAbstractSpinBox::~QAbstractSpinBox() |
vfunc[4]: | QAbstractSpinBox::~QAbstractSpinBox() |
vfunc[5]: | QAbstractSpinBox::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QAbstractSpinBox::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QAbstractSpinBox::sizeHint() const |
vfunc[15]: | QAbstractSpinBox::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QAbstractSpinBox::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QAbstractSpinBox::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QAbstractSpinBox::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QAbstractSpinBox::wheelEvent(QWheelEvent*) |
vfunc[23]: | QAbstractSpinBox::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QAbstractSpinBox::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QAbstractSpinBox::focusInEvent(QFocusEvent*) |
vfunc[26]: | QAbstractSpinBox::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QAbstractSpinBox::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QAbstractSpinBox::resizeEvent(QResizeEvent*) |
vfunc[32]: | QAbstractSpinBox::closeEvent(QCloseEvent*) |
vfunc[33]: | QAbstractSpinBox::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QAbstractSpinBox::showEvent(QShowEvent*) |
vfunc[41]: | QAbstractSpinBox::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QAbstractSpinBox::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QAbstractSpinBox::validate(QString&, int&) const |
vfunc[55]: | QAbstractSpinBox::fixup(QString&) const |
vfunc[56]: | QAbstractSpinBox::stepBy(int) |
vfunc[57]: | QAbstractSpinBox::clear() |
vfunc[58]: | QAbstractSpinBox::stepEnabled() const |
Table 6-266. Secondary vtable for QAbstractSpinBox
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractSpinBox |
vfunc[0]: | non-virtual thunk to QAbstractSpinBox::~QAbstractSpinBox() |
vfunc[1]: | non-virtual thunk to QAbstractSpinBox::~QAbstractSpinBox() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QAbstractSpinBox class is described by Table 6-267
The virtual table for the QAbstractSlider class is described by Table 6-268
Table 6-268. Primary vtable for QAbstractSlider
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractSlider |
vfunc[0]: | QAbstractSlider::metaObject() const |
vfunc[1]: | QAbstractSlider::qt_metacast(char const*) |
vfunc[2]: | QAbstractSlider::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QAbstractSlider::~QAbstractSlider() |
vfunc[4]: | QAbstractSlider::~QAbstractSlider() |
vfunc[5]: | QAbstractSlider::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QAbstractSlider::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QWidget::sizeHint() const |
vfunc[15]: | QWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QAbstractSlider::wheelEvent(QWheelEvent*) |
vfunc[23]: | QAbstractSlider::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QWidget::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QAbstractSlider::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QAbstractSlider::sliderChange(QAbstractSlider::SliderChange) |
Table 6-269. Secondary vtable for QAbstractSlider
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractSlider |
vfunc[0]: | non-virtual thunk to QAbstractSlider::~QAbstractSlider() |
vfunc[1]: | non-virtual thunk to QAbstractSlider::~QAbstractSlider() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QAbstractSlider class is described by Table 6-270
The virtual table for the QSlider class is described by Table 6-271
Table 6-271. Primary vtable for QSlider
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSlider |
vfunc[0]: | QSlider::metaObject() const |
vfunc[1]: | QSlider::qt_metacast(char const*) |
vfunc[2]: | QSlider::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QSlider::~QSlider() |
vfunc[4]: | QSlider::~QSlider() |
vfunc[5]: | QSlider::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QAbstractSlider::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QSlider::sizeHint() const |
vfunc[15]: | QSlider::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QSlider::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QSlider::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QSlider::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QAbstractSlider::wheelEvent(QWheelEvent*) |
vfunc[23]: | QAbstractSlider::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QSlider::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QAbstractSlider::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QAbstractSlider::sliderChange(QAbstractSlider::SliderChange) |
Table 6-272. Secondary vtable for QSlider
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSlider |
vfunc[0]: | non-virtual thunk to QSlider::~QSlider() |
vfunc[1]: | non-virtual thunk to QSlider::~QSlider() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QSlider class is described by Table 6-273
The virtual table for the QTabBar class is described by Table 6-274
Table 6-274. Primary vtable for QTabBar
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTabBar |
vfunc[0]: | QTabBar::metaObject() const |
vfunc[1]: | QTabBar::qt_metacast(char const*) |
vfunc[2]: | QTabBar::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QTabBar::~QTabBar() |
vfunc[4]: | QTabBar::~QTabBar() |
vfunc[5]: | QTabBar::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QTabBar::sizeHint() const |
vfunc[15]: | QTabBar::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QTabBar::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QTabBar::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QTabBar::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QTabBar::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QTabBar::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QTabBar::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QTabBar::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QTabBar::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QTabBar::tabSizeHint(int) const |
vfunc[55]: | QTabBar::tabInserted(int) |
vfunc[56]: | QTabBar::tabRemoved(int) |
vfunc[57]: | QTabBar::tabLayoutChange() |
Table 6-275. Secondary vtable for QTabBar
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTabBar |
vfunc[0]: | non-virtual thunk to QTabBar::~QTabBar() |
vfunc[1]: | non-virtual thunk to QTabBar::~QTabBar() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QTabBar class is described by Table 6-276
The virtual table for the QTabWidget class is described by Table 6-277
Table 6-277. Primary vtable for QTabWidget
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTabWidget |
vfunc[0]: | QTabWidget::metaObject() const |
vfunc[1]: | QTabWidget::qt_metacast(char const*) |
vfunc[2]: | QTabWidget::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QTabWidget::~QTabWidget() |
vfunc[4]: | QTabWidget::~QTabWidget() |
vfunc[5]: | QTabWidget::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QTabWidget::sizeHint() const |
vfunc[15]: | QTabWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QTabWidget::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QTabWidget::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QTabWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QTabWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QTabWidget::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QTabWidget::tabInserted(int) |
vfunc[55]: | QTabWidget::tabRemoved(int) |
Table 6-278. Secondary vtable for QTabWidget
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTabWidget |
vfunc[0]: | non-virtual thunk to QTabWidget::~QTabWidget() |
vfunc[1]: | non-virtual thunk to QTabWidget::~QTabWidget() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QTabWidget class is described by Table 6-279
The virtual table for the QRubberBand class is described by Table 6-280
Table 6-280. Primary vtable for QRubberBand
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QRubberBand |
vfunc[0]: | QRubberBand::metaObject() const |
vfunc[1]: | QRubberBand::qt_metacast(char const*) |
vfunc[2]: | QRubberBand::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QRubberBand::~QRubberBand() |
vfunc[4]: | QRubberBand::~QRubberBand() |
vfunc[5]: | QRubberBand::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QWidget::sizeHint() const |
vfunc[15]: | QWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QWidget::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QRubberBand::paintEvent(QPaintEvent*) |
vfunc[30]: | QRubberBand::moveEvent(QMoveEvent*) |
vfunc[31]: | QRubberBand::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QRubberBand::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QRubberBand::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
Table 6-281. Secondary vtable for QRubberBand
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QRubberBand |
vfunc[0]: | non-virtual thunk to QRubberBand::~QRubberBand() |
vfunc[1]: | non-virtual thunk to QRubberBand::~QRubberBand() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QRubberBand class is described by Table 6-282
The virtual table for the QAbstractItemDelegate class is described by Table 6-283
Table 6-283. Primary vtable for QAbstractItemDelegate
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractItemDelegate |
vfunc[0]: | QAbstractItemDelegate::metaObject() const |
vfunc[1]: | QAbstractItemDelegate::qt_metacast(char const*) |
vfunc[2]: | QAbstractItemDelegate::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QAbstractItemDelegate::~QAbstractItemDelegate() |
vfunc[4]: | QAbstractItemDelegate::~QAbstractItemDelegate() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | __cxa_pure_virtual |
vfunc[13]: | __cxa_pure_virtual |
vfunc[14]: | QAbstractItemDelegate::createEditor(QWidget*, QStyleOptionViewItem const&, QModelIndex const&) const |
vfunc[15]: | QAbstractItemDelegate::setEditorData(QWidget*, QModelIndex const&) const |
vfunc[16]: | QAbstractItemDelegate::setModelData(QWidget*, QAbstractItemModel*, QModelIndex const&) const |
vfunc[17]: | QAbstractItemDelegate::updateEditorGeometry(QWidget*, QStyleOptionViewItem const&, QModelIndex const&) const |
vfunc[18]: | QAbstractItemDelegate::editorEvent(QEvent*, QAbstractItemModel*, QStyleOptionViewItem const&, QModelIndex const&) |
The Run Time Type Information for the QAbstractItemDelegate class is described by Table 6-284
The virtual table for the QAbstractItemView class is described by Table 6-285
Table 6-285. Primary vtable for QAbstractItemView
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractItemView |
vfunc[0]: | QAbstractItemView::metaObject() const |
vfunc[1]: | QAbstractItemView::qt_metacast(char const*) |
vfunc[2]: | QAbstractItemView::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QAbstractItemView::~QAbstractItemView() |
vfunc[4]: | QAbstractItemView::~QAbstractItemView() |
vfunc[5]: | QAbstractItemView::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QAbstractItemView::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QAbstractScrollArea::sizeHint() const |
vfunc[15]: | QAbstractScrollArea::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QAbstractItemView::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QAbstractItemView::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QAbstractItemView::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QAbstractItemView::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QAbstractScrollArea::wheelEvent(QWheelEvent*) |
vfunc[23]: | QAbstractItemView::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QAbstractItemView::focusInEvent(QFocusEvent*) |
vfunc[26]: | QAbstractItemView::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QAbstractScrollArea::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QAbstractItemView::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QAbstractItemView::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QAbstractItemView::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QAbstractItemView::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QAbstractItemView::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QFrame::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QAbstractItemView::viewportEvent(QEvent*) |
vfunc[55]: | QAbstractScrollArea::scrollContentsBy(int, int) |
vfunc[56]: | QAbstractItemView::setModel(QAbstractItemModel*) |
vfunc[57]: | QAbstractItemView::setSelectionModel(QItemSelectionModel*) |
vfunc[58]: | QAbstractItemView::keyboardSearch(QString const&) |
vfunc[59]: | __cxa_pure_virtual |
vfunc[60]: | __cxa_pure_virtual |
vfunc[61]: | __cxa_pure_virtual |
vfunc[62]: | QAbstractItemView::sizeHintForRow(int) const |
vfunc[63]: | QAbstractItemView::sizeHintForColumn(int) const |
vfunc[64]: | QAbstractItemView::reset() |
vfunc[65]: | QAbstractItemView::setRootIndex(QModelIndex const&) |
vfunc[66]: | QAbstractItemView::doItemsLayout() |
vfunc[67]: | QAbstractItemView::selectAll() |
vfunc[68]: | QAbstractItemView::dataChanged(QModelIndex const&, QModelIndex const&) |
vfunc[69]: | QAbstractItemView::rowsInserted(QModelIndex const&, int, int) |
vfunc[70]: | QAbstractItemView::rowsAboutToBeRemoved(QModelIndex const&, int, int) |
vfunc[71]: | QAbstractItemView::selectionChanged(QItemSelection const&, QItemSelection const&) |
vfunc[72]: | QAbstractItemView::currentChanged(QModelIndex const&, QModelIndex const&) |
vfunc[73]: | QAbstractItemView::updateEditorData() |
vfunc[74]: | QAbstractItemView::updateEditorGeometries() |
vfunc[75]: | QAbstractItemView::updateGeometries() |
vfunc[76]: | QAbstractItemView::verticalScrollbarAction(int) |
vfunc[77]: | QAbstractItemView::horizontalScrollbarAction(int) |
vfunc[78]: | QAbstractItemView::verticalScrollbarValueChanged(int) |
vfunc[79]: | QAbstractItemView::horizontalScrollbarValueChanged(int) |
vfunc[80]: | QAbstractItemView::closeEditor(QWidget*, QAbstractItemDelegate::EndEditHint) |
vfunc[81]: | QAbstractItemView::commitData(QWidget*) |
vfunc[82]: | QAbstractItemView::editorDestroyed(QObject*) |
vfunc[83]: | __cxa_pure_virtual |
vfunc[84]: | __cxa_pure_virtual |
vfunc[85]: | __cxa_pure_virtual |
vfunc[86]: | __cxa_pure_virtual |
vfunc[87]: | __cxa_pure_virtual |
vfunc[88]: | __cxa_pure_virtual |
vfunc[89]: | QAbstractItemView::selectedIndexes() const |
vfunc[90]: | QAbstractItemView::edit(QModelIndex const&, QAbstractItemView::EditTrigger, QEvent*) |
vfunc[91]: | QAbstractItemView::selectionCommand(QModelIndex const&, QEvent const*) const |
vfunc[92]: | QAbstractItemView::startDrag(QFlags<Qt::DropAction>) |
vfunc[93]: | QAbstractItemView::viewOptions() const |
Table 6-286. Secondary vtable for QAbstractItemView
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractItemView |
vfunc[0]: | non-virtual thunk to QAbstractItemView::~QAbstractItemView() |
vfunc[1]: | non-virtual thunk to QAbstractItemView::~QAbstractItemView() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QAbstractItemView class is described by Table 6-287
The virtual table for the QStringListModel class is described by Table 6-288
Table 6-288. Primary vtable for QStringListModel
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QStringListModel |
vfunc[0]: | QStringListModel::metaObject() const |
vfunc[1]: | QStringListModel::qt_metacast(char const*) |
vfunc[2]: | QStringListModel::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QStringListModel::~QStringListModel() |
vfunc[4]: | QStringListModel::~QStringListModel() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QAbstractListModel::index(int, int, QModelIndex const&) const |
vfunc[13]: | QAbstractListModel::parent(QModelIndex const&) const |
vfunc[14]: | QStringListModel::rowCount(QModelIndex const&) const |
vfunc[15]: | QAbstractListModel::columnCount(QModelIndex const&) const |
vfunc[16]: | QAbstractListModel::hasChildren(QModelIndex const&) const |
vfunc[17]: | QStringListModel::data(QModelIndex const&, int) const |
vfunc[18]: | QStringListModel::setData(QModelIndex const&, QVariant const&, int) |
vfunc[19]: | QAbstractItemModel::headerData(int, Qt::Orientation, int) const |
vfunc[20]: | QAbstractItemModel::setHeaderData(int, Qt::Orientation, QVariant const&, int) |
vfunc[21]: | QAbstractItemModel::itemData(QModelIndex const&) const |
vfunc[22]: | QAbstractItemModel::setItemData(QModelIndex const&, QMap<int, QVariant> const&) |
vfunc[23]: | QAbstractItemModel::mimeTypes() const |
vfunc[24]: | QAbstractItemModel::mimeData(QList<QModelIndex> const&) const |
vfunc[25]: | QAbstractListModel::dropMimeData(QMimeData const*, Qt::DropAction, int, int, QModelIndex const&) |
vfunc[26]: | QAbstractItemModel::supportedDropActions() const |
vfunc[27]: | QStringListModel::insertRows(int, int, QModelIndex const&) |
vfunc[28]: | QAbstractItemModel::insertColumns(int, int, QModelIndex const&) |
vfunc[29]: | QStringListModel::removeRows(int, int, QModelIndex const&) |
vfunc[30]: | QAbstractItemModel::removeColumns(int, int, QModelIndex const&) |
vfunc[31]: | QAbstractItemModel::fetchMore(QModelIndex const&) |
vfunc[32]: | QAbstractItemModel::canFetchMore(QModelIndex const&) const |
vfunc[33]: | QStringListModel::flags(QModelIndex const&) const |
vfunc[34]: | QStringListModel::sort(int, Qt::SortOrder) |
vfunc[35]: | QAbstractItemModel::buddy(QModelIndex const&) const |
vfunc[36]: | QAbstractItemModel::match(QModelIndex const&, int, QVariant const&, int, QFlags<Qt::MatchFlag>) const |
vfunc[37]: | QAbstractItemModel::span(QModelIndex const&) const |
vfunc[38]: | QAbstractItemModel::submit() |
vfunc[39]: | QAbstractItemModel::revert() |
The Run Time Type Information for the QStringListModel class is described by Table 6-289
The virtual table for the QListView class is described by Table 6-290
Table 6-290. Primary vtable for QListView
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QListView |
vfunc[0]: | QListView::metaObject() const |
vfunc[1]: | QListView::qt_metacast(char const*) |
vfunc[2]: | QListView::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QListView::~QListView() |
vfunc[4]: | QListView::~QListView() |
vfunc[5]: | QListView::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QListView::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QAbstractScrollArea::sizeHint() const |
vfunc[15]: | QAbstractScrollArea::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QAbstractItemView::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QListView::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QAbstractItemView::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QListView::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QAbstractScrollArea::wheelEvent(QWheelEvent*) |
vfunc[23]: | QAbstractItemView::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QAbstractItemView::focusInEvent(QFocusEvent*) |
vfunc[26]: | QAbstractItemView::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QListView::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QListView::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QAbstractItemView::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QListView::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QListView::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QListView::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QFrame::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QAbstractItemView::viewportEvent(QEvent*) |
vfunc[55]: | QListView::scrollContentsBy(int, int) |
vfunc[56]: | QAbstractItemView::setModel(QAbstractItemModel*) |
vfunc[57]: | QAbstractItemView::setSelectionModel(QItemSelectionModel*) |
vfunc[58]: | QAbstractItemView::keyboardSearch(QString const&) |
vfunc[59]: | QListView::visualRect(QModelIndex const&) const |
vfunc[60]: | QListView::scrollTo(QModelIndex const&, QAbstractItemView::ScrollHint) |
vfunc[61]: | QListView::indexAt(QPoint const&) const |
vfunc[62]: | QAbstractItemView::sizeHintForRow(int) const |
vfunc[63]: | QAbstractItemView::sizeHintForColumn(int) const |
vfunc[64]: | QListView::reset() |
vfunc[65]: | QListView::setRootIndex(QModelIndex const&) |
vfunc[66]: | QListView::doItemsLayout() |
vfunc[67]: | QAbstractItemView::selectAll() |
vfunc[68]: | QListView::dataChanged(QModelIndex const&, QModelIndex const&) |
vfunc[69]: | QListView::rowsInserted(QModelIndex const&, int, int) |
vfunc[70]: | QListView::rowsAboutToBeRemoved(QModelIndex const&, int, int) |
vfunc[71]: | QAbstractItemView::selectionChanged(QItemSelection const&, QItemSelection const&) |
vfunc[72]: | QAbstractItemView::currentChanged(QModelIndex const&, QModelIndex const&) |
vfunc[73]: | QAbstractItemView::updateEditorData() |
vfunc[74]: | QAbstractItemView::updateEditorGeometries() |
vfunc[75]: | QListView::updateGeometries() |
vfunc[76]: | QAbstractItemView::verticalScrollbarAction(int) |
vfunc[77]: | QAbstractItemView::horizontalScrollbarAction(int) |
vfunc[78]: | QAbstractItemView::verticalScrollbarValueChanged(int) |
vfunc[79]: | QAbstractItemView::horizontalScrollbarValueChanged(int) |
vfunc[80]: | QAbstractItemView::closeEditor(QWidget*, QAbstractItemDelegate::EndEditHint) |
vfunc[81]: | QAbstractItemView::commitData(QWidget*) |
vfunc[82]: | QAbstractItemView::editorDestroyed(QObject*) |
vfunc[83]: | QListView::moveCursor(QAbstractItemView::CursorAction, QFlags<Qt::KeyboardModifier>) |
vfunc[84]: | QListView::horizontalOffset() const |
vfunc[85]: | QListView::verticalOffset() const |
vfunc[86]: | QListView::isIndexHidden(QModelIndex const&) const |
vfunc[87]: | QListView::setSelection(QRect const&, QFlags<QItemSelectionModel::SelectionFlag>) |
vfunc[88]: | QListView::visualRegionForSelection(QItemSelection const&) const |
vfunc[89]: | QListView::selectedIndexes() const |
vfunc[90]: | QAbstractItemView::edit(QModelIndex const&, QAbstractItemView::EditTrigger, QEvent*) |
vfunc[91]: | QAbstractItemView::selectionCommand(QModelIndex const&, QEvent const*) const |
vfunc[92]: | QListView::startDrag(QFlags<Qt::DropAction>) |
vfunc[93]: | QListView::viewOptions() const |
Table 6-291. Secondary vtable for QListView
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QListView |
vfunc[0]: | non-virtual thunk to QListView::~QListView() |
vfunc[1]: | non-virtual thunk to QListView::~QListView() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QListView class is described by Table 6-292
The virtual table for the QListWidgetItem class is described by Table 6-293
Table 6-293. Primary vtable for QListWidgetItem
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QListWidgetItem |
vfunc[0]: | QListWidgetItem::~QListWidgetItem() |
vfunc[1]: | QListWidgetItem::~QListWidgetItem() |
vfunc[2]: | QListWidgetItem::clone() const |
vfunc[3]: | QListWidgetItem::setBackgroundColor(QColor const&) |
vfunc[4]: | QListWidgetItem::data(int) const |
vfunc[5]: | QListWidgetItem::setData(int, QVariant const&) |
vfunc[6]: | QListWidgetItem::operator<(QListWidgetItem const&) const |
vfunc[7]: | QListWidgetItem::read(QDataStream&) |
vfunc[8]: | QListWidgetItem::write(QDataStream&) const |
The Run Time Type Information for the QListWidgetItem class is described by Table 6-294
The virtual table for the QListWidget class is described by Table 6-295
Table 6-295. Primary vtable for QListWidget
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QListWidget |
vfunc[0]: | QListWidget::metaObject() const |
vfunc[1]: | QListWidget::qt_metacast(char const*) |
vfunc[2]: | QListWidget::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QListWidget::~QListWidget() |
vfunc[4]: | QListWidget::~QListWidget() |
vfunc[5]: | QListWidget::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QListView::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QAbstractScrollArea::sizeHint() const |
vfunc[15]: | QAbstractScrollArea::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QAbstractItemView::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QListView::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QAbstractItemView::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QListView::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QAbstractScrollArea::wheelEvent(QWheelEvent*) |
vfunc[23]: | QAbstractItemView::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QAbstractItemView::focusInEvent(QFocusEvent*) |
vfunc[26]: | QAbstractItemView::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QListView::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QListView::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QAbstractItemView::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QListView::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QListView::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QListView::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QFrame::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QAbstractItemView::viewportEvent(QEvent*) |
vfunc[55]: | QListView::scrollContentsBy(int, int) |
vfunc[56]: | QListWidget::setModel(QAbstractItemModel*) |
vfunc[57]: | QAbstractItemView::setSelectionModel(QItemSelectionModel*) |
vfunc[58]: | QAbstractItemView::keyboardSearch(QString const&) |
vfunc[59]: | QListView::visualRect(QModelIndex const&) const |
vfunc[60]: | QListView::scrollTo(QModelIndex const&, QAbstractItemView::ScrollHint) |
vfunc[61]: | QListView::indexAt(QPoint const&) const |
vfunc[62]: | QAbstractItemView::sizeHintForRow(int) const |
vfunc[63]: | QAbstractItemView::sizeHintForColumn(int) const |
vfunc[64]: | QListView::reset() |
vfunc[65]: | QListView::setRootIndex(QModelIndex const&) |
vfunc[66]: | QListView::doItemsLayout() |
vfunc[67]: | QAbstractItemView::selectAll() |
vfunc[68]: | QListView::dataChanged(QModelIndex const&, QModelIndex const&) |
vfunc[69]: | QListView::rowsInserted(QModelIndex const&, int, int) |
vfunc[70]: | QListView::rowsAboutToBeRemoved(QModelIndex const&, int, int) |
vfunc[71]: | QAbstractItemView::selectionChanged(QItemSelection const&, QItemSelection const&) |
vfunc[72]: | QAbstractItemView::currentChanged(QModelIndex const&, QModelIndex const&) |
vfunc[73]: | QAbstractItemView::updateEditorData() |
vfunc[74]: | QAbstractItemView::updateEditorGeometries() |
vfunc[75]: | QListView::updateGeometries() |
vfunc[76]: | QAbstractItemView::verticalScrollbarAction(int) |
vfunc[77]: | QAbstractItemView::horizontalScrollbarAction(int) |
vfunc[78]: | QAbstractItemView::verticalScrollbarValueChanged(int) |
vfunc[79]: | QAbstractItemView::horizontalScrollbarValueChanged(int) |
vfunc[80]: | QAbstractItemView::closeEditor(QWidget*, QAbstractItemDelegate::EndEditHint) |
vfunc[81]: | QAbstractItemView::commitData(QWidget*) |
vfunc[82]: | QAbstractItemView::editorDestroyed(QObject*) |
vfunc[83]: | QListView::moveCursor(QAbstractItemView::CursorAction, QFlags<Qt::KeyboardModifier>) |
vfunc[84]: | QListView::horizontalOffset() const |
vfunc[85]: | QListView::verticalOffset() const |
vfunc[86]: | QListView::isIndexHidden(QModelIndex const&) const |
vfunc[87]: | QListView::setSelection(QRect const&, QFlags<QItemSelectionModel::SelectionFlag>) |
vfunc[88]: | QListView::visualRegionForSelection(QItemSelection const&) const |
vfunc[89]: | QListView::selectedIndexes() const |
vfunc[90]: | QAbstractItemView::edit(QModelIndex const&, QAbstractItemView::EditTrigger, QEvent*) |
vfunc[91]: | QAbstractItemView::selectionCommand(QModelIndex const&, QEvent const*) const |
vfunc[92]: | QListView::startDrag(QFlags<Qt::DropAction>) |
vfunc[93]: | QListView::viewOptions() const |
vfunc[94]: | QListWidget::mimeTypes() const |
vfunc[95]: | QListWidget::mimeData(QList<QListWidgetItem*>) const |
vfunc[96]: | QListWidget::dropMimeData(int, QMimeData const*, Qt::DropAction) |
vfunc[97]: | QListWidget::supportedDropActions() const |
Table 6-296. Secondary vtable for QListWidget
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QListWidget |
vfunc[0]: | non-virtual thunk to QListWidget::~QListWidget() |
vfunc[1]: | non-virtual thunk to QListWidget::~QListWidget() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QListWidget class is described by Table 6-297
The virtual table for the QFileIconProvider class is described by Table 6-298
Table 6-298. Primary vtable for QFileIconProvider
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QFileIconProvider |
vfunc[0]: | QFileIconProvider::~QFileIconProvider() |
vfunc[1]: | QFileIconProvider::~QFileIconProvider() |
vfunc[2]: | QFileIconProvider::icon(QFileIconProvider::IconType) const |
vfunc[3]: | QFileIconProvider::icon(QFileInfo const&) const |
vfunc[4]: | QFileIconProvider::type(QFileInfo const&) const |
The Run Time Type Information for the QFileIconProvider class is described by Table 6-299
The virtual table for the QDirModel class is described by Table 6-300
Table 6-300. Primary vtable for QDirModel
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDirModel |
vfunc[0]: | QDirModel::metaObject() const |
vfunc[1]: | QDirModel::qt_metacast(char const*) |
vfunc[2]: | QDirModel::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QDirModel::~QDirModel() |
vfunc[4]: | QDirModel::~QDirModel() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QDirModel::index(int, int, QModelIndex const&) const |
vfunc[13]: | QDirModel::parent(QModelIndex const&) const |
vfunc[14]: | QDirModel::rowCount(QModelIndex const&) const |
vfunc[15]: | QDirModel::columnCount(QModelIndex const&) const |
vfunc[16]: | QDirModel::hasChildren(QModelIndex const&) const |
vfunc[17]: | QDirModel::data(QModelIndex const&, int) const |
vfunc[18]: | QDirModel::setData(QModelIndex const&, QVariant const&, int) |
vfunc[19]: | QDirModel::headerData(int, Qt::Orientation, int) const |
vfunc[20]: | QAbstractItemModel::setHeaderData(int, Qt::Orientation, QVariant const&, int) |
vfunc[21]: | QAbstractItemModel::itemData(QModelIndex const&) const |
vfunc[22]: | QAbstractItemModel::setItemData(QModelIndex const&, QMap<int, QVariant> const&) |
vfunc[23]: | QDirModel::mimeTypes() const |
vfunc[24]: | QDirModel::mimeData(QList<QModelIndex> const&) const |
vfunc[25]: | QDirModel::dropMimeData(QMimeData const*, Qt::DropAction, int, int, QModelIndex const&) |
vfunc[26]: | QDirModel::supportedDropActions() const |
vfunc[27]: | QAbstractItemModel::insertRows(int, int, QModelIndex const&) |
vfunc[28]: | QAbstractItemModel::insertColumns(int, int, QModelIndex const&) |
vfunc[29]: | QAbstractItemModel::removeRows(int, int, QModelIndex const&) |
vfunc[30]: | QAbstractItemModel::removeColumns(int, int, QModelIndex const&) |
vfunc[31]: | QAbstractItemModel::fetchMore(QModelIndex const&) |
vfunc[32]: | QAbstractItemModel::canFetchMore(QModelIndex const&) const |
vfunc[33]: | QDirModel::flags(QModelIndex const&) const |
vfunc[34]: | QDirModel::sort(int, Qt::SortOrder) |
vfunc[35]: | QAbstractItemModel::buddy(QModelIndex const&) const |
vfunc[36]: | QAbstractItemModel::match(QModelIndex const&, int, QVariant const&, int, QFlags<Qt::MatchFlag>) const |
vfunc[37]: | QAbstractItemModel::span(QModelIndex const&) const |
vfunc[38]: | QAbstractItemModel::submit() |
vfunc[39]: | QAbstractItemModel::revert() |
The Run Time Type Information for the QDirModel class is described by Table 6-301
The virtual table for the QStandardItemModel class is described by Table 6-302
Table 6-302. Primary vtable for QStandardItemModel
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QStandardItemModel |
vfunc[0]: | QStandardItemModel::metaObject() const |
vfunc[1]: | QStandardItemModel::qt_metacast(char const*) |
vfunc[2]: | QStandardItemModel::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QStandardItemModel::~QStandardItemModel() |
vfunc[4]: | QStandardItemModel::~QStandardItemModel() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QStandardItemModel::index(int, int, QModelIndex const&) const |
vfunc[13]: | QStandardItemModel::parent(QModelIndex const&) const |
vfunc[14]: | QStandardItemModel::rowCount(QModelIndex const&) const |
vfunc[15]: | QStandardItemModel::columnCount(QModelIndex const&) const |
vfunc[16]: | QStandardItemModel::hasChildren(QModelIndex const&) const |
vfunc[17]: | QStandardItemModel::data(QModelIndex const&, int) const |
vfunc[18]: | QStandardItemModel::setData(QModelIndex const&, QVariant const&, int) |
vfunc[19]: | QStandardItemModel::headerData(int, Qt::Orientation, int) const |
vfunc[20]: | QStandardItemModel::setHeaderData(int, Qt::Orientation, QVariant const&, int) |
vfunc[21]: | QAbstractItemModel::itemData(QModelIndex const&) const |
vfunc[22]: | QAbstractItemModel::setItemData(QModelIndex const&, QMap<int, QVariant> const&) |
vfunc[23]: | QAbstractItemModel::mimeTypes() const |
vfunc[24]: | QAbstractItemModel::mimeData(QList<QModelIndex> const&) const |
vfunc[25]: | QAbstractItemModel::dropMimeData(QMimeData const*, Qt::DropAction, int, int, QModelIndex const&) |
vfunc[26]: | QAbstractItemModel::supportedDropActions() const |
vfunc[27]: | QStandardItemModel::insertRows(int, int, QModelIndex const&) |
vfunc[28]: | QStandardItemModel::insertColumns(int, int, QModelIndex const&) |
vfunc[29]: | QStandardItemModel::removeRows(int, int, QModelIndex const&) |
vfunc[30]: | QStandardItemModel::removeColumns(int, int, QModelIndex const&) |
vfunc[31]: | QAbstractItemModel::fetchMore(QModelIndex const&) |
vfunc[32]: | QAbstractItemModel::canFetchMore(QModelIndex const&) const |
vfunc[33]: | QStandardItemModel::flags(QModelIndex const&) const |
vfunc[34]: | QAbstractItemModel::sort(int, Qt::SortOrder) |
vfunc[35]: | QAbstractItemModel::buddy(QModelIndex const&) const |
vfunc[36]: | QAbstractItemModel::match(QModelIndex const&, int, QVariant const&, int, QFlags<Qt::MatchFlag>) const |
vfunc[37]: | QAbstractItemModel::span(QModelIndex const&) const |
vfunc[38]: | QAbstractItemModel::submit() |
vfunc[39]: | QAbstractItemModel::revert() |
The Run Time Type Information for the QStandardItemModel class is described by Table 6-303
The virtual table for the QAbstractProxyModel class is described by Table 6-304
Table 6-304. Primary vtable for QAbstractProxyModel
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractProxyModel |
vfunc[0]: | QAbstractProxyModel::metaObject() const |
vfunc[1]: | QAbstractProxyModel::qt_metacast(char const*) |
vfunc[2]: | QAbstractProxyModel::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QAbstractProxyModel::~QAbstractProxyModel() |
vfunc[4]: | QAbstractProxyModel::~QAbstractProxyModel() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | __cxa_pure_virtual |
vfunc[13]: | __cxa_pure_virtual |
vfunc[14]: | __cxa_pure_virtual |
vfunc[15]: | __cxa_pure_virtual |
vfunc[16]: | QAbstractItemModel::hasChildren(QModelIndex const&) const |
vfunc[17]: | __cxa_pure_virtual |
vfunc[18]: | QAbstractItemModel::setData(QModelIndex const&, QVariant const&, int) |
vfunc[19]: | QAbstractItemModel::headerData(int, Qt::Orientation, int) const |
vfunc[20]: | QAbstractItemModel::setHeaderData(int, Qt::Orientation, QVariant const&, int) |
vfunc[21]: | QAbstractItemModel::itemData(QModelIndex const&) const |
vfunc[22]: | QAbstractItemModel::setItemData(QModelIndex const&, QMap<int, QVariant> const&) |
vfunc[23]: | QAbstractItemModel::mimeTypes() const |
vfunc[24]: | QAbstractItemModel::mimeData(QList<QModelIndex> const&) const |
vfunc[25]: | QAbstractItemModel::dropMimeData(QMimeData const*, Qt::DropAction, int, int, QModelIndex const&) |
vfunc[26]: | QAbstractItemModel::supportedDropActions() const |
vfunc[27]: | QAbstractItemModel::insertRows(int, int, QModelIndex const&) |
vfunc[28]: | QAbstractItemModel::insertColumns(int, int, QModelIndex const&) |
vfunc[29]: | QAbstractItemModel::removeRows(int, int, QModelIndex const&) |
vfunc[30]: | QAbstractItemModel::removeColumns(int, int, QModelIndex const&) |
vfunc[31]: | QAbstractItemModel::fetchMore(QModelIndex const&) |
vfunc[32]: | QAbstractItemModel::canFetchMore(QModelIndex const&) const |
vfunc[33]: | QAbstractItemModel::flags(QModelIndex const&) const |
vfunc[34]: | QAbstractItemModel::sort(int, Qt::SortOrder) |
vfunc[35]: | QAbstractItemModel::buddy(QModelIndex const&) const |
vfunc[36]: | QAbstractItemModel::match(QModelIndex const&, int, QVariant const&, int, QFlags<Qt::MatchFlag>) const |
vfunc[37]: | QAbstractItemModel::span(QModelIndex const&) const |
vfunc[38]: | QAbstractProxyModel::submit() |
vfunc[39]: | QAbstractProxyModel::revert() |
vfunc[40]: | QAbstractProxyModel::setSourceModel(QAbstractItemModel*) |
vfunc[41]: | __cxa_pure_virtual |
vfunc[42]: | __cxa_pure_virtual |
vfunc[43]: | QAbstractProxyModel::mapSelectionToSource(QItemSelection const&) const |
vfunc[44]: | QAbstractProxyModel::mapSelectionFromSource(QItemSelection const&) const |
The Run Time Type Information for the QAbstractProxyModel class is described by Table 6-305
The virtual table for the QSortFilterProxyModel class is described by Table 6-306
Table 6-306. Primary vtable for QSortFilterProxyModel
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSortFilterProxyModel |
vfunc[0]: | QSortFilterProxyModel::metaObject() const |
vfunc[1]: | QSortFilterProxyModel::qt_metacast(char const*) |
vfunc[2]: | QSortFilterProxyModel::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QSortFilterProxyModel::~QSortFilterProxyModel() |
vfunc[4]: | QSortFilterProxyModel::~QSortFilterProxyModel() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QSortFilterProxyModel::index(int, int, QModelIndex const&) const |
vfunc[13]: | QSortFilterProxyModel::parent(QModelIndex const&) const |
vfunc[14]: | QSortFilterProxyModel::rowCount(QModelIndex const&) const |
vfunc[15]: | QSortFilterProxyModel::columnCount(QModelIndex const&) const |
vfunc[16]: | QSortFilterProxyModel::hasChildren(QModelIndex const&) const |
vfunc[17]: | QSortFilterProxyModel::data(QModelIndex const&, int) const |
vfunc[18]: | QSortFilterProxyModel::setData(QModelIndex const&, QVariant const&, int) |
vfunc[19]: | QSortFilterProxyModel::headerData(int, Qt::Orientation, int) const |
vfunc[20]: | QSortFilterProxyModel::setHeaderData(int, Qt::Orientation, QVariant const&, int) |
vfunc[21]: | QAbstractItemModel::itemData(QModelIndex const&) const |
vfunc[22]: | QAbstractItemModel::setItemData(QModelIndex const&, QMap<int, QVariant> const&) |
vfunc[23]: | QAbstractItemModel::mimeTypes() const |
vfunc[24]: | QSortFilterProxyModel::mimeData(QList<QModelIndex> const&) const |
vfunc[25]: | QSortFilterProxyModel::dropMimeData(QMimeData const*, Qt::DropAction, int, int, QModelIndex const&) |
vfunc[26]: | QAbstractItemModel::supportedDropActions() const |
vfunc[27]: | QSortFilterProxyModel::insertRows(int, int, QModelIndex const&) |
vfunc[28]: | QSortFilterProxyModel::insertColumns(int, int, QModelIndex const&) |
vfunc[29]: | QSortFilterProxyModel::removeRows(int, int, QModelIndex const&) |
vfunc[30]: | QSortFilterProxyModel::removeColumns(int, int, QModelIndex const&) |
vfunc[31]: | QSortFilterProxyModel::fetchMore(QModelIndex const&) |
vfunc[32]: | QSortFilterProxyModel::canFetchMore(QModelIndex const&) const |
vfunc[33]: | QSortFilterProxyModel::flags(QModelIndex const&) const |
vfunc[34]: | QSortFilterProxyModel::sort(int, Qt::SortOrder) |
vfunc[35]: | QSortFilterProxyModel::buddy(QModelIndex const&) const |
vfunc[36]: | QSortFilterProxyModel::match(QModelIndex const&, int, QVariant const&, int, QFlags<Qt::MatchFlag>) const |
vfunc[37]: | QSortFilterProxyModel::span(QModelIndex const&) const |
vfunc[38]: | QAbstractProxyModel::submit() |
vfunc[39]: | QAbstractProxyModel::revert() |
vfunc[40]: | QSortFilterProxyModel::setSourceModel(QAbstractItemModel*) |
vfunc[41]: | QSortFilterProxyModel::mapToSource(QModelIndex const&) const |
vfunc[42]: | QSortFilterProxyModel::mapFromSource(QModelIndex const&) const |
vfunc[43]: | QSortFilterProxyModel::mapSelectionToSource(QItemSelection const&) const |
vfunc[44]: | QSortFilterProxyModel::mapSelectionFromSource(QItemSelection const&) const |
vfunc[45]: | QSortFilterProxyModel::filterAcceptsRow(int, QModelIndex const&) const |
vfunc[46]: | QSortFilterProxyModel::filterAcceptsColumn(int, QModelIndex const&) const |
vfunc[47]: | QSortFilterProxyModel::lessThan(QModelIndex const&, QModelIndex const&) const |
The Run Time Type Information for the QSortFilterProxyModel class is described by Table 6-307
The virtual table for the QItemDelegate class is described by Table 6-308
Table 6-308. Primary vtable for QItemDelegate
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QItemDelegate |
vfunc[0]: | QItemDelegate::metaObject() const |
vfunc[1]: | QItemDelegate::qt_metacast(char const*) |
vfunc[2]: | QItemDelegate::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QItemDelegate::~QItemDelegate() |
vfunc[4]: | QItemDelegate::~QItemDelegate() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QItemDelegate::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QItemDelegate::paint(QPainter*, QStyleOptionViewItem const&, QModelIndex const&) const |
vfunc[13]: | QItemDelegate::sizeHint(QStyleOptionViewItem const&, QModelIndex const&) const |
vfunc[14]: | QItemDelegate::createEditor(QWidget*, QStyleOptionViewItem const&, QModelIndex const&) const |
vfunc[15]: | QItemDelegate::setEditorData(QWidget*, QModelIndex const&) const |
vfunc[16]: | QItemDelegate::setModelData(QWidget*, QAbstractItemModel*, QModelIndex const&) const |
vfunc[17]: | QItemDelegate::updateEditorGeometry(QWidget*, QStyleOptionViewItem const&, QModelIndex const&) const |
vfunc[18]: | QItemDelegate::editorEvent(QEvent*, QAbstractItemModel*, QStyleOptionViewItem const&, QModelIndex const&) |
vfunc[19]: | QItemDelegate::drawDisplay(QPainter*, QStyleOptionViewItem const&, QRect const&, QString const&) const |
vfunc[20]: | QItemDelegate::drawDecoration(QPainter*, QStyleOptionViewItem const&, QRect const&, QPixmap const&) const |
vfunc[21]: | QItemDelegate::drawFocus(QPainter*, QStyleOptionViewItem const&, QRect const&) const |
vfunc[22]: | QItemDelegate::drawCheck(QPainter*, QStyleOptionViewItem const&, QRect const&, Qt::CheckState) const |
The Run Time Type Information for the QItemDelegate class is described by Table 6-309
The virtual table for the QTableView class is described by Table 6-310
Table 6-310. Primary vtable for QTableView
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTableView |
vfunc[0]: | QTableView::metaObject() const |
vfunc[1]: | QTableView::qt_metacast(char const*) |
vfunc[2]: | QTableView::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QTableView::~QTableView() |
vfunc[4]: | QTableView::~QTableView() |
vfunc[5]: | QAbstractItemView::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QTableView::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QAbstractScrollArea::sizeHint() const |
vfunc[15]: | QAbstractScrollArea::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QAbstractItemView::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QAbstractItemView::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QAbstractItemView::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QAbstractItemView::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QAbstractScrollArea::wheelEvent(QWheelEvent*) |
vfunc[23]: | QAbstractItemView::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QAbstractItemView::focusInEvent(QFocusEvent*) |
vfunc[26]: | QAbstractItemView::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QTableView::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QAbstractItemView::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QAbstractItemView::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QAbstractItemView::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QAbstractItemView::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QAbstractItemView::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QFrame::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QAbstractItemView::viewportEvent(QEvent*) |
vfunc[55]: | QTableView::scrollContentsBy(int, int) |
vfunc[56]: | QTableView::setModel(QAbstractItemModel*) |
vfunc[57]: | QTableView::setSelectionModel(QItemSelectionModel*) |
vfunc[58]: | QAbstractItemView::keyboardSearch(QString const&) |
vfunc[59]: | QTableView::visualRect(QModelIndex const&) const |
vfunc[60]: | QTableView::scrollTo(QModelIndex const&, QAbstractItemView::ScrollHint) |
vfunc[61]: | QTableView::indexAt(QPoint const&) const |
vfunc[62]: | QTableView::sizeHintForRow(int) const |
vfunc[63]: | QTableView::sizeHintForColumn(int) const |
vfunc[64]: | QAbstractItemView::reset() |
vfunc[65]: | QTableView::setRootIndex(QModelIndex const&) |
vfunc[66]: | QAbstractItemView::doItemsLayout() |
vfunc[67]: | QAbstractItemView::selectAll() |
vfunc[68]: | QAbstractItemView::dataChanged(QModelIndex const&, QModelIndex const&) |
vfunc[69]: | QAbstractItemView::rowsInserted(QModelIndex const&, int, int) |
vfunc[70]: | QAbstractItemView::rowsAboutToBeRemoved(QModelIndex const&, int, int) |
vfunc[71]: | QAbstractItemView::selectionChanged(QItemSelection const&, QItemSelection const&) |
vfunc[72]: | QAbstractItemView::currentChanged(QModelIndex const&, QModelIndex const&) |
vfunc[73]: | QAbstractItemView::updateEditorData() |
vfunc[74]: | QAbstractItemView::updateEditorGeometries() |
vfunc[75]: | QTableView::updateGeometries() |
vfunc[76]: | QTableView::verticalScrollbarAction(int) |
vfunc[77]: | QTableView::horizontalScrollbarAction(int) |
vfunc[78]: | QAbstractItemView::verticalScrollbarValueChanged(int) |
vfunc[79]: | QAbstractItemView::horizontalScrollbarValueChanged(int) |
vfunc[80]: | QAbstractItemView::closeEditor(QWidget*, QAbstractItemDelegate::EndEditHint) |
vfunc[81]: | QAbstractItemView::commitData(QWidget*) |
vfunc[82]: | QAbstractItemView::editorDestroyed(QObject*) |
vfunc[83]: | QTableView::moveCursor(QAbstractItemView::CursorAction, QFlags<Qt::KeyboardModifier>) |
vfunc[84]: | QTableView::horizontalOffset() const |
vfunc[85]: | QTableView::verticalOffset() const |
vfunc[86]: | QTableView::isIndexHidden(QModelIndex const&) const |
vfunc[87]: | QTableView::setSelection(QRect const&, QFlags<QItemSelectionModel::SelectionFlag>) |
vfunc[88]: | QTableView::visualRegionForSelection(QItemSelection const&) const |
vfunc[89]: | QTableView::selectedIndexes() const |
vfunc[90]: | QAbstractItemView::edit(QModelIndex const&, QAbstractItemView::EditTrigger, QEvent*) |
vfunc[91]: | QAbstractItemView::selectionCommand(QModelIndex const&, QEvent const*) const |
vfunc[92]: | QAbstractItemView::startDrag(QFlags<Qt::DropAction>) |
vfunc[93]: | QTableView::viewOptions() const |
Table 6-311. Secondary vtable for QTableView
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTableView |
vfunc[0]: | non-virtual thunk to QTableView::~QTableView() |
vfunc[1]: | non-virtual thunk to QTableView::~QTableView() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QTableView class is described by Table 6-312
The virtual table for the QTableWidgetItem class is described by Table 6-313
Table 6-313. Primary vtable for QTableWidgetItem
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTableWidgetItem |
vfunc[0]: | QTableWidgetItem::~QTableWidgetItem() |
vfunc[1]: | QTableWidgetItem::~QTableWidgetItem() |
vfunc[2]: | QTableWidgetItem::clone() const |
vfunc[3]: | QTableWidgetItem::data(int) const |
vfunc[4]: | QTableWidgetItem::setData(int, QVariant const&) |
vfunc[5]: | QTableWidgetItem::operator<(QTableWidgetItem const&) const |
vfunc[6]: | QTableWidgetItem::read(QDataStream&) |
vfunc[7]: | QTableWidgetItem::write(QDataStream&) const |
The Run Time Type Information for the QTableWidgetItem class is described by Table 6-314
The virtual table for the QTableWidget class is described by Table 6-315
Table 6-315. Primary vtable for QTableWidget
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTableWidget |
vfunc[0]: | QTableWidget::metaObject() const |
vfunc[1]: | QTableWidget::qt_metacast(char const*) |
vfunc[2]: | QTableWidget::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QTableWidget::~QTableWidget() |
vfunc[4]: | QTableWidget::~QTableWidget() |
vfunc[5]: | QTableWidget::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QTableView::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QAbstractScrollArea::sizeHint() const |
vfunc[15]: | QAbstractScrollArea::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QAbstractItemView::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QAbstractItemView::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QAbstractItemView::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QAbstractItemView::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QAbstractScrollArea::wheelEvent(QWheelEvent*) |
vfunc[23]: | QAbstractItemView::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QAbstractItemView::focusInEvent(QFocusEvent*) |
vfunc[26]: | QAbstractItemView::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QTableView::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QAbstractItemView::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QAbstractItemView::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QAbstractItemView::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QAbstractItemView::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QAbstractItemView::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QFrame::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QAbstractItemView::viewportEvent(QEvent*) |
vfunc[55]: | QTableView::scrollContentsBy(int, int) |
vfunc[56]: | QTableWidget::setModel(QAbstractItemModel*) |
vfunc[57]: | QTableView::setSelectionModel(QItemSelectionModel*) |
vfunc[58]: | QAbstractItemView::keyboardSearch(QString const&) |
vfunc[59]: | QTableView::visualRect(QModelIndex const&) const |
vfunc[60]: | QTableView::scrollTo(QModelIndex const&, QAbstractItemView::ScrollHint) |
vfunc[61]: | QTableView::indexAt(QPoint const&) const |
vfunc[62]: | QTableView::sizeHintForRow(int) const |
vfunc[63]: | QTableView::sizeHintForColumn(int) const |
vfunc[64]: | QAbstractItemView::reset() |
vfunc[65]: | QTableView::setRootIndex(QModelIndex const&) |
vfunc[66]: | QAbstractItemView::doItemsLayout() |
vfunc[67]: | QAbstractItemView::selectAll() |
vfunc[68]: | QAbstractItemView::dataChanged(QModelIndex const&, QModelIndex const&) |
vfunc[69]: | QAbstractItemView::rowsInserted(QModelIndex const&, int, int) |
vfunc[70]: | QAbstractItemView::rowsAboutToBeRemoved(QModelIndex const&, int, int) |
vfunc[71]: | QAbstractItemView::selectionChanged(QItemSelection const&, QItemSelection const&) |
vfunc[72]: | QAbstractItemView::currentChanged(QModelIndex const&, QModelIndex const&) |
vfunc[73]: | QAbstractItemView::updateEditorData() |
vfunc[74]: | QAbstractItemView::updateEditorGeometries() |
vfunc[75]: | QTableView::updateGeometries() |
vfunc[76]: | QTableView::verticalScrollbarAction(int) |
vfunc[77]: | QTableView::horizontalScrollbarAction(int) |
vfunc[78]: | QAbstractItemView::verticalScrollbarValueChanged(int) |
vfunc[79]: | QAbstractItemView::horizontalScrollbarValueChanged(int) |
vfunc[80]: | QAbstractItemView::closeEditor(QWidget*, QAbstractItemDelegate::EndEditHint) |
vfunc[81]: | QAbstractItemView::commitData(QWidget*) |
vfunc[82]: | QAbstractItemView::editorDestroyed(QObject*) |
vfunc[83]: | QTableView::moveCursor(QAbstractItemView::CursorAction, QFlags<Qt::KeyboardModifier>) |
vfunc[84]: | QTableView::horizontalOffset() const |
vfunc[85]: | QTableView::verticalOffset() const |
vfunc[86]: | QTableView::isIndexHidden(QModelIndex const&) const |
vfunc[87]: | QTableView::setSelection(QRect const&, QFlags<QItemSelectionModel::SelectionFlag>) |
vfunc[88]: | QTableView::visualRegionForSelection(QItemSelection const&) const |
vfunc[89]: | QTableView::selectedIndexes() const |
vfunc[90]: | QAbstractItemView::edit(QModelIndex const&, QAbstractItemView::EditTrigger, QEvent*) |
vfunc[91]: | QAbstractItemView::selectionCommand(QModelIndex const&, QEvent const*) const |
vfunc[92]: | QAbstractItemView::startDrag(QFlags<Qt::DropAction>) |
vfunc[93]: | QTableView::viewOptions() const |
vfunc[94]: | QTableWidget::mimeTypes() const |
vfunc[95]: | QTableWidget::mimeData(QList<QTableWidgetItem*>) const |
vfunc[96]: | QTableWidget::dropMimeData(int, int, QMimeData const*, Qt::DropAction) |
vfunc[97]: | QTableWidget::supportedDropActions() const |
Table 6-316. Secondary vtable for QTableWidget
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTableWidget |
vfunc[0]: | non-virtual thunk to QTableWidget::~QTableWidget() |
vfunc[1]: | non-virtual thunk to QTableWidget::~QTableWidget() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QTableWidget class is described by Table 6-317
The virtual table for the QTreeView class is described by Table 6-318
Table 6-318. Primary vtable for QTreeView
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTreeView |
vfunc[0]: | QTreeView::metaObject() const |
vfunc[1]: | QTreeView::qt_metacast(char const*) |
vfunc[2]: | QTreeView::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QTreeView::~QTreeView() |
vfunc[4]: | QTreeView::~QTreeView() |
vfunc[5]: | QAbstractItemView::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QTreeView::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QAbstractScrollArea::sizeHint() const |
vfunc[15]: | QAbstractScrollArea::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QTreeView::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QTreeView::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QTreeView::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QAbstractItemView::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QAbstractScrollArea::wheelEvent(QWheelEvent*) |
vfunc[23]: | QAbstractItemView::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QAbstractItemView::focusInEvent(QFocusEvent*) |
vfunc[26]: | QAbstractItemView::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QTreeView::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QAbstractItemView::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QAbstractItemView::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QAbstractItemView::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QAbstractItemView::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QAbstractItemView::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QFrame::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QAbstractItemView::viewportEvent(QEvent*) |
vfunc[55]: | QTreeView::scrollContentsBy(int, int) |
vfunc[56]: | QTreeView::setModel(QAbstractItemModel*) |
vfunc[57]: | QTreeView::setSelectionModel(QItemSelectionModel*) |
vfunc[58]: | QTreeView::keyboardSearch(QString const&) |
vfunc[59]: | QTreeView::visualRect(QModelIndex const&) const |
vfunc[60]: | QTreeView::scrollTo(QModelIndex const&, QAbstractItemView::ScrollHint) |
vfunc[61]: | QTreeView::indexAt(QPoint const&) const |
vfunc[62]: | QAbstractItemView::sizeHintForRow(int) const |
vfunc[63]: | QTreeView::sizeHintForColumn(int) const |
vfunc[64]: | QTreeView::reset() |
vfunc[65]: | QTreeView::setRootIndex(QModelIndex const&) |
vfunc[66]: | QTreeView::doItemsLayout() |
vfunc[67]: | QTreeView::selectAll() |
vfunc[68]: | QTreeView::dataChanged(QModelIndex const&, QModelIndex const&) |
vfunc[69]: | QTreeView::rowsInserted(QModelIndex const&, int, int) |
vfunc[70]: | QTreeView::rowsAboutToBeRemoved(QModelIndex const&, int, int) |
vfunc[71]: | QAbstractItemView::selectionChanged(QItemSelection const&, QItemSelection const&) |
vfunc[72]: | QAbstractItemView::currentChanged(QModelIndex const&, QModelIndex const&) |
vfunc[73]: | QAbstractItemView::updateEditorData() |
vfunc[74]: | QAbstractItemView::updateEditorGeometries() |
vfunc[75]: | QTreeView::updateGeometries() |
vfunc[76]: | QAbstractItemView::verticalScrollbarAction(int) |
vfunc[77]: | QTreeView::horizontalScrollbarAction(int) |
vfunc[78]: | QAbstractItemView::verticalScrollbarValueChanged(int) |
vfunc[79]: | QAbstractItemView::horizontalScrollbarValueChanged(int) |
vfunc[80]: | QAbstractItemView::closeEditor(QWidget*, QAbstractItemDelegate::EndEditHint) |
vfunc[81]: | QAbstractItemView::commitData(QWidget*) |
vfunc[82]: | QAbstractItemView::editorDestroyed(QObject*) |
vfunc[83]: | QTreeView::moveCursor(QAbstractItemView::CursorAction, QFlags<Qt::KeyboardModifier>) |
vfunc[84]: | QTreeView::horizontalOffset() const |
vfunc[85]: | QTreeView::verticalOffset() const |
vfunc[86]: | QTreeView::isIndexHidden(QModelIndex const&) const |
vfunc[87]: | QTreeView::setSelection(QRect const&, QFlags<QItemSelectionModel::SelectionFlag>) |
vfunc[88]: | QTreeView::visualRegionForSelection(QItemSelection const&) const |
vfunc[89]: | QTreeView::selectedIndexes() const |
vfunc[90]: | QAbstractItemView::edit(QModelIndex const&, QAbstractItemView::EditTrigger, QEvent*) |
vfunc[91]: | QAbstractItemView::selectionCommand(QModelIndex const&, QEvent const*) const |
vfunc[92]: | QAbstractItemView::startDrag(QFlags<Qt::DropAction>) |
vfunc[93]: | QAbstractItemView::viewOptions() const |
vfunc[94]: | QTreeView::drawRow(QPainter*, QStyleOptionViewItem const&, QModelIndex const&) const |
vfunc[95]: | QTreeView::drawBranches(QPainter*, QRect const&, QModelIndex const&) const |
Table 6-319. Secondary vtable for QTreeView
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTreeView |
vfunc[0]: | non-virtual thunk to QTreeView::~QTreeView() |
vfunc[1]: | non-virtual thunk to QTreeView::~QTreeView() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QTreeView class is described by Table 6-320
The virtual table for the QProxyModel class is described by Table 6-321
Table 6-321. Primary vtable for QProxyModel
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QProxyModel |
vfunc[0]: | QProxyModel::metaObject() const |
vfunc[1]: | QProxyModel::qt_metacast(char const*) |
vfunc[2]: | QProxyModel::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QProxyModel::~QProxyModel() |
vfunc[4]: | QProxyModel::~QProxyModel() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QProxyModel::index(int, int, QModelIndex const&) const |
vfunc[13]: | QProxyModel::parent(QModelIndex const&) const |
vfunc[14]: | QProxyModel::rowCount(QModelIndex const&) const |
vfunc[15]: | QProxyModel::columnCount(QModelIndex const&) const |
vfunc[16]: | QProxyModel::hasChildren(QModelIndex const&) const |
vfunc[17]: | QProxyModel::data(QModelIndex const&, int) const |
vfunc[18]: | QProxyModel::setData(QModelIndex const&, QVariant const&, int) |
vfunc[19]: | QProxyModel::headerData(int, Qt::Orientation, int) const |
vfunc[20]: | QProxyModel::setHeaderData(int, Qt::Orientation, QVariant const&, int) |
vfunc[21]: | QAbstractItemModel::itemData(QModelIndex const&) const |
vfunc[22]: | QAbstractItemModel::setItemData(QModelIndex const&, QMap<int, QVariant> const&) |
vfunc[23]: | QProxyModel::mimeTypes() const |
vfunc[24]: | QProxyModel::mimeData(QList<QModelIndex> const&) const |
vfunc[25]: | QProxyModel::dropMimeData(QMimeData const*, Qt::DropAction, int, int, QModelIndex const&) |
vfunc[26]: | QProxyModel::supportedDropActions() const |
vfunc[27]: | QProxyModel::insertRows(int, int, QModelIndex const&) |
vfunc[28]: | QProxyModel::insertColumns(int, int, QModelIndex const&) |
vfunc[29]: | QAbstractItemModel::removeRows(int, int, QModelIndex const&) |
vfunc[30]: | QAbstractItemModel::removeColumns(int, int, QModelIndex const&) |
vfunc[31]: | QProxyModel::fetchMore(QModelIndex const&) |
vfunc[32]: | QAbstractItemModel::canFetchMore(QModelIndex const&) const |
vfunc[33]: | QProxyModel::flags(QModelIndex const&) const |
vfunc[34]: | QProxyModel::sort(int, Qt::SortOrder) |
vfunc[35]: | QAbstractItemModel::buddy(QModelIndex const&) const |
vfunc[36]: | QProxyModel::match(QModelIndex const&, int, QVariant const&, int, QFlags<Qt::MatchFlag>) const |
vfunc[37]: | QProxyModel::span(QModelIndex const&) const |
vfunc[38]: | QProxyModel::submit() |
vfunc[39]: | QProxyModel::revert() |
vfunc[40]: | QProxyModel::setModel(QAbstractItemModel*) |
The Run Time Type Information for the QProxyModel class is described by Table 6-322
The virtual table for the QHeaderView class is described by Table 6-323
Table 6-323. Primary vtable for QHeaderView
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QHeaderView |
vfunc[0]: | QHeaderView::metaObject() const |
vfunc[1]: | QHeaderView::qt_metacast(char const*) |
vfunc[2]: | QHeaderView::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QHeaderView::~QHeaderView() |
vfunc[4]: | QHeaderView::~QHeaderView() |
vfunc[5]: | QHeaderView::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QAbstractItemView::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QHeaderView::sizeHint() const |
vfunc[15]: | QAbstractScrollArea::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QHeaderView::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QHeaderView::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QHeaderView::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QHeaderView::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QAbstractScrollArea::wheelEvent(QWheelEvent*) |
vfunc[23]: | QAbstractItemView::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QAbstractItemView::focusInEvent(QFocusEvent*) |
vfunc[26]: | QAbstractItemView::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QHeaderView::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QAbstractItemView::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QAbstractItemView::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QAbstractItemView::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QAbstractItemView::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QAbstractItemView::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QFrame::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QHeaderView::viewportEvent(QEvent*) |
vfunc[55]: | QHeaderView::scrollContentsBy(int, int) |
vfunc[56]: | QHeaderView::setModel(QAbstractItemModel*) |
vfunc[57]: | QAbstractItemView::setSelectionModel(QItemSelectionModel*) |
vfunc[58]: | QAbstractItemView::keyboardSearch(QString const&) |
vfunc[59]: | QHeaderView::visualRect(QModelIndex const&) const |
vfunc[60]: | QHeaderView::scrollTo(QModelIndex const&, QAbstractItemView::ScrollHint) |
vfunc[61]: | QHeaderView::indexAt(QPoint const&) const |
vfunc[62]: | QAbstractItemView::sizeHintForRow(int) const |
vfunc[63]: | QAbstractItemView::sizeHintForColumn(int) const |
vfunc[64]: | QAbstractItemView::reset() |
vfunc[65]: | QAbstractItemView::setRootIndex(QModelIndex const&) |
vfunc[66]: | QHeaderView::doItemsLayout() |
vfunc[67]: | QAbstractItemView::selectAll() |
vfunc[68]: | QHeaderView::dataChanged(QModelIndex const&, QModelIndex const&) |
vfunc[69]: | QHeaderView::rowsInserted(QModelIndex const&, int, int) |
vfunc[70]: | QAbstractItemView::rowsAboutToBeRemoved(QModelIndex const&, int, int) |
vfunc[71]: | QAbstractItemView::selectionChanged(QItemSelection const&, QItemSelection const&) |
vfunc[72]: | QHeaderView::currentChanged(QModelIndex const&, QModelIndex const&) |
vfunc[73]: | QAbstractItemView::updateEditorData() |
vfunc[74]: | QAbstractItemView::updateEditorGeometries() |
vfunc[75]: | QHeaderView::updateGeometries() |
vfunc[76]: | QAbstractItemView::verticalScrollbarAction(int) |
vfunc[77]: | QAbstractItemView::horizontalScrollbarAction(int) |
vfunc[78]: | QAbstractItemView::verticalScrollbarValueChanged(int) |
vfunc[79]: | QAbstractItemView::horizontalScrollbarValueChanged(int) |
vfunc[80]: | QAbstractItemView::closeEditor(QWidget*, QAbstractItemDelegate::EndEditHint) |
vfunc[81]: | QAbstractItemView::commitData(QWidget*) |
vfunc[82]: | QAbstractItemView::editorDestroyed(QObject*) |
vfunc[83]: | QHeaderView::moveCursor(QAbstractItemView::CursorAction, QFlags<Qt::KeyboardModifier>) |
vfunc[84]: | QHeaderView::horizontalOffset() const |
vfunc[85]: | QHeaderView::verticalOffset() const |
vfunc[86]: | QHeaderView::isIndexHidden(QModelIndex const&) const |
vfunc[87]: | QHeaderView::setSelection(QRect const&, QFlags<QItemSelectionModel::SelectionFlag>) |
vfunc[88]: | QHeaderView::visualRegionForSelection(QItemSelection const&) const |
vfunc[89]: | QAbstractItemView::selectedIndexes() const |
vfunc[90]: | QAbstractItemView::edit(QModelIndex const&, QAbstractItemView::EditTrigger, QEvent*) |
vfunc[91]: | QAbstractItemView::selectionCommand(QModelIndex const&, QEvent const*) const |
vfunc[92]: | QAbstractItemView::startDrag(QFlags<Qt::DropAction>) |
vfunc[93]: | QAbstractItemView::viewOptions() const |
vfunc[94]: | QHeaderView::paintSection(QPainter*, QRect const&, int) const |
vfunc[95]: | QHeaderView::sectionSizeFromContents(int) const |
Table 6-324. Secondary vtable for QHeaderView
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QHeaderView |
vfunc[0]: | non-virtual thunk to QHeaderView::~QHeaderView() |
vfunc[1]: | non-virtual thunk to QHeaderView::~QHeaderView() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QHeaderView class is described by Table 6-325
The virtual table for the QItemEditorFactory class is described by Table 6-326
Table 6-326. Primary vtable for QItemEditorFactory
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QItemEditorFactory |
vfunc[0]: | QItemEditorFactory::~QItemEditorFactory() |
vfunc[1]: | QItemEditorFactory::~QItemEditorFactory() |
vfunc[2]: | QItemEditorFactory::createEditor(QVariant::Type, QWidget*) const |
vfunc[3]: | QItemEditorFactory::valuePropertyName(QVariant::Type) const |
The Run Time Type Information for the QItemEditorFactory class is described by Table 6-327
The virtual table for the QTreeWidgetItem class is described by Table 6-328
Table 6-328. Primary vtable for QTreeWidgetItem
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTreeWidgetItem |
vfunc[0]: | QTreeWidgetItem::~QTreeWidgetItem() |
vfunc[1]: | QTreeWidgetItem::~QTreeWidgetItem() |
vfunc[2]: | QTreeWidgetItem::clone() const |
vfunc[3]: | QTreeWidgetItem::data(int, int) const |
vfunc[4]: | QTreeWidgetItem::setData(int, int, QVariant const&) |
vfunc[5]: | QTreeWidgetItem::operator<(QTreeWidgetItem const&) const |
vfunc[6]: | QTreeWidgetItem::read(QDataStream&) |
vfunc[7]: | QTreeWidgetItem::write(QDataStream&) const |
The Run Time Type Information for the QTreeWidgetItem class is described by Table 6-329
The virtual table for the QTreeWidget class is described by Table 6-330
Table 6-330. Primary vtable for QTreeWidget
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTreeWidget |
vfunc[0]: | QTreeWidget::metaObject() const |
vfunc[1]: | QTreeWidget::qt_metacast(char const*) |
vfunc[2]: | QTreeWidget::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QTreeWidget::~QTreeWidget() |
vfunc[4]: | QTreeWidget::~QTreeWidget() |
vfunc[5]: | QTreeWidget::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QTreeView::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QAbstractScrollArea::sizeHint() const |
vfunc[15]: | QAbstractScrollArea::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QTreeView::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QTreeView::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QTreeView::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QAbstractItemView::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QAbstractScrollArea::wheelEvent(QWheelEvent*) |
vfunc[23]: | QAbstractItemView::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QAbstractItemView::focusInEvent(QFocusEvent*) |
vfunc[26]: | QAbstractItemView::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QTreeView::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QAbstractItemView::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QAbstractItemView::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QAbstractItemView::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QAbstractItemView::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QAbstractItemView::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QFrame::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QAbstractItemView::viewportEvent(QEvent*) |
vfunc[55]: | QTreeView::scrollContentsBy(int, int) |
vfunc[56]: | QTreeWidget::setModel(QAbstractItemModel*) |
vfunc[57]: | QTreeView::setSelectionModel(QItemSelectionModel*) |
vfunc[58]: | QTreeView::keyboardSearch(QString const&) |
vfunc[59]: | QTreeView::visualRect(QModelIndex const&) const |
vfunc[60]: | QTreeView::scrollTo(QModelIndex const&, QAbstractItemView::ScrollHint) |
vfunc[61]: | QTreeView::indexAt(QPoint const&) const |
vfunc[62]: | QAbstractItemView::sizeHintForRow(int) const |
vfunc[63]: | QTreeView::sizeHintForColumn(int) const |
vfunc[64]: | QTreeView::reset() |
vfunc[65]: | QTreeView::setRootIndex(QModelIndex const&) |
vfunc[66]: | QTreeView::doItemsLayout() |
vfunc[67]: | QTreeView::selectAll() |
vfunc[68]: | QTreeView::dataChanged(QModelIndex const&, QModelIndex const&) |
vfunc[69]: | QTreeView::rowsInserted(QModelIndex const&, int, int) |
vfunc[70]: | QTreeView::rowsAboutToBeRemoved(QModelIndex const&, int, int) |
vfunc[71]: | QAbstractItemView::selectionChanged(QItemSelection const&, QItemSelection const&) |
vfunc[72]: | QAbstractItemView::currentChanged(QModelIndex const&, QModelIndex const&) |
vfunc[73]: | QAbstractItemView::updateEditorData() |
vfunc[74]: | QAbstractItemView::updateEditorGeometries() |
vfunc[75]: | QTreeView::updateGeometries() |
vfunc[76]: | QAbstractItemView::verticalScrollbarAction(int) |
vfunc[77]: | QTreeView::horizontalScrollbarAction(int) |
vfunc[78]: | QAbstractItemView::verticalScrollbarValueChanged(int) |
vfunc[79]: | QAbstractItemView::horizontalScrollbarValueChanged(int) |
vfunc[80]: | QAbstractItemView::closeEditor(QWidget*, QAbstractItemDelegate::EndEditHint) |
vfunc[81]: | QAbstractItemView::commitData(QWidget*) |
vfunc[82]: | QAbstractItemView::editorDestroyed(QObject*) |
vfunc[83]: | QTreeView::moveCursor(QAbstractItemView::CursorAction, QFlags<Qt::KeyboardModifier>) |
vfunc[84]: | QTreeView::horizontalOffset() const |
vfunc[85]: | QTreeView::verticalOffset() const |
vfunc[86]: | QTreeView::isIndexHidden(QModelIndex const&) const |
vfunc[87]: | QTreeView::setSelection(QRect const&, QFlags<QItemSelectionModel::SelectionFlag>) |
vfunc[88]: | QTreeView::visualRegionForSelection(QItemSelection const&) const |
vfunc[89]: | QTreeView::selectedIndexes() const |
vfunc[90]: | QAbstractItemView::edit(QModelIndex const&, QAbstractItemView::EditTrigger, QEvent*) |
vfunc[91]: | QAbstractItemView::selectionCommand(QModelIndex const&, QEvent const*) const |
vfunc[92]: | QAbstractItemView::startDrag(QFlags<Qt::DropAction>) |
vfunc[93]: | QAbstractItemView::viewOptions() const |
vfunc[94]: | QTreeView::drawRow(QPainter*, QStyleOptionViewItem const&, QModelIndex const&) const |
vfunc[95]: | QTreeView::drawBranches(QPainter*, QRect const&, QModelIndex const&) const |
vfunc[96]: | QTreeWidget::mimeTypes() const |
vfunc[97]: | QTreeWidget::mimeData(QList<QTreeWidgetItem*>) const |
vfunc[98]: | QTreeWidget::dropMimeData(QTreeWidgetItem*, int, QMimeData const*, Qt::DropAction) |
vfunc[99]: | QTreeWidget::supportedDropActions() const |
Table 6-331. Secondary vtable for QTreeWidget
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTreeWidget |
vfunc[0]: | non-virtual thunk to QTreeWidget::~QTreeWidget() |
vfunc[1]: | non-virtual thunk to QTreeWidget::~QTreeWidget() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QTreeWidget class is described by Table 6-332
The virtual table for the QAccessibleBridgeFactoryInterface class is described by Table 6-333
Table 6-333. Primary vtable for QAccessibleBridgeFactoryInterface
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAccessibleBridgeFactoryInterface |
vfunc[0]: | QAccessibleBridgeFactoryInterface::~QAccessibleBridgeFactoryInterface() |
vfunc[1]: | QAccessibleBridgeFactoryInterface::~QAccessibleBridgeFactoryInterface() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
The Run Time Type Information for the QAccessibleBridgeFactoryInterface class is described by Table 6-334
The virtual table for the QAccessibleBridgePlugin class is described by Table 6-335
Table 6-335. Primary vtable for QAccessibleBridgePlugin
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAccessibleBridgePlugin |
vfunc[0]: | QAccessibleBridgePlugin::metaObject() const |
vfunc[1]: | QAccessibleBridgePlugin::qt_metacast(char const*) |
vfunc[2]: | QAccessibleBridgePlugin::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QAccessibleBridgePlugin::~QAccessibleBridgePlugin() |
vfunc[4]: | QAccessibleBridgePlugin::~QAccessibleBridgePlugin() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | __cxa_pure_virtual |
vfunc[13]: | __cxa_pure_virtual |
Table 6-336. Secondary vtable for QAccessibleBridgePlugin
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAccessibleBridgePlugin |
vfunc[0]: | non-virtual thunk to QAccessibleBridgePlugin::~QAccessibleBridgePlugin() |
vfunc[1]: | non-virtual thunk to QAccessibleBridgePlugin::~QAccessibleBridgePlugin() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
The Run Time Type Information for the QAccessibleBridgePlugin class is described by Table 6-337
The virtual table for the QAccessibleInterface class is described by Table 6-338
Table 6-338. Primary vtable for QAccessibleInterface
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAccessibleInterface |
vfunc[0]: | QAccessibleInterface::~QAccessibleInterface() |
vfunc[1]: | QAccessibleInterface::~QAccessibleInterface() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
vfunc[4]: | __cxa_pure_virtual |
vfunc[5]: | __cxa_pure_virtual |
vfunc[6]: | __cxa_pure_virtual |
vfunc[7]: | __cxa_pure_virtual |
vfunc[8]: | __cxa_pure_virtual |
vfunc[9]: | __cxa_pure_virtual |
vfunc[10]: | __cxa_pure_virtual |
vfunc[11]: | __cxa_pure_virtual |
vfunc[12]: | __cxa_pure_virtual |
vfunc[13]: | __cxa_pure_virtual |
vfunc[14]: | __cxa_pure_virtual |
vfunc[15]: | __cxa_pure_virtual |
vfunc[16]: | __cxa_pure_virtual |
The Run Time Type Information for the QAccessibleInterface class is described by Table 6-339
The virtual table for the QAccessibleObject class is described by Table 6-340
Table 6-340. Primary vtable for QAccessibleObject
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAccessibleObject |
vfunc[0]: | QAccessibleObject::~QAccessibleObject() |
vfunc[1]: | QAccessibleObject::~QAccessibleObject() |
vfunc[2]: | QAccessibleObject::isValid() const |
vfunc[3]: | QAccessibleObject::object() const |
vfunc[4]: | __cxa_pure_virtual |
vfunc[5]: | __cxa_pure_virtual |
vfunc[6]: | __cxa_pure_virtual |
vfunc[7]: | __cxa_pure_virtual |
vfunc[8]: | __cxa_pure_virtual |
vfunc[9]: | __cxa_pure_virtual |
vfunc[10]: | QAccessibleObject::setText(QAccessible::Text, int, QString const&) |
vfunc[11]: | QAccessibleObject::rect(int) const |
vfunc[12]: | __cxa_pure_virtual |
vfunc[13]: | __cxa_pure_virtual |
vfunc[14]: | QAccessibleObject::userActionCount(int) const |
vfunc[15]: | QAccessibleObject::actionText(int, QAccessible::Text, int) const |
vfunc[16]: | QAccessibleObject::doAction(int, int, QList<QVariant> const&) |
The Run Time Type Information for the QAccessibleObject class is described by Table 6-341
The virtual table for the QAccessibleApplication class is described by Table 6-342
Table 6-342. Primary vtable for QAccessibleApplication
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAccessibleApplication |
vfunc[0]: | QAccessibleApplication::~QAccessibleApplication() |
vfunc[1]: | QAccessibleApplication::~QAccessibleApplication() |
vfunc[2]: | QAccessibleObject::isValid() const |
vfunc[3]: | QAccessibleObject::object() const |
vfunc[4]: | QAccessibleApplication::childCount() const |
vfunc[5]: | QAccessibleApplication::indexOfChild(QAccessibleInterface const*) const |
vfunc[6]: | QAccessibleApplication::relationTo(int, QAccessibleInterface const*, int) const |
vfunc[7]: | QAccessibleApplication::childAt(int, int) const |
vfunc[8]: | QAccessibleApplication::navigate(QAccessible::RelationFlag, int, QAccessibleInterface**) const |
vfunc[9]: | QAccessibleApplication::text(QAccessible::Text, int) const |
vfunc[10]: | QAccessibleObject::setText(QAccessible::Text, int, QString const&) |
vfunc[11]: | QAccessibleObject::rect(int) const |
vfunc[12]: | QAccessibleApplication::role(int) const |
vfunc[13]: | QAccessibleApplication::state(int) const |
vfunc[14]: | QAccessibleApplication::userActionCount(int) const |
vfunc[15]: | QAccessibleApplication::actionText(int, QAccessible::Text, int) const |
vfunc[16]: | QAccessibleApplication::doAction(int, int, QList<QVariant> const&) |
The Run Time Type Information for the QAccessibleApplication class is described by Table 6-343
The virtual table for the QAccessibleWidget class is described by Table 6-344
Table 6-344. Primary vtable for QAccessibleWidget
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAccessibleWidget |
vfunc[0]: | QAccessibleWidget::~QAccessibleWidget() |
vfunc[1]: | QAccessibleWidget::~QAccessibleWidget() |
vfunc[2]: | QAccessibleObject::isValid() const |
vfunc[3]: | QAccessibleObject::object() const |
vfunc[4]: | QAccessibleWidget::childCount() const |
vfunc[5]: | QAccessibleWidget::indexOfChild(QAccessibleInterface const*) const |
vfunc[6]: | QAccessibleWidget::relationTo(int, QAccessibleInterface const*, int) const |
vfunc[7]: | QAccessibleWidget::childAt(int, int) const |
vfunc[8]: | QAccessibleWidget::navigate(QAccessible::RelationFlag, int, QAccessibleInterface**) const |
vfunc[9]: | QAccessibleWidget::text(QAccessible::Text, int) const |
vfunc[10]: | QAccessibleObject::setText(QAccessible::Text, int, QString const&) |
vfunc[11]: | QAccessibleWidget::rect(int) const |
vfunc[12]: | QAccessibleWidget::role(int) const |
vfunc[13]: | QAccessibleWidget::state(int) const |
vfunc[14]: | QAccessibleObject::userActionCount(int) const |
vfunc[15]: | QAccessibleWidget::actionText(int, QAccessible::Text, int) const |
vfunc[16]: | QAccessibleWidget::doAction(int, int, QList<QVariant> const&) |
The Run Time Type Information for the QAccessibleWidget class is described by Table 6-345
The virtual table for the QAccessibleFactoryInterface class is described by Table 6-346
Table 6-346. Primary vtable for QAccessibleFactoryInterface
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAccessibleFactoryInterface |
vfunc[0]: | QAccessibleFactoryInterface::~QAccessibleFactoryInterface() |
vfunc[1]: | QAccessibleFactoryInterface::~QAccessibleFactoryInterface() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
The Run Time Type Information for the QAccessibleFactoryInterface class is described by Table 6-347
The virtual table for the QAccessiblePlugin class is described by Table 6-348
Table 6-348. Primary vtable for QAccessiblePlugin
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAccessiblePlugin |
vfunc[0]: | QAccessiblePlugin::metaObject() const |
vfunc[1]: | QAccessiblePlugin::qt_metacast(char const*) |
vfunc[2]: | QAccessiblePlugin::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QAccessiblePlugin::~QAccessiblePlugin() |
vfunc[4]: | QAccessiblePlugin::~QAccessiblePlugin() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | __cxa_pure_virtual |
vfunc[13]: | __cxa_pure_virtual |
Table 6-349. Secondary vtable for QAccessiblePlugin
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAccessiblePlugin |
vfunc[0]: | non-virtual thunk to QAccessiblePlugin::~QAccessiblePlugin() |
vfunc[1]: | non-virtual thunk to QAccessiblePlugin::~QAccessiblePlugin() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
The Run Time Type Information for the QAccessiblePlugin class is described by Table 6-350
The virtual table for the QClipboard class is described by Table 6-351
Table 6-351. Primary vtable for QClipboard
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QClipboard |
vfunc[0]: | QClipboard::metaObject() const |
vfunc[1]: | QClipboard::qt_metacast(char const*) |
vfunc[2]: | QClipboard::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QClipboard::~QClipboard() |
vfunc[4]: | QClipboard::~QClipboard() |
vfunc[5]: | QClipboard::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QClipboard::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
The Run Time Type Information for the QClipboard class is described by Table 6-352
The virtual table for the QDesktopWidget class is described by Table 6-353
Table 6-353. Primary vtable for QDesktopWidget
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDesktopWidget |
vfunc[0]: | QDesktopWidget::metaObject() const |
vfunc[1]: | QDesktopWidget::qt_metacast(char const*) |
vfunc[2]: | QDesktopWidget::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QDesktopWidget::~QDesktopWidget() |
vfunc[4]: | QDesktopWidget::~QDesktopWidget() |
vfunc[5]: | QWidget::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QWidget::sizeHint() const |
vfunc[15]: | QWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QWidget::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QWidget::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QDesktopWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QWidget::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
Table 6-354. Secondary vtable for QDesktopWidget
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDesktopWidget |
vfunc[0]: | non-virtual thunk to QDesktopWidget::~QDesktopWidget() |
vfunc[1]: | non-virtual thunk to QDesktopWidget::~QDesktopWidget() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QDesktopWidget class is described by Table 6-355
The virtual table for the QLayoutItem class is described by Table 6-356
Table 6-356. Primary vtable for QLayoutItem
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QLayoutItem |
vfunc[0]: | QLayoutItem::~QLayoutItem() |
vfunc[1]: | QLayoutItem::~QLayoutItem() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
vfunc[4]: | __cxa_pure_virtual |
vfunc[5]: | __cxa_pure_virtual |
vfunc[6]: | __cxa_pure_virtual |
vfunc[7]: | __cxa_pure_virtual |
vfunc[8]: | __cxa_pure_virtual |
vfunc[9]: | QLayoutItem::hasHeightForWidth() const |
vfunc[10]: | QLayoutItem::heightForWidth(int) const |
vfunc[11]: | QLayoutItem::minimumHeightForWidth(int) const |
vfunc[12]: | QLayoutItem::invalidate() |
vfunc[13]: | QLayoutItem::widget() |
vfunc[14]: | QLayoutItem::layout() |
vfunc[15]: | QLayoutItem::spacerItem() |
The Run Time Type Information for the QLayoutItem class is described by Table 6-357
The virtual table for the QSpacerItem class is described by Table 6-358
Table 6-358. Primary vtable for QSpacerItem
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSpacerItem |
vfunc[0]: | QSpacerItem::~QSpacerItem() |
vfunc[1]: | QSpacerItem::~QSpacerItem() |
vfunc[2]: | QSpacerItem::sizeHint() const |
vfunc[3]: | QSpacerItem::minimumSize() const |
vfunc[4]: | QSpacerItem::maximumSize() const |
vfunc[5]: | QSpacerItem::expandingDirections() const |
vfunc[6]: | QSpacerItem::setGeometry(QRect const&) |
vfunc[7]: | QSpacerItem::geometry() const |
vfunc[8]: | QSpacerItem::isEmpty() const |
vfunc[9]: | QLayoutItem::hasHeightForWidth() const |
vfunc[10]: | QLayoutItem::heightForWidth(int) const |
vfunc[11]: | QLayoutItem::minimumHeightForWidth(int) const |
vfunc[12]: | QLayoutItem::invalidate() |
vfunc[13]: | QLayoutItem::widget() |
vfunc[14]: | QLayoutItem::layout() |
vfunc[15]: | QSpacerItem::spacerItem() |
The Run Time Type Information for the QSpacerItem class is described by Table 6-359
The virtual table for the QWidgetItem class is described by Table 6-360
Table 6-360. Primary vtable for QWidgetItem
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QWidgetItem |
vfunc[0]: | QWidgetItem::~QWidgetItem() |
vfunc[1]: | QWidgetItem::~QWidgetItem() |
vfunc[2]: | QWidgetItem::sizeHint() const |
vfunc[3]: | QWidgetItem::minimumSize() const |
vfunc[4]: | QWidgetItem::maximumSize() const |
vfunc[5]: | QWidgetItem::expandingDirections() const |
vfunc[6]: | QWidgetItem::setGeometry(QRect const&) |
vfunc[7]: | QWidgetItem::geometry() const |
vfunc[8]: | QWidgetItem::isEmpty() const |
vfunc[9]: | QWidgetItem::hasHeightForWidth() const |
vfunc[10]: | QWidgetItem::heightForWidth(int) const |
vfunc[11]: | QLayoutItem::minimumHeightForWidth(int) const |
vfunc[12]: | QLayoutItem::invalidate() |
vfunc[13]: | QWidgetItem::widget() |
vfunc[14]: | QLayoutItem::layout() |
vfunc[15]: | QLayoutItem::spacerItem() |
The Run Time Type Information for the QWidgetItem class is described by Table 6-361
The virtual table for the QLayout class is described by Table 6-362
Table 6-362. Primary vtable for QLayout
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QLayout |
vfunc[0]: | QLayout::metaObject() const |
vfunc[1]: | QLayout::qt_metacast(char const*) |
vfunc[2]: | QLayout::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QLayout::~QLayout() |
vfunc[4]: | QLayout::~QLayout() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QLayout::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QLayout::invalidate() |
vfunc[13]: | QLayout::geometry() const |
vfunc[14]: | __cxa_pure_virtual |
vfunc[15]: | QLayout::expandingDirections() const |
vfunc[16]: | QLayout::minimumSize() const |
vfunc[17]: | QLayout::maximumSize() const |
vfunc[18]: | __cxa_pure_virtual |
vfunc[19]: | __cxa_pure_virtual |
vfunc[20]: | __cxa_pure_virtual |
vfunc[21]: | QLayout::indexOf(QWidget*) const |
vfunc[22]: | __cxa_pure_virtual |
vfunc[23]: | QLayout::isEmpty() const |
vfunc[24]: | QLayout::layout() |
Table 6-363. Secondary vtable for QLayout
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QLayout |
vfunc[0]: | non-virtual thunk to QLayout::~QLayout() |
vfunc[1]: | non-virtual thunk to QLayout::~QLayout() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | non-virtual thunk to QLayout::minimumSize() const |
vfunc[4]: | non-virtual thunk to QLayout::maximumSize() const |
vfunc[5]: | non-virtual thunk to QLayout::expandingDirections() const |
vfunc[6]: | __cxa_pure_virtual |
vfunc[7]: | non-virtual thunk to QLayout::geometry() const |
vfunc[8]: | non-virtual thunk to QLayout::isEmpty() const |
vfunc[9]: | QLayoutItem::hasHeightForWidth() const |
vfunc[10]: | QLayoutItem::heightForWidth(int) const |
vfunc[11]: | QLayoutItem::minimumHeightForWidth(int) const |
vfunc[12]: | non-virtual thunk to QLayout::invalidate() |
vfunc[13]: | QLayoutItem::widget() |
vfunc[14]: | non-virtual thunk to QLayout::layout() |
vfunc[15]: | QLayoutItem::spacerItem() |
The Run Time Type Information for the QLayout class is described by Table 6-364
The virtual table for the QGridLayout class is described by Table 6-365
Table 6-365. Primary vtable for QGridLayout
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QGridLayout |
vfunc[0]: | QGridLayout::metaObject() const |
vfunc[1]: | QGridLayout::qt_metacast(char const*) |
vfunc[2]: | QGridLayout::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QGridLayout::~QGridLayout() |
vfunc[4]: | QGridLayout::~QGridLayout() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QLayout::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QGridLayout::invalidate() |
vfunc[13]: | QLayout::geometry() const |
vfunc[14]: | QGridLayout::addItem(QLayoutItem*) |
vfunc[15]: | QGridLayout::expandingDirections() const |
vfunc[16]: | QGridLayout::minimumSize() const |
vfunc[17]: | QGridLayout::maximumSize() const |
vfunc[18]: | QGridLayout::setGeometry(QRect const&) |
vfunc[19]: | QGridLayout::itemAt(int) const |
vfunc[20]: | QGridLayout::takeAt(int) |
vfunc[21]: | QLayout::indexOf(QWidget*) const |
vfunc[22]: | QGridLayout::count() const |
vfunc[23]: | QLayout::isEmpty() const |
vfunc[24]: | QLayout::layout() |
vfunc[25]: | QGridLayout::sizeHint() const |
vfunc[26]: | QGridLayout::hasHeightForWidth() const |
vfunc[27]: | QGridLayout::heightForWidth(int) const |
vfunc[28]: | QGridLayout::minimumHeightForWidth(int) const |
Table 6-366. Secondary vtable for QGridLayout
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QGridLayout |
vfunc[0]: | non-virtual thunk to QGridLayout::~QGridLayout() |
vfunc[1]: | non-virtual thunk to QGridLayout::~QGridLayout() |
vfunc[2]: | non-virtual thunk to QGridLayout::sizeHint() const |
vfunc[3]: | non-virtual thunk to QGridLayout::minimumSize() const |
vfunc[4]: | non-virtual thunk to QGridLayout::maximumSize() const |
vfunc[5]: | non-virtual thunk to QGridLayout::expandingDirections() const |
vfunc[6]: | non-virtual thunk to QGridLayout::setGeometry(QRect const&) |
vfunc[7]: | non-virtual thunk to QLayout::geometry() const |
vfunc[8]: | non-virtual thunk to QLayout::isEmpty() const |
vfunc[9]: | non-virtual thunk to QGridLayout::hasHeightForWidth() const |
vfunc[10]: | non-virtual thunk to QGridLayout::heightForWidth(int) const |
vfunc[11]: | non-virtual thunk to QGridLayout::minimumHeightForWidth(int) const |
vfunc[12]: | non-virtual thunk to QGridLayout::invalidate() |
vfunc[13]: | QLayoutItem::widget() |
vfunc[14]: | non-virtual thunk to QLayout::layout() |
vfunc[15]: | QLayoutItem::spacerItem() |
The Run Time Type Information for the QGridLayout class is described by Table 6-367
The virtual table for the QBoxLayout class is described by Table 6-368
Table 6-368. Primary vtable for QBoxLayout
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QBoxLayout |
vfunc[0]: | QBoxLayout::metaObject() const |
vfunc[1]: | QBoxLayout::qt_metacast(char const*) |
vfunc[2]: | QBoxLayout::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QBoxLayout::~QBoxLayout() |
vfunc[4]: | QBoxLayout::~QBoxLayout() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QLayout::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QBoxLayout::invalidate() |
vfunc[13]: | QLayout::geometry() const |
vfunc[14]: | QBoxLayout::addItem(QLayoutItem*) |
vfunc[15]: | QBoxLayout::expandingDirections() const |
vfunc[16]: | QBoxLayout::minimumSize() const |
vfunc[17]: | QBoxLayout::maximumSize() const |
vfunc[18]: | QBoxLayout::setGeometry(QRect const&) |
vfunc[19]: | QBoxLayout::itemAt(int) const |
vfunc[20]: | QBoxLayout::takeAt(int) |
vfunc[21]: | QLayout::indexOf(QWidget*) const |
vfunc[22]: | QBoxLayout::count() const |
vfunc[23]: | QLayout::isEmpty() const |
vfunc[24]: | QLayout::layout() |
vfunc[25]: | QBoxLayout::sizeHint() const |
vfunc[26]: | QBoxLayout::hasHeightForWidth() const |
vfunc[27]: | QBoxLayout::heightForWidth(int) const |
vfunc[28]: | QBoxLayout::minimumHeightForWidth(int) const |
Table 6-369. Secondary vtable for QBoxLayout
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QBoxLayout |
vfunc[0]: | non-virtual thunk to QBoxLayout::~QBoxLayout() |
vfunc[1]: | non-virtual thunk to QBoxLayout::~QBoxLayout() |
vfunc[2]: | non-virtual thunk to QBoxLayout::sizeHint() const |
vfunc[3]: | non-virtual thunk to QBoxLayout::minimumSize() const |
vfunc[4]: | non-virtual thunk to QBoxLayout::maximumSize() const |
vfunc[5]: | non-virtual thunk to QBoxLayout::expandingDirections() const |
vfunc[6]: | non-virtual thunk to QBoxLayout::setGeometry(QRect const&) |
vfunc[7]: | non-virtual thunk to QLayout::geometry() const |
vfunc[8]: | non-virtual thunk to QLayout::isEmpty() const |
vfunc[9]: | non-virtual thunk to QBoxLayout::hasHeightForWidth() const |
vfunc[10]: | non-virtual thunk to QBoxLayout::heightForWidth(int) const |
vfunc[11]: | non-virtual thunk to QBoxLayout::minimumHeightForWidth(int) const |
vfunc[12]: | non-virtual thunk to QBoxLayout::invalidate() |
vfunc[13]: | QLayoutItem::widget() |
vfunc[14]: | non-virtual thunk to QLayout::layout() |
vfunc[15]: | QLayoutItem::spacerItem() |
The Run Time Type Information for the QBoxLayout class is described by Table 6-370
The virtual table for the QHBoxLayout class is described by Table 6-371
Table 6-371. Primary vtable for QHBoxLayout
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QHBoxLayout |
vfunc[0]: | QHBoxLayout::metaObject() const |
vfunc[1]: | QHBoxLayout::qt_metacast(char const*) |
vfunc[2]: | QHBoxLayout::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QHBoxLayout::~QHBoxLayout() |
vfunc[4]: | QHBoxLayout::~QHBoxLayout() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QLayout::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QBoxLayout::invalidate() |
vfunc[13]: | QLayout::geometry() const |
vfunc[14]: | QBoxLayout::addItem(QLayoutItem*) |
vfunc[15]: | QBoxLayout::expandingDirections() const |
vfunc[16]: | QBoxLayout::minimumSize() const |
vfunc[17]: | QBoxLayout::maximumSize() const |
vfunc[18]: | QBoxLayout::setGeometry(QRect const&) |
vfunc[19]: | QBoxLayout::itemAt(int) const |
vfunc[20]: | QBoxLayout::takeAt(int) |
vfunc[21]: | QLayout::indexOf(QWidget*) const |
vfunc[22]: | QBoxLayout::count() const |
vfunc[23]: | QLayout::isEmpty() const |
vfunc[24]: | QLayout::layout() |
vfunc[25]: | QBoxLayout::sizeHint() const |
vfunc[26]: | QBoxLayout::hasHeightForWidth() const |
vfunc[27]: | QBoxLayout::heightForWidth(int) const |
vfunc[28]: | QBoxLayout::minimumHeightForWidth(int) const |
Table 6-372. Secondary vtable for QHBoxLayout
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QHBoxLayout |
vfunc[0]: | non-virtual thunk to QHBoxLayout::~QHBoxLayout() |
vfunc[1]: | non-virtual thunk to QHBoxLayout::~QHBoxLayout() |
vfunc[2]: | non-virtual thunk to QBoxLayout::sizeHint() const |
vfunc[3]: | non-virtual thunk to QBoxLayout::minimumSize() const |
vfunc[4]: | non-virtual thunk to QBoxLayout::maximumSize() const |
vfunc[5]: | non-virtual thunk to QBoxLayout::expandingDirections() const |
vfunc[6]: | non-virtual thunk to QBoxLayout::setGeometry(QRect const&) |
vfunc[7]: | non-virtual thunk to QLayout::geometry() const |
vfunc[8]: | non-virtual thunk to QLayout::isEmpty() const |
vfunc[9]: | non-virtual thunk to QBoxLayout::hasHeightForWidth() const |
vfunc[10]: | non-virtual thunk to QBoxLayout::heightForWidth(int) const |
vfunc[11]: | non-virtual thunk to QBoxLayout::minimumHeightForWidth(int) const |
vfunc[12]: | non-virtual thunk to QBoxLayout::invalidate() |
vfunc[13]: | QLayoutItem::widget() |
vfunc[14]: | non-virtual thunk to QLayout::layout() |
vfunc[15]: | QLayoutItem::spacerItem() |
The Run Time Type Information for the QHBoxLayout class is described by Table 6-373
The virtual table for the QVBoxLayout class is described by Table 6-374
Table 6-374. Primary vtable for QVBoxLayout
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QVBoxLayout |
vfunc[0]: | QVBoxLayout::metaObject() const |
vfunc[1]: | QVBoxLayout::qt_metacast(char const*) |
vfunc[2]: | QVBoxLayout::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QVBoxLayout::~QVBoxLayout() |
vfunc[4]: | QVBoxLayout::~QVBoxLayout() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QLayout::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QBoxLayout::invalidate() |
vfunc[13]: | QLayout::geometry() const |
vfunc[14]: | QBoxLayout::addItem(QLayoutItem*) |
vfunc[15]: | QBoxLayout::expandingDirections() const |
vfunc[16]: | QBoxLayout::minimumSize() const |
vfunc[17]: | QBoxLayout::maximumSize() const |
vfunc[18]: | QBoxLayout::setGeometry(QRect const&) |
vfunc[19]: | QBoxLayout::itemAt(int) const |
vfunc[20]: | QBoxLayout::takeAt(int) |
vfunc[21]: | QLayout::indexOf(QWidget*) const |
vfunc[22]: | QBoxLayout::count() const |
vfunc[23]: | QLayout::isEmpty() const |
vfunc[24]: | QLayout::layout() |
vfunc[25]: | QBoxLayout::sizeHint() const |
vfunc[26]: | QBoxLayout::hasHeightForWidth() const |
vfunc[27]: | QBoxLayout::heightForWidth(int) const |
vfunc[28]: | QBoxLayout::minimumHeightForWidth(int) const |
Table 6-375. Secondary vtable for QVBoxLayout
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QVBoxLayout |
vfunc[0]: | non-virtual thunk to QVBoxLayout::~QVBoxLayout() |
vfunc[1]: | non-virtual thunk to QVBoxLayout::~QVBoxLayout() |
vfunc[2]: | non-virtual thunk to QBoxLayout::sizeHint() const |
vfunc[3]: | non-virtual thunk to QBoxLayout::minimumSize() const |
vfunc[4]: | non-virtual thunk to QBoxLayout::maximumSize() const |
vfunc[5]: | non-virtual thunk to QBoxLayout::expandingDirections() const |
vfunc[6]: | non-virtual thunk to QBoxLayout::setGeometry(QRect const&) |
vfunc[7]: | non-virtual thunk to QLayout::geometry() const |
vfunc[8]: | non-virtual thunk to QLayout::isEmpty() const |
vfunc[9]: | non-virtual thunk to QBoxLayout::hasHeightForWidth() const |
vfunc[10]: | non-virtual thunk to QBoxLayout::heightForWidth(int) const |
vfunc[11]: | non-virtual thunk to QBoxLayout::minimumHeightForWidth(int) const |
vfunc[12]: | non-virtual thunk to QBoxLayout::invalidate() |
vfunc[13]: | QLayoutItem::widget() |
vfunc[14]: | non-virtual thunk to QLayout::layout() |
vfunc[15]: | QLayoutItem::spacerItem() |
The Run Time Type Information for the QVBoxLayout class is described by Table 6-376
The virtual table for the QShortcut class is described by Table 6-377
Table 6-377. Primary vtable for QShortcut
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QShortcut |
vfunc[0]: | QShortcut::metaObject() const |
vfunc[1]: | QShortcut::qt_metacast(char const*) |
vfunc[2]: | QShortcut::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QShortcut::~QShortcut() |
vfunc[4]: | QShortcut::~QShortcut() |
vfunc[5]: | QShortcut::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
The Run Time Type Information for the QShortcut class is described by Table 6-378
The virtual table for the QSessionManager class is described by Table 6-379
Table 6-379. Primary vtable for QSessionManager
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSessionManager |
vfunc[0]: | QSessionManager::metaObject() const |
vfunc[1]: | QSessionManager::qt_metacast(char const*) |
vfunc[2]: | QSessionManager::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QSessionManager::~QSessionManager() |
vfunc[4]: | QSessionManager::~QSessionManager() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
The Run Time Type Information for the QSessionManager class is described by Table 6-380
The virtual table for the QApplication class is described by Table 6-381
Table 6-381. Primary vtable for QApplication
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QApplication |
vfunc[0]: | QApplication::metaObject() const |
vfunc[1]: | QApplication::qt_metacast(char const*) |
vfunc[2]: | QApplication::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QApplication::~QApplication() |
vfunc[4]: | QApplication::~QApplication() |
vfunc[5]: | QApplication::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QApplication::notify(QObject*, QEvent*) |
vfunc[13]: | QApplication::compressEvent(QEvent*, QObject*, QPostEventList*) |
vfunc[14]: | QApplication::x11EventFilter(_XEvent*) |
vfunc[15]: | QApplication::x11ClientMessage(QWidget*, _XEvent*, bool) |
vfunc[16]: | QApplication::commitData(QSessionManager&) |
vfunc[17]: | QApplication::saveState(QSessionManager&) |
The Run Time Type Information for the QApplication class is described by Table 6-382
The virtual table for the QAction class is described by Table 6-383
Table 6-383. Primary vtable for QAction
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAction |
vfunc[0]: | QAction::metaObject() const |
vfunc[1]: | QAction::qt_metacast(char const*) |
vfunc[2]: | QAction::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QAction::~QAction() |
vfunc[4]: | QAction::~QAction() |
vfunc[5]: | QAction::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
The Run Time Type Information for the QAction class is described by Table 6-384
The virtual table for the QActionGroup class is described by Table 6-385
Table 6-385. Primary vtable for QActionGroup
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QActionGroup |
vfunc[0]: | QActionGroup::metaObject() const |
vfunc[1]: | QActionGroup::qt_metacast(char const*) |
vfunc[2]: | QActionGroup::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QActionGroup::~QActionGroup() |
vfunc[4]: | QActionGroup::~QActionGroup() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
The Run Time Type Information for the QActionGroup class is described by Table 6-386
The virtual table for the QSound class is described by Table 6-387
Table 6-387. Primary vtable for QSound
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSound |
vfunc[0]: | QSound::metaObject() const |
vfunc[1]: | QSound::qt_metacast(char const*) |
vfunc[2]: | QSound::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QSound::~QSound() |
vfunc[4]: | QSound::~QSound() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
The Run Time Type Information for the QSound class is described by Table 6-388
The virtual table for the QStackedLayout class is described by Table 6-389
Table 6-389. Primary vtable for QStackedLayout
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QStackedLayout |
vfunc[0]: | QStackedLayout::metaObject() const |
vfunc[1]: | QStackedLayout::qt_metacast(char const*) |
vfunc[2]: | QStackedLayout::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QStackedLayout::~QStackedLayout() |
vfunc[4]: | QStackedLayout::~QStackedLayout() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QLayout::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QLayout::invalidate() |
vfunc[13]: | QLayout::geometry() const |
vfunc[14]: | QStackedLayout::addItem(QLayoutItem*) |
vfunc[15]: | QLayout::expandingDirections() const |
vfunc[16]: | QStackedLayout::minimumSize() const |
vfunc[17]: | QLayout::maximumSize() const |
vfunc[18]: | QStackedLayout::setGeometry(QRect const&) |
vfunc[19]: | QStackedLayout::itemAt(int) const |
vfunc[20]: | QStackedLayout::takeAt(int) |
vfunc[21]: | QLayout::indexOf(QWidget*) const |
vfunc[22]: | QStackedLayout::count() const |
vfunc[23]: | QLayout::isEmpty() const |
vfunc[24]: | QLayout::layout() |
vfunc[25]: | QStackedLayout::sizeHint() const |
Table 6-390. Secondary vtable for QStackedLayout
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QStackedLayout |
vfunc[0]: | non-virtual thunk to QStackedLayout::~QStackedLayout() |
vfunc[1]: | non-virtual thunk to QStackedLayout::~QStackedLayout() |
vfunc[2]: | non-virtual thunk to QStackedLayout::sizeHint() const |
vfunc[3]: | non-virtual thunk to QStackedLayout::minimumSize() const |
vfunc[4]: | non-virtual thunk to QLayout::maximumSize() const |
vfunc[5]: | non-virtual thunk to QLayout::expandingDirections() const |
vfunc[6]: | non-virtual thunk to QStackedLayout::setGeometry(QRect const&) |
vfunc[7]: | non-virtual thunk to QLayout::geometry() const |
vfunc[8]: | non-virtual thunk to QLayout::isEmpty() const |
vfunc[9]: | QLayoutItem::hasHeightForWidth() const |
vfunc[10]: | QLayoutItem::heightForWidth(int) const |
vfunc[11]: | QLayoutItem::minimumHeightForWidth(int) const |
vfunc[12]: | non-virtual thunk to QLayout::invalidate() |
vfunc[13]: | QLayoutItem::widget() |
vfunc[14]: | non-virtual thunk to QLayout::layout() |
vfunc[15]: | QLayoutItem::spacerItem() |
The Run Time Type Information for the QStackedLayout class is described by Table 6-391
The virtual table for the QCommonStyle class is described by Table 6-392
Table 6-392. Primary vtable for QCommonStyle
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QCommonStyle |
vfunc[0]: | QCommonStyle::metaObject() const |
vfunc[1]: | QCommonStyle::qt_metacast(char const*) |
vfunc[2]: | QCommonStyle::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QCommonStyle::~QCommonStyle() |
vfunc[4]: | QCommonStyle::~QCommonStyle() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QStyle::polish(QWidget*) |
vfunc[13]: | QStyle::unpolish(QWidget*) |
vfunc[14]: | QStyle::polish(QApplication*) |
vfunc[15]: | QStyle::unpolish(QApplication*) |
vfunc[16]: | QStyle::polish(QPalette&) |
vfunc[17]: | QStyle::itemTextRect(QFontMetrics const&, QRect const&, int, bool, QString const&) const |
vfunc[18]: | QStyle::itemPixmapRect(QRect const&, int, QPixmap const&) const |
vfunc[19]: | QStyle::drawItemText(QPainter*, QRect const&, int, QPalette const&, bool, QString const&, QPalette::ColorRole) const |
vfunc[20]: | QStyle::drawItemPixmap(QPainter*, QRect const&, int, QPixmap const&) const |
vfunc[21]: | QStyle::standardPalette() const |
vfunc[22]: | QCommonStyle::drawPrimitive(QStyle::PrimitiveElement, QStyleOption const*, QPainter*, QWidget const*) const |
vfunc[23]: | QCommonStyle::drawControl(QStyle::ControlElement, QStyleOption const*, QPainter*, QWidget const*) const |
vfunc[24]: | QCommonStyle::subElementRect(QStyle::SubElement, QStyleOption const*, QWidget const*) const |
vfunc[25]: | QCommonStyle::drawComplexControl(QStyle::ComplexControl, QStyleOptionComplex const*, QPainter*, QWidget const*) const |
vfunc[26]: | QCommonStyle::hitTestComplexControl(QStyle::ComplexControl, QStyleOptionComplex const*, QPoint const&, QWidget const*) const |
vfunc[27]: | QCommonStyle::subControlRect(QStyle::ComplexControl, QStyleOptionComplex const*, QStyle::SubControl, QWidget const*) const |
vfunc[28]: | QCommonStyle::pixelMetric(QStyle::PixelMetric, QStyleOption const*, QWidget const*) const |
vfunc[29]: | QCommonStyle::sizeFromContents(QStyle::ContentsType, QStyleOption const*, QSize const&, QWidget const*) const |
vfunc[30]: | QCommonStyle::styleHint(QStyle::StyleHint, QStyleOption const*, QWidget const*, QStyleHintReturn*) const |
vfunc[31]: | QCommonStyle::standardPixmap(QStyle::StandardPixmap, QStyleOption const*, QWidget const*) const |
vfunc[32]: | QCommonStyle::generatedIconPixmap(QIcon::Mode, QPixmap const&, QStyleOption const*) const |
The Run Time Type Information for the QCommonStyle class is described by Table 6-393
The virtual table for the QMotifStyle class is described by Table 6-394
Table 6-394. Primary vtable for QMotifStyle
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QMotifStyle |
vfunc[0]: | QMotifStyle::metaObject() const |
vfunc[1]: | QMotifStyle::qt_metacast(char const*) |
vfunc[2]: | QMotifStyle::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QMotifStyle::~QMotifStyle() |
vfunc[4]: | QMotifStyle::~QMotifStyle() |
vfunc[5]: | QMotifStyle::event(QEvent*) |
vfunc[6]: | QMotifStyle::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QMotifStyle::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QMotifStyle::polish(QWidget*) |
vfunc[13]: | QMotifStyle::unpolish(QWidget*) |
vfunc[14]: | QMotifStyle::polish(QApplication*) |
vfunc[15]: | QMotifStyle::unpolish(QApplication*) |
vfunc[16]: | QMotifStyle::polish(QPalette&) |
vfunc[17]: | QStyle::itemTextRect(QFontMetrics const&, QRect const&, int, bool, QString const&) const |
vfunc[18]: | QStyle::itemPixmapRect(QRect const&, int, QPixmap const&) const |
vfunc[19]: | QStyle::drawItemText(QPainter*, QRect const&, int, QPalette const&, bool, QString const&, QPalette::ColorRole) const |
vfunc[20]: | QStyle::drawItemPixmap(QPainter*, QRect const&, int, QPixmap const&) const |
vfunc[21]: | QMotifStyle::standardPalette() const |
vfunc[22]: | QMotifStyle::drawPrimitive(QStyle::PrimitiveElement, QStyleOption const*, QPainter*, QWidget const*) const |
vfunc[23]: | QMotifStyle::drawControl(QStyle::ControlElement, QStyleOption const*, QPainter*, QWidget const*) const |
vfunc[24]: | QMotifStyle::subElementRect(QStyle::SubElement, QStyleOption const*, QWidget const*) const |
vfunc[25]: | QMotifStyle::drawComplexControl(QStyle::ComplexControl, QStyleOptionComplex const*, QPainter*, QWidget const*) const |
vfunc[26]: | QCommonStyle::hitTestComplexControl(QStyle::ComplexControl, QStyleOptionComplex const*, QPoint const&, QWidget const*) const |
vfunc[27]: | QMotifStyle::subControlRect(QStyle::ComplexControl, QStyleOptionComplex const*, QStyle::SubControl, QWidget const*) const |
vfunc[28]: | QMotifStyle::pixelMetric(QStyle::PixelMetric, QStyleOption const*, QWidget const*) const |
vfunc[29]: | QMotifStyle::sizeFromContents(QStyle::ContentsType, QStyleOption const*, QSize const&, QWidget const*) const |
vfunc[30]: | QMotifStyle::styleHint(QStyle::StyleHint, QStyleOption const*, QWidget const*, QStyleHintReturn*) const |
vfunc[31]: | QMotifStyle::standardPixmap(QStyle::StandardPixmap, QStyleOption const*, QWidget const*) const |
vfunc[32]: | QCommonStyle::generatedIconPixmap(QIcon::Mode, QPixmap const&, QStyleOption const*) const |
The Run Time Type Information for the QMotifStyle class is described by Table 6-395
The virtual table for the QStyleFactoryInterface class is described by Table 6-396
Table 6-396. Primary vtable for QStyleFactoryInterface
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QStyleFactoryInterface |
vfunc[0]: | QStyleFactoryInterface::~QStyleFactoryInterface() |
vfunc[1]: | QStyleFactoryInterface::~QStyleFactoryInterface() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
The Run Time Type Information for the QStyleFactoryInterface class is described by Table 6-397
The virtual table for the QStylePlugin class is described by Table 6-398
Table 6-398. Primary vtable for QStylePlugin
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QStylePlugin |
vfunc[0]: | QStylePlugin::metaObject() const |
vfunc[1]: | QStylePlugin::qt_metacast(char const*) |
vfunc[2]: | QStylePlugin::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QStylePlugin::~QStylePlugin() |
vfunc[4]: | QStylePlugin::~QStylePlugin() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | __cxa_pure_virtual |
vfunc[13]: | __cxa_pure_virtual |
Table 6-399. Secondary vtable for QStylePlugin
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QStylePlugin |
vfunc[0]: | non-virtual thunk to QStylePlugin::~QStylePlugin() |
vfunc[1]: | non-virtual thunk to QStylePlugin::~QStylePlugin() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
The Run Time Type Information for the QStylePlugin class is described by Table 6-400
The virtual table for the QWindowsStyle class is described by Table 6-401
Table 6-401. Primary vtable for QWindowsStyle
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QWindowsStyle |
vfunc[0]: | QWindowsStyle::metaObject() const |
vfunc[1]: | QWindowsStyle::qt_metacast(char const*) |
vfunc[2]: | QWindowsStyle::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QWindowsStyle::~QWindowsStyle() |
vfunc[4]: | QWindowsStyle::~QWindowsStyle() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QWindowsStyle::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QWindowsStyle::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWindowsStyle::polish(QWidget*) |
vfunc[13]: | QWindowsStyle::unpolish(QWidget*) |
vfunc[14]: | QWindowsStyle::polish(QApplication*) |
vfunc[15]: | QWindowsStyle::unpolish(QApplication*) |
vfunc[16]: | QWindowsStyle::polish(QPalette&) |
vfunc[17]: | QStyle::itemTextRect(QFontMetrics const&, QRect const&, int, bool, QString const&) const |
vfunc[18]: | QStyle::itemPixmapRect(QRect const&, int, QPixmap const&) const |
vfunc[19]: | QStyle::drawItemText(QPainter*, QRect const&, int, QPalette const&, bool, QString const&, QPalette::ColorRole) const |
vfunc[20]: | QStyle::drawItemPixmap(QPainter*, QRect const&, int, QPixmap const&) const |
vfunc[21]: | QStyle::standardPalette() const |
vfunc[22]: | QWindowsStyle::drawPrimitive(QStyle::PrimitiveElement, QStyleOption const*, QPainter*, QWidget const*) const |
vfunc[23]: | QWindowsStyle::drawControl(QStyle::ControlElement, QStyleOption const*, QPainter*, QWidget const*) const |
vfunc[24]: | QWindowsStyle::subElementRect(QStyle::SubElement, QStyleOption const*, QWidget const*) const |
vfunc[25]: | QWindowsStyle::drawComplexControl(QStyle::ComplexControl, QStyleOptionComplex const*, QPainter*, QWidget const*) const |
vfunc[26]: | QCommonStyle::hitTestComplexControl(QStyle::ComplexControl, QStyleOptionComplex const*, QPoint const&, QWidget const*) const |
vfunc[27]: | QCommonStyle::subControlRect(QStyle::ComplexControl, QStyleOptionComplex const*, QStyle::SubControl, QWidget const*) const |
vfunc[28]: | QWindowsStyle::pixelMetric(QStyle::PixelMetric, QStyleOption const*, QWidget const*) const |
vfunc[29]: | QWindowsStyle::sizeFromContents(QStyle::ContentsType, QStyleOption const*, QSize const&, QWidget const*) const |
vfunc[30]: | QWindowsStyle::styleHint(QStyle::StyleHint, QStyleOption const*, QWidget const*, QStyleHintReturn*) const |
vfunc[31]: | QWindowsStyle::standardPixmap(QStyle::StandardPixmap, QStyleOption const*, QWidget const*) const |
vfunc[32]: | QCommonStyle::generatedIconPixmap(QIcon::Mode, QPixmap const&, QStyleOption const*) const |
The Run Time Type Information for the QWindowsStyle class is described by Table 6-402
The virtual table for the QCDEStyle class is described by Table 6-403
Table 6-403. Primary vtable for QCDEStyle
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QCDEStyle |
vfunc[0]: | QCDEStyle::metaObject() const |
vfunc[1]: | QCDEStyle::qt_metacast(char const*) |
vfunc[2]: | QCDEStyle::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QCDEStyle::~QCDEStyle() |
vfunc[4]: | QCDEStyle::~QCDEStyle() |
vfunc[5]: | QMotifStyle::event(QEvent*) |
vfunc[6]: | QMotifStyle::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QMotifStyle::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QMotifStyle::polish(QWidget*) |
vfunc[13]: | QMotifStyle::unpolish(QWidget*) |
vfunc[14]: | QMotifStyle::polish(QApplication*) |
vfunc[15]: | QMotifStyle::unpolish(QApplication*) |
vfunc[16]: | QMotifStyle::polish(QPalette&) |
vfunc[17]: | QStyle::itemTextRect(QFontMetrics const&, QRect const&, int, bool, QString const&) const |
vfunc[18]: | QStyle::itemPixmapRect(QRect const&, int, QPixmap const&) const |
vfunc[19]: | QStyle::drawItemText(QPainter*, QRect const&, int, QPalette const&, bool, QString const&, QPalette::ColorRole) const |
vfunc[20]: | QStyle::drawItemPixmap(QPainter*, QRect const&, int, QPixmap const&) const |
vfunc[21]: | QCDEStyle::standardPalette() const |
vfunc[22]: | QCDEStyle::drawPrimitive(QStyle::PrimitiveElement, QStyleOption const*, QPainter*, QWidget const*) const |
vfunc[23]: | QCDEStyle::drawControl(QStyle::ControlElement, QStyleOption const*, QPainter*, QWidget const*) const |
vfunc[24]: | QMotifStyle::subElementRect(QStyle::SubElement, QStyleOption const*, QWidget const*) const |
vfunc[25]: | QMotifStyle::drawComplexControl(QStyle::ComplexControl, QStyleOptionComplex const*, QPainter*, QWidget const*) const |
vfunc[26]: | QCommonStyle::hitTestComplexControl(QStyle::ComplexControl, QStyleOptionComplex const*, QPoint const&, QWidget const*) const |
vfunc[27]: | QMotifStyle::subControlRect(QStyle::ComplexControl, QStyleOptionComplex const*, QStyle::SubControl, QWidget const*) const |
vfunc[28]: | QCDEStyle::pixelMetric(QStyle::PixelMetric, QStyleOption const*, QWidget const*) const |
vfunc[29]: | QMotifStyle::sizeFromContents(QStyle::ContentsType, QStyleOption const*, QSize const&, QWidget const*) const |
vfunc[30]: | QMotifStyle::styleHint(QStyle::StyleHint, QStyleOption const*, QWidget const*, QStyleHintReturn*) const |
vfunc[31]: | QMotifStyle::standardPixmap(QStyle::StandardPixmap, QStyleOption const*, QWidget const*) const |
vfunc[32]: | QCommonStyle::generatedIconPixmap(QIcon::Mode, QPixmap const&, QStyleOption const*) const |
The Run Time Type Information for the QCDEStyle class is described by Table 6-404
The virtual table for the QPlastiqueStyle class is described by Table 6-405
Table 6-405. Primary vtable for QPlastiqueStyle
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QPlastiqueStyle |
vfunc[0]: | QPlastiqueStyle::metaObject() const |
vfunc[1]: | QPlastiqueStyle::qt_metacast(char const*) |
vfunc[2]: | QPlastiqueStyle::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QPlastiqueStyle::~QPlastiqueStyle() |
vfunc[4]: | QPlastiqueStyle::~QPlastiqueStyle() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QPlastiqueStyle::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QPlastiqueStyle::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QPlastiqueStyle::polish(QWidget*) |
vfunc[13]: | QPlastiqueStyle::unpolish(QWidget*) |
vfunc[14]: | QPlastiqueStyle::polish(QApplication*) |
vfunc[15]: | QPlastiqueStyle::unpolish(QApplication*) |
vfunc[16]: | QPlastiqueStyle::polish(QPalette&) |
vfunc[17]: | QStyle::itemTextRect(QFontMetrics const&, QRect const&, int, bool, QString const&) const |
vfunc[18]: | QStyle::itemPixmapRect(QRect const&, int, QPixmap const&) const |
vfunc[19]: | QStyle::drawItemText(QPainter*, QRect const&, int, QPalette const&, bool, QString const&, QPalette::ColorRole) const |
vfunc[20]: | QStyle::drawItemPixmap(QPainter*, QRect const&, int, QPixmap const&) const |
vfunc[21]: | QPlastiqueStyle::standardPalette() const |
vfunc[22]: | QPlastiqueStyle::drawPrimitive(QStyle::PrimitiveElement, QStyleOption const*, QPainter*, QWidget const*) const |
vfunc[23]: | QPlastiqueStyle::drawControl(QStyle::ControlElement, QStyleOption const*, QPainter*, QWidget const*) const |
vfunc[24]: | QPlastiqueStyle::subElementRect(QStyle::SubElement, QStyleOption const*, QWidget const*) const |
vfunc[25]: | QPlastiqueStyle::drawComplexControl(QStyle::ComplexControl, QStyleOptionComplex const*, QPainter*, QWidget const*) const |
vfunc[26]: | QPlastiqueStyle::hitTestComplexControl(QStyle::ComplexControl, QStyleOptionComplex const*, QPoint const&, QWidget const*) const |
vfunc[27]: | QPlastiqueStyle::subControlRect(QStyle::ComplexControl, QStyleOptionComplex const*, QStyle::SubControl, QWidget const*) const |
vfunc[28]: | QPlastiqueStyle::pixelMetric(QStyle::PixelMetric, QStyleOption const*, QWidget const*) const |
vfunc[29]: | QPlastiqueStyle::sizeFromContents(QStyle::ContentsType, QStyleOption const*, QSize const&, QWidget const*) const |
vfunc[30]: | QPlastiqueStyle::styleHint(QStyle::StyleHint, QStyleOption const*, QWidget const*, QStyleHintReturn*) const |
vfunc[31]: | QWindowsStyle::standardPixmap(QStyle::StandardPixmap, QStyleOption const*, QWidget const*) const |
vfunc[32]: | QCommonStyle::generatedIconPixmap(QIcon::Mode, QPixmap const&, QStyleOption const*) const |
The Run Time Type Information for the QPlastiqueStyle class is described by Table 6-406
The virtual table for the QInputContextFactoryInterface class is described by Table 6-407
Table 6-407. Primary vtable for QInputContextFactoryInterface
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QInputContextFactoryInterface |
vfunc[0]: | QInputContextFactoryInterface::~QInputContextFactoryInterface() |
vfunc[1]: | QInputContextFactoryInterface::~QInputContextFactoryInterface() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
vfunc[4]: | __cxa_pure_virtual |
vfunc[5]: | __cxa_pure_virtual |
vfunc[6]: | __cxa_pure_virtual |
The Run Time Type Information for the QInputContextFactoryInterface class is described by Table 6-408
The virtual table for the QInputContextPlugin class is described by Table 6-409
Table 6-409. Primary vtable for QInputContextPlugin
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QInputContextPlugin |
vfunc[0]: | QInputContextPlugin::metaObject() const |
vfunc[1]: | QInputContextPlugin::qt_metacast(char const*) |
vfunc[2]: | QInputContextPlugin::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QInputContextPlugin::~QInputContextPlugin() |
vfunc[4]: | QInputContextPlugin::~QInputContextPlugin() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | __cxa_pure_virtual |
vfunc[13]: | __cxa_pure_virtual |
vfunc[14]: | __cxa_pure_virtual |
vfunc[15]: | __cxa_pure_virtual |
vfunc[16]: | __cxa_pure_virtual |
Table 6-410. Secondary vtable for QInputContextPlugin
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QInputContextPlugin |
vfunc[0]: | non-virtual thunk to QInputContextPlugin::~QInputContextPlugin() |
vfunc[1]: | non-virtual thunk to QInputContextPlugin::~QInputContextPlugin() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
vfunc[4]: | __cxa_pure_virtual |
vfunc[5]: | __cxa_pure_virtual |
vfunc[6]: | __cxa_pure_virtual |
The Run Time Type Information for the QInputContextPlugin class is described by Table 6-411
The virtual table for the QInputContext class is described by Table 6-412
Table 6-412. Primary vtable for QInputContext
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QInputContext |
vfunc[0]: | QInputContext::metaObject() const |
vfunc[1]: | QInputContext::qt_metacast(char const*) |
vfunc[2]: | QInputContext::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QInputContext::~QInputContext() |
vfunc[4]: | QInputContext::~QInputContext() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | __cxa_pure_virtual |
vfunc[13]: | __cxa_pure_virtual |
vfunc[14]: | __cxa_pure_virtual |
vfunc[15]: | QInputContext::update() |
vfunc[16]: | QInputContext::mouseHandler(int, QMouseEvent*) |
vfunc[17]: | QInputContext::font() const |
vfunc[18]: | __cxa_pure_virtual |
vfunc[19]: | QInputContext::setFocusWidget(QWidget*) |
vfunc[20]: | QInputContext::widgetDestroyed(QWidget*) |
vfunc[21]: | QInputContext::actions() |
vfunc[22]: | QInputContext::x11FilterEvent(QWidget*, _XEvent*) |
vfunc[23]: | QInputContext::filterEvent(QEvent const*) |
The Run Time Type Information for the QInputContext class is described by Table 6-413
The virtual table for the QAbstractButton class is described by Table 6-414
Table 6-414. Primary vtable for QAbstractButton
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractButton |
vfunc[0]: | QAbstractButton::metaObject() const |
vfunc[1]: | QAbstractButton::qt_metacast(char const*) |
vfunc[2]: | QAbstractButton::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QAbstractButton::~QAbstractButton() |
vfunc[4]: | QAbstractButton::~QAbstractButton() |
vfunc[5]: | QAbstractButton::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QAbstractButton::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QWidget::sizeHint() const |
vfunc[15]: | QWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QAbstractButton::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QAbstractButton::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QAbstractButton::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QAbstractButton::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QAbstractButton::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QAbstractButton::focusInEvent(QFocusEvent*) |
vfunc[26]: | QAbstractButton::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | __cxa_pure_virtual |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QAbstractButton::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QAbstractButton::hitButton(QPoint const&) const |
vfunc[55]: | QAbstractButton::checkStateSet() |
vfunc[56]: | QAbstractButton::nextCheckState() |
Table 6-415. Secondary vtable for QAbstractButton
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractButton |
vfunc[0]: | non-virtual thunk to QAbstractButton::~QAbstractButton() |
vfunc[1]: | non-virtual thunk to QAbstractButton::~QAbstractButton() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QAbstractButton class is described by Table 6-416
The virtual table for the QCheckBox class is described by Table 6-417
Table 6-417. Primary vtable for QCheckBox
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QCheckBox |
vfunc[0]: | QCheckBox::metaObject() const |
vfunc[1]: | QCheckBox::qt_metacast(char const*) |
vfunc[2]: | QCheckBox::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QCheckBox::~QCheckBox() |
vfunc[4]: | QCheckBox::~QCheckBox() |
vfunc[5]: | QCheckBox::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QAbstractButton::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QCheckBox::sizeHint() const |
vfunc[15]: | QWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QAbstractButton::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QAbstractButton::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QCheckBox::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QAbstractButton::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QAbstractButton::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QAbstractButton::focusInEvent(QFocusEvent*) |
vfunc[26]: | QAbstractButton::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QCheckBox::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QAbstractButton::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QCheckBox::hitButton(QPoint const&) const |
vfunc[55]: | QCheckBox::checkStateSet() |
vfunc[56]: | QCheckBox::nextCheckState() |
Table 6-418. Secondary vtable for QCheckBox
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QCheckBox |
vfunc[0]: | non-virtual thunk to QCheckBox::~QCheckBox() |
vfunc[1]: | non-virtual thunk to QCheckBox::~QCheckBox() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QCheckBox class is described by Table 6-419
The virtual table for the QMenu class is described by Table 6-420
Table 6-420. Primary vtable for QMenu
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QMenu |
vfunc[0]: | QMenu::metaObject() const |
vfunc[1]: | QMenu::qt_metacast(char const*) |
vfunc[2]: | QMenu::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QMenu::~QMenu() |
vfunc[4]: | QMenu::~QMenu() |
vfunc[5]: | QMenu::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QMenu::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QMenu::sizeHint() const |
vfunc[15]: | QWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QMenu::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QMenu::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QMenu::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QMenu::wheelEvent(QWheelEvent*) |
vfunc[23]: | QMenu::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QMenu::enterEvent(QEvent*) |
vfunc[28]: | QMenu::leaveEvent(QEvent*) |
vfunc[29]: | QMenu::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QMenu::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QMenu::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QMenu::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
Table 6-421. Secondary vtable for QMenu
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QMenu |
vfunc[0]: | non-virtual thunk to QMenu::~QMenu() |
vfunc[1]: | non-virtual thunk to QMenu::~QMenu() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QMenu class is described by Table 6-422
The virtual table for the QWorkspace class is described by Table 6-423
Table 6-423. Primary vtable for QWorkspace
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QWorkspace |
vfunc[0]: | QWorkspace::metaObject() const |
vfunc[1]: | QWorkspace::qt_metacast(char const*) |
vfunc[2]: | QWorkspace::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QWorkspace::~QWorkspace() |
vfunc[4]: | QWorkspace::~QWorkspace() |
vfunc[5]: | QWorkspace::event(QEvent*) |
vfunc[6]: | QWorkspace::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QWorkspace::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QWorkspace::sizeHint() const |
vfunc[15]: | QWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWorkspace::wheelEvent(QWheelEvent*) |
vfunc[23]: | QWidget::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QWorkspace::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QWorkspace::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWorkspace::showEvent(QShowEvent*) |
vfunc[41]: | QWorkspace::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QWorkspace::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
Table 6-424. Secondary vtable for QWorkspace
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QWorkspace |
vfunc[0]: | non-virtual thunk to QWorkspace::~QWorkspace() |
vfunc[1]: | non-virtual thunk to QWorkspace::~QWorkspace() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QWorkspace class is described by Table 6-425
The virtual table for the QButtonGroup class is described by Table 6-426
Table 6-426. Primary vtable for QButtonGroup
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QButtonGroup |
vfunc[0]: | QButtonGroup::metaObject() const |
vfunc[1]: | QButtonGroup::qt_metacast(char const*) |
vfunc[2]: | QButtonGroup::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QButtonGroup::~QButtonGroup() |
vfunc[4]: | QButtonGroup::~QButtonGroup() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
The Run Time Type Information for the QButtonGroup class is described by Table 6-427
The virtual table for the QSpinBox class is described by Table 6-428
Table 6-428. Primary vtable for QSpinBox
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSpinBox |
vfunc[0]: | QSpinBox::metaObject() const |
vfunc[1]: | QSpinBox::qt_metacast(char const*) |
vfunc[2]: | QSpinBox::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QSpinBox::~QSpinBox() |
vfunc[4]: | QSpinBox::~QSpinBox() |
vfunc[5]: | QSpinBox::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QAbstractSpinBox::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QAbstractSpinBox::sizeHint() const |
vfunc[15]: | QAbstractSpinBox::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QAbstractSpinBox::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QAbstractSpinBox::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QAbstractSpinBox::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QAbstractSpinBox::wheelEvent(QWheelEvent*) |
vfunc[23]: | QAbstractSpinBox::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QAbstractSpinBox::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QAbstractSpinBox::focusInEvent(QFocusEvent*) |
vfunc[26]: | QAbstractSpinBox::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QAbstractSpinBox::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QAbstractSpinBox::resizeEvent(QResizeEvent*) |
vfunc[32]: | QAbstractSpinBox::closeEvent(QCloseEvent*) |
vfunc[33]: | QAbstractSpinBox::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QAbstractSpinBox::showEvent(QShowEvent*) |
vfunc[41]: | QAbstractSpinBox::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QAbstractSpinBox::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QSpinBox::validate(QString&, int&) const |
vfunc[55]: | QSpinBox::fixup(QString&) const |
vfunc[56]: | QAbstractSpinBox::stepBy(int) |
vfunc[57]: | QAbstractSpinBox::clear() |
vfunc[58]: | QAbstractSpinBox::stepEnabled() const |
vfunc[59]: | QSpinBox::valueFromText(QString const&) const |
vfunc[60]: | QSpinBox::textFromValue(int) const |
Table 6-429. Secondary vtable for QSpinBox
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSpinBox |
vfunc[0]: | non-virtual thunk to QSpinBox::~QSpinBox() |
vfunc[1]: | non-virtual thunk to QSpinBox::~QSpinBox() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QSpinBox class is described by Table 6-430
The virtual table for the QDoubleSpinBox class is described by Table 6-431
Table 6-431. Primary vtable for QDoubleSpinBox
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDoubleSpinBox |
vfunc[0]: | QDoubleSpinBox::metaObject() const |
vfunc[1]: | QDoubleSpinBox::qt_metacast(char const*) |
vfunc[2]: | QDoubleSpinBox::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QDoubleSpinBox::~QDoubleSpinBox() |
vfunc[4]: | QDoubleSpinBox::~QDoubleSpinBox() |
vfunc[5]: | QAbstractSpinBox::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QAbstractSpinBox::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QAbstractSpinBox::sizeHint() const |
vfunc[15]: | QAbstractSpinBox::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QAbstractSpinBox::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QAbstractSpinBox::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QAbstractSpinBox::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QAbstractSpinBox::wheelEvent(QWheelEvent*) |
vfunc[23]: | QAbstractSpinBox::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QAbstractSpinBox::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QAbstractSpinBox::focusInEvent(QFocusEvent*) |
vfunc[26]: | QAbstractSpinBox::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QAbstractSpinBox::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QAbstractSpinBox::resizeEvent(QResizeEvent*) |
vfunc[32]: | QAbstractSpinBox::closeEvent(QCloseEvent*) |
vfunc[33]: | QAbstractSpinBox::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QAbstractSpinBox::showEvent(QShowEvent*) |
vfunc[41]: | QAbstractSpinBox::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QAbstractSpinBox::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QDoubleSpinBox::validate(QString&, int&) const |
vfunc[55]: | QDoubleSpinBox::fixup(QString&) const |
vfunc[56]: | QAbstractSpinBox::stepBy(int) |
vfunc[57]: | QAbstractSpinBox::clear() |
vfunc[58]: | QAbstractSpinBox::stepEnabled() const |
vfunc[59]: | QDoubleSpinBox::valueFromText(QString const&) const |
vfunc[60]: | QDoubleSpinBox::textFromValue(double) const |
Table 6-432. Secondary vtable for QDoubleSpinBox
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDoubleSpinBox |
vfunc[0]: | non-virtual thunk to QDoubleSpinBox::~QDoubleSpinBox() |
vfunc[1]: | non-virtual thunk to QDoubleSpinBox::~QDoubleSpinBox() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QDoubleSpinBox class is described by Table 6-433
The virtual table for the QLCDNumber class is described by Table 6-434
Table 6-434. Primary vtable for QLCDNumber
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QLCDNumber |
vfunc[0]: | QLCDNumber::metaObject() const |
vfunc[1]: | QLCDNumber::qt_metacast(char const*) |
vfunc[2]: | QLCDNumber::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QLCDNumber::~QLCDNumber() |
vfunc[4]: | QLCDNumber::~QLCDNumber() |
vfunc[5]: | QLCDNumber::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QLCDNumber::sizeHint() const |
vfunc[15]: | QWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QWidget::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QLCDNumber::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QFrame::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
Table 6-435. Secondary vtable for QLCDNumber
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QLCDNumber |
vfunc[0]: | non-virtual thunk to QLCDNumber::~QLCDNumber() |
vfunc[1]: | non-virtual thunk to QLCDNumber::~QLCDNumber() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QLCDNumber class is described by Table 6-436
The virtual table for the QStackedWidget class is described by Table 6-437
Table 6-437. Primary vtable for QStackedWidget
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QStackedWidget |
vfunc[0]: | QStackedWidget::metaObject() const |
vfunc[1]: | QStackedWidget::qt_metacast(char const*) |
vfunc[2]: | QStackedWidget::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QStackedWidget::~QStackedWidget() |
vfunc[4]: | QStackedWidget::~QStackedWidget() |
vfunc[5]: | QStackedWidget::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QFrame::sizeHint() const |
vfunc[15]: | QWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QWidget::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QFrame::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QFrame::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
Table 6-438. Secondary vtable for QStackedWidget
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QStackedWidget |
vfunc[0]: | non-virtual thunk to QStackedWidget::~QStackedWidget() |
vfunc[1]: | non-virtual thunk to QStackedWidget::~QStackedWidget() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QStackedWidget class is described by Table 6-439
The virtual table for the QPushButton class is described by Table 6-440
Table 6-440. Primary vtable for QPushButton
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QPushButton |
vfunc[0]: | QPushButton::metaObject() const |
vfunc[1]: | QPushButton::qt_metacast(char const*) |
vfunc[2]: | QPushButton::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QPushButton::~QPushButton() |
vfunc[4]: | QPushButton::~QPushButton() |
vfunc[5]: | QPushButton::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QAbstractButton::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QPushButton::sizeHint() const |
vfunc[15]: | QWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QAbstractButton::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QAbstractButton::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QAbstractButton::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QPushButton::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QAbstractButton::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QPushButton::focusInEvent(QFocusEvent*) |
vfunc[26]: | QPushButton::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QPushButton::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QAbstractButton::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QAbstractButton::hitButton(QPoint const&) const |
vfunc[55]: | QAbstractButton::checkStateSet() |
vfunc[56]: | QAbstractButton::nextCheckState() |
Table 6-441. Secondary vtable for QPushButton
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QPushButton |
vfunc[0]: | non-virtual thunk to QPushButton::~QPushButton() |
vfunc[1]: | non-virtual thunk to QPushButton::~QPushButton() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QPushButton class is described by Table 6-442
The virtual table for the QSplashScreen class is described by Table 6-443
Table 6-443. Primary vtable for QSplashScreen
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSplashScreen |
vfunc[0]: | QSplashScreen::metaObject() const |
vfunc[1]: | QSplashScreen::qt_metacast(char const*) |
vfunc[2]: | QSplashScreen::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QSplashScreen::~QSplashScreen() |
vfunc[4]: | QSplashScreen::~QSplashScreen() |
vfunc[5]: | QSplashScreen::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QWidget::sizeHint() const |
vfunc[15]: | QWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QSplashScreen::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QWidget::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QWidget::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QWidget::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QSplashScreen::drawContents(QPainter*) |
Table 6-444. Secondary vtable for QSplashScreen
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSplashScreen |
vfunc[0]: | non-virtual thunk to QSplashScreen::~QSplashScreen() |
vfunc[1]: | non-virtual thunk to QSplashScreen::~QSplashScreen() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QSplashScreen class is described by Table 6-445
The virtual table for the QDateTimeEdit class is described by Table 6-446
Table 6-446. Primary vtable for QDateTimeEdit
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDateTimeEdit |
vfunc[0]: | QDateTimeEdit::metaObject() const |
vfunc[1]: | QDateTimeEdit::qt_metacast(char const*) |
vfunc[2]: | QDateTimeEdit::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QDateTimeEdit::~QDateTimeEdit() |
vfunc[4]: | QDateTimeEdit::~QDateTimeEdit() |
vfunc[5]: | QDateTimeEdit::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QAbstractSpinBox::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QDateTimeEdit::sizeHint() const |
vfunc[15]: | QAbstractSpinBox::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QAbstractSpinBox::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QAbstractSpinBox::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QAbstractSpinBox::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QDateTimeEdit::wheelEvent(QWheelEvent*) |
vfunc[23]: | QDateTimeEdit::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QAbstractSpinBox::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QDateTimeEdit::focusInEvent(QFocusEvent*) |
vfunc[26]: | QAbstractSpinBox::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QAbstractSpinBox::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QAbstractSpinBox::resizeEvent(QResizeEvent*) |
vfunc[32]: | QAbstractSpinBox::closeEvent(QCloseEvent*) |
vfunc[33]: | QAbstractSpinBox::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QAbstractSpinBox::showEvent(QShowEvent*) |
vfunc[41]: | QAbstractSpinBox::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QAbstractSpinBox::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QDateTimeEdit::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QDateTimeEdit::validate(QString&, int&) const |
vfunc[55]: | QDateTimeEdit::fixup(QString&) const |
vfunc[56]: | QDateTimeEdit::stepBy(int) |
vfunc[57]: | QDateTimeEdit::clear() |
vfunc[58]: | QDateTimeEdit::stepEnabled() const |
vfunc[59]: | QDateTimeEdit::dateTimeFromText(QString const&) const |
vfunc[60]: | QDateTimeEdit::textFromDateTime(QDateTime const&) const |
Table 6-447. Secondary vtable for QDateTimeEdit
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDateTimeEdit |
vfunc[0]: | non-virtual thunk to QDateTimeEdit::~QDateTimeEdit() |
vfunc[1]: | non-virtual thunk to QDateTimeEdit::~QDateTimeEdit() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QDateTimeEdit class is described by Table 6-448
The virtual table for the QTimeEdit class is described by Table 6-449
Table 6-449. Primary vtable for QTimeEdit
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTimeEdit |
vfunc[0]: | QTimeEdit::metaObject() const |
vfunc[1]: | QTimeEdit::qt_metacast(char const*) |
vfunc[2]: | QTimeEdit::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QTimeEdit::~QTimeEdit() |
vfunc[4]: | QTimeEdit::~QTimeEdit() |
vfunc[5]: | QDateTimeEdit::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QAbstractSpinBox::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QDateTimeEdit::sizeHint() const |
vfunc[15]: | QAbstractSpinBox::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QAbstractSpinBox::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QAbstractSpinBox::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QAbstractSpinBox::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QDateTimeEdit::wheelEvent(QWheelEvent*) |
vfunc[23]: | QDateTimeEdit::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QAbstractSpinBox::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QDateTimeEdit::focusInEvent(QFocusEvent*) |
vfunc[26]: | QAbstractSpinBox::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QAbstractSpinBox::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QAbstractSpinBox::resizeEvent(QResizeEvent*) |
vfunc[32]: | QAbstractSpinBox::closeEvent(QCloseEvent*) |
vfunc[33]: | QAbstractSpinBox::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QAbstractSpinBox::showEvent(QShowEvent*) |
vfunc[41]: | QAbstractSpinBox::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QAbstractSpinBox::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QDateTimeEdit::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QDateTimeEdit::validate(QString&, int&) const |
vfunc[55]: | QDateTimeEdit::fixup(QString&) const |
vfunc[56]: | QDateTimeEdit::stepBy(int) |
vfunc[57]: | QDateTimeEdit::clear() |
vfunc[58]: | QDateTimeEdit::stepEnabled() const |
vfunc[59]: | QDateTimeEdit::dateTimeFromText(QString const&) const |
vfunc[60]: | QDateTimeEdit::textFromDateTime(QDateTime const&) const |
Table 6-450. Secondary vtable for QTimeEdit
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTimeEdit |
vfunc[0]: | non-virtual thunk to QTimeEdit::~QTimeEdit() |
vfunc[1]: | non-virtual thunk to QTimeEdit::~QTimeEdit() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QTimeEdit class is described by Table 6-451
The virtual table for the QDateEdit class is described by Table 6-452
Table 6-452. Primary vtable for QDateEdit
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDateEdit |
vfunc[0]: | QDateEdit::metaObject() const |
vfunc[1]: | QDateEdit::qt_metacast(char const*) |
vfunc[2]: | QDateEdit::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QDateEdit::~QDateEdit() |
vfunc[4]: | QDateEdit::~QDateEdit() |
vfunc[5]: | QDateTimeEdit::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QAbstractSpinBox::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QDateTimeEdit::sizeHint() const |
vfunc[15]: | QAbstractSpinBox::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QAbstractSpinBox::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QAbstractSpinBox::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QAbstractSpinBox::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QDateTimeEdit::wheelEvent(QWheelEvent*) |
vfunc[23]: | QDateTimeEdit::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QAbstractSpinBox::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QDateTimeEdit::focusInEvent(QFocusEvent*) |
vfunc[26]: | QAbstractSpinBox::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QAbstractSpinBox::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QAbstractSpinBox::resizeEvent(QResizeEvent*) |
vfunc[32]: | QAbstractSpinBox::closeEvent(QCloseEvent*) |
vfunc[33]: | QAbstractSpinBox::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QAbstractSpinBox::showEvent(QShowEvent*) |
vfunc[41]: | QAbstractSpinBox::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QAbstractSpinBox::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QDateTimeEdit::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QDateTimeEdit::validate(QString&, int&) const |
vfunc[55]: | QDateTimeEdit::fixup(QString&) const |
vfunc[56]: | QDateTimeEdit::stepBy(int) |
vfunc[57]: | QDateTimeEdit::clear() |
vfunc[58]: | QDateTimeEdit::stepEnabled() const |
vfunc[59]: | QDateTimeEdit::dateTimeFromText(QString const&) const |
vfunc[60]: | QDateTimeEdit::textFromDateTime(QDateTime const&) const |
Table 6-453. Secondary vtable for QDateEdit
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDateEdit |
vfunc[0]: | non-virtual thunk to QDateEdit::~QDateEdit() |
vfunc[1]: | non-virtual thunk to QDateEdit::~QDateEdit() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QDateEdit class is described by Table 6-454
The virtual table for the QLabel class is described by Table 6-455
Table 6-455. Primary vtable for QLabel
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QLabel |
vfunc[0]: | QLabel::metaObject() const |
vfunc[1]: | QLabel::qt_metacast(char const*) |
vfunc[2]: | QLabel::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QLabel::~QLabel() |
vfunc[4]: | QLabel::~QLabel() |
vfunc[5]: | QLabel::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QLabel::sizeHint() const |
vfunc[15]: | QLabel::minimumSizeHint() const |
vfunc[16]: | QLabel::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QWidget::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QLabel::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QLabel::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
Table 6-456. Secondary vtable for QLabel
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QLabel |
vfunc[0]: | non-virtual thunk to QLabel::~QLabel() |
vfunc[1]: | non-virtual thunk to QLabel::~QLabel() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QLabel class is described by Table 6-457
The virtual table for the QDockWidget class is described by Table 6-458
Table 6-458. Primary vtable for QDockWidget
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDockWidget |
vfunc[0]: | QDockWidget::metaObject() const |
vfunc[1]: | QDockWidget::qt_metacast(char const*) |
vfunc[2]: | QDockWidget::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QDockWidget::~QDockWidget() |
vfunc[4]: | QDockWidget::~QDockWidget() |
vfunc[5]: | QDockWidget::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QWidget::sizeHint() const |
vfunc[15]: | QWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QWidget::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QDockWidget::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QDockWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QDockWidget::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
Table 6-459. Secondary vtable for QDockWidget
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDockWidget |
vfunc[0]: | non-virtual thunk to QDockWidget::~QDockWidget() |
vfunc[1]: | non-virtual thunk to QDockWidget::~QDockWidget() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QDockWidget class is described by Table 6-460
The virtual table for the QGroupBox class is described by Table 6-461
Table 6-461. Primary vtable for QGroupBox
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QGroupBox |
vfunc[0]: | QGroupBox::metaObject() const |
vfunc[1]: | QGroupBox::qt_metacast(char const*) |
vfunc[2]: | QGroupBox::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QGroupBox::~QGroupBox() |
vfunc[4]: | QGroupBox::~QGroupBox() |
vfunc[5]: | QGroupBox::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QGroupBox::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QWidget::sizeHint() const |
vfunc[15]: | QGroupBox::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QGroupBox::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QGroupBox::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QGroupBox::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QWidget::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QGroupBox::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QGroupBox::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QGroupBox::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QGroupBox::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
Table 6-462. Secondary vtable for QGroupBox
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QGroupBox |
vfunc[0]: | non-virtual thunk to QGroupBox::~QGroupBox() |
vfunc[1]: | non-virtual thunk to QGroupBox::~QGroupBox() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QGroupBox class is described by Table 6-463
The virtual table for the QMainWindow class is described by Table 6-464
Table 6-464. Primary vtable for QMainWindow
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QMainWindow |
vfunc[0]: | QMainWindow::metaObject() const |
vfunc[1]: | QMainWindow::qt_metacast(char const*) |
vfunc[2]: | QMainWindow::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QMainWindow::~QMainWindow() |
vfunc[4]: | QMainWindow::~QMainWindow() |
vfunc[5]: | QMainWindow::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QWidget::sizeHint() const |
vfunc[15]: | QWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QWidget::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QWidget::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QMainWindow::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QWidget::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QMainWindow::createPopupMenu() |
Table 6-465. Secondary vtable for QMainWindow
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QMainWindow |
vfunc[0]: | non-virtual thunk to QMainWindow::~QMainWindow() |
vfunc[1]: | non-virtual thunk to QMainWindow::~QMainWindow() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QMainWindow class is described by Table 6-466
The virtual table for the QTextEdit class is described by Table 6-467
Table 6-467. Primary vtable for QTextEdit
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTextEdit |
vfunc[0]: | QTextEdit::metaObject() const |
vfunc[1]: | QTextEdit::qt_metacast(char const*) |
vfunc[2]: | QTextEdit::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QTextEdit::~QTextEdit() |
vfunc[4]: | QTextEdit::~QTextEdit() |
vfunc[5]: | QTextEdit::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QTextEdit::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QAbstractScrollArea::sizeHint() const |
vfunc[15]: | QAbstractScrollArea::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QTextEdit::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QTextEdit::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QTextEdit::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QTextEdit::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QTextEdit::wheelEvent(QWheelEvent*) |
vfunc[23]: | QTextEdit::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QTextEdit::focusInEvent(QFocusEvent*) |
vfunc[26]: | QTextEdit::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QTextEdit::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QTextEdit::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QTextEdit::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QTextEdit::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QTextEdit::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QTextEdit::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QTextEdit::dropEvent(QDropEvent*) |
vfunc[40]: | QTextEdit::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QTextEdit::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QTextEdit::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QTextEdit::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QTextEdit::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QAbstractScrollArea::viewportEvent(QEvent*) |
vfunc[55]: | QTextEdit::scrollContentsBy(int, int) |
vfunc[56]: | QTextEdit::loadResource(int, QUrl const&) |
vfunc[57]: | QTextEdit::createMimeDataFromSelection() const |
vfunc[58]: | QTextEdit::canInsertFromMimeData(QMimeData const*) const |
vfunc[59]: | QTextEdit::insertFromMimeData(QMimeData const*) |
Table 6-468. Secondary vtable for QTextEdit
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTextEdit |
vfunc[0]: | non-virtual thunk to QTextEdit::~QTextEdit() |
vfunc[1]: | non-virtual thunk to QTextEdit::~QTextEdit() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QTextEdit class is described by Table 6-469
The virtual table for the QProgressBar class is described by Table 6-470
Table 6-470. Primary vtable for QProgressBar
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QProgressBar |
vfunc[0]: | QProgressBar::metaObject() const |
vfunc[1]: | QProgressBar::qt_metacast(char const*) |
vfunc[2]: | QProgressBar::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QProgressBar::~QProgressBar() |
vfunc[4]: | QProgressBar::~QProgressBar() |
vfunc[5]: | QProgressBar::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QProgressBar::sizeHint() const |
vfunc[15]: | QProgressBar::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QWidget::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QProgressBar::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QWidget::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QProgressBar::text() const |
Table 6-471. Secondary vtable for QProgressBar
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QProgressBar |
vfunc[0]: | non-virtual thunk to QProgressBar::~QProgressBar() |
vfunc[1]: | non-virtual thunk to QProgressBar::~QProgressBar() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QProgressBar class is described by Table 6-472
The virtual table for the QScrollBar class is described by Table 6-473
Table 6-473. Primary vtable for QScrollBar
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QScrollBar |
vfunc[0]: | QScrollBar::metaObject() const |
vfunc[1]: | QScrollBar::qt_metacast(char const*) |
vfunc[2]: | QScrollBar::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QScrollBar::~QScrollBar() |
vfunc[4]: | QScrollBar::~QScrollBar() |
vfunc[5]: | QScrollBar::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QAbstractSlider::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QScrollBar::sizeHint() const |
vfunc[15]: | QWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QScrollBar::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QScrollBar::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QScrollBar::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QAbstractSlider::wheelEvent(QWheelEvent*) |
vfunc[23]: | QAbstractSlider::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QScrollBar::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QScrollBar::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QScrollBar::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QAbstractSlider::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QScrollBar::sliderChange(QAbstractSlider::SliderChange) |
Table 6-474. Secondary vtable for QScrollBar
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QScrollBar |
vfunc[0]: | non-virtual thunk to QScrollBar::~QScrollBar() |
vfunc[1]: | non-virtual thunk to QScrollBar::~QScrollBar() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QScrollBar class is described by Table 6-475
The virtual table for the QSizeGrip class is described by Table 6-476
Table 6-476. Primary vtable for QSizeGrip
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSizeGrip |
vfunc[0]: | QSizeGrip::metaObject() const |
vfunc[1]: | QSizeGrip::qt_metacast(char const*) |
vfunc[2]: | QSizeGrip::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QSizeGrip::~QSizeGrip() |
vfunc[4]: | QSizeGrip::~QSizeGrip() |
vfunc[5]: | QSizeGrip::event(QEvent*) |
vfunc[6]: | QSizeGrip::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QSizeGrip::setVisible(bool) |
vfunc[14]: | QSizeGrip::sizeHint() const |
vfunc[15]: | QWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QSizeGrip::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QSizeGrip::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QWidget::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QSizeGrip::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QWidget::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
Table 6-477. Secondary vtable for QSizeGrip
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSizeGrip |
vfunc[0]: | non-virtual thunk to QSizeGrip::~QSizeGrip() |
vfunc[1]: | non-virtual thunk to QSizeGrip::~QSizeGrip() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QSizeGrip class is described by Table 6-478
The virtual table for the QTextBrowser class is described by Table 6-479
Table 6-479. Primary vtable for QTextBrowser
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTextBrowser |
vfunc[0]: | QTextBrowser::metaObject() const |
vfunc[1]: | QTextBrowser::qt_metacast(char const*) |
vfunc[2]: | QTextBrowser::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QTextBrowser::~QTextBrowser() |
vfunc[4]: | QTextBrowser::~QTextBrowser() |
vfunc[5]: | QTextBrowser::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QTextEdit::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QAbstractScrollArea::sizeHint() const |
vfunc[15]: | QAbstractScrollArea::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QTextBrowser::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QTextBrowser::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QTextEdit::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QTextBrowser::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QTextEdit::wheelEvent(QWheelEvent*) |
vfunc[23]: | QTextBrowser::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QTextEdit::focusInEvent(QFocusEvent*) |
vfunc[26]: | QTextBrowser::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QTextBrowser::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QTextEdit::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QTextEdit::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QTextEdit::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QTextEdit::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QTextEdit::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QTextEdit::dropEvent(QDropEvent*) |
vfunc[40]: | QTextEdit::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QTextEdit::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QTextEdit::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QTextEdit::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QTextBrowser::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QAbstractScrollArea::viewportEvent(QEvent*) |
vfunc[55]: | QTextEdit::scrollContentsBy(int, int) |
vfunc[56]: | QTextBrowser::loadResource(int, QUrl const&) |
vfunc[57]: | QTextEdit::createMimeDataFromSelection() const |
vfunc[58]: | QTextEdit::canInsertFromMimeData(QMimeData const*) const |
vfunc[59]: | QTextEdit::insertFromMimeData(QMimeData const*) |
vfunc[60]: | QTextBrowser::setSource(QUrl const&) |
vfunc[61]: | QTextBrowser::backward() |
vfunc[62]: | QTextBrowser::forward() |
vfunc[63]: | QTextBrowser::home() |
vfunc[64]: | QTextBrowser::reload() |
Table 6-480. Secondary vtable for QTextBrowser
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTextBrowser |
vfunc[0]: | non-virtual thunk to QTextBrowser::~QTextBrowser() |
vfunc[1]: | non-virtual thunk to QTextBrowser::~QTextBrowser() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QTextBrowser class is described by Table 6-481
The virtual table for the QStatusBar class is described by Table 6-482
Table 6-482. Primary vtable for QStatusBar
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QStatusBar |
vfunc[0]: | QStatusBar::metaObject() const |
vfunc[1]: | QStatusBar::qt_metacast(char const*) |
vfunc[2]: | QStatusBar::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QStatusBar::~QStatusBar() |
vfunc[4]: | QStatusBar::~QStatusBar() |
vfunc[5]: | QStatusBar::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QWidget::sizeHint() const |
vfunc[15]: | QWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QWidget::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QStatusBar::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QStatusBar::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QWidget::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
Table 6-483. Secondary vtable for QStatusBar
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QStatusBar |
vfunc[0]: | non-virtual thunk to QStatusBar::~QStatusBar() |
vfunc[1]: | non-virtual thunk to QStatusBar::~QStatusBar() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QStatusBar class is described by Table 6-484
The virtual table for the QScrollArea class is described by Table 6-485
Table 6-485. Primary vtable for QScrollArea
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QScrollArea |
vfunc[0]: | QScrollArea::metaObject() const |
vfunc[1]: | QScrollArea::qt_metacast(char const*) |
vfunc[2]: | QScrollArea::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QScrollArea::~QScrollArea() |
vfunc[4]: | QScrollArea::~QScrollArea() |
vfunc[5]: | QScrollArea::event(QEvent*) |
vfunc[6]: | QScrollArea::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QScrollArea::sizeHint() const |
vfunc[15]: | QAbstractScrollArea::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QAbstractScrollArea::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QAbstractScrollArea::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QAbstractScrollArea::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QAbstractScrollArea::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QAbstractScrollArea::wheelEvent(QWheelEvent*) |
vfunc[23]: | QAbstractScrollArea::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QAbstractScrollArea::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QScrollArea::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QAbstractScrollArea::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QAbstractScrollArea::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QAbstractScrollArea::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QAbstractScrollArea::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QFrame::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QScrollArea::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QAbstractScrollArea::viewportEvent(QEvent*) |
vfunc[55]: | QScrollArea::scrollContentsBy(int, int) |
Table 6-486. Secondary vtable for QScrollArea
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QScrollArea |
vfunc[0]: | non-virtual thunk to QScrollArea::~QScrollArea() |
vfunc[1]: | non-virtual thunk to QScrollArea::~QScrollArea() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QScrollArea class is described by Table 6-487
The virtual table for the QToolButton class is described by Table 6-488
Table 6-488. Primary vtable for QToolButton
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QToolButton |
vfunc[0]: | QToolButton::metaObject() const |
vfunc[1]: | QToolButton::qt_metacast(char const*) |
vfunc[2]: | QToolButton::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QToolButton::~QToolButton() |
vfunc[4]: | QToolButton::~QToolButton() |
vfunc[5]: | QToolButton::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QToolButton::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QToolButton::sizeHint() const |
vfunc[15]: | QToolButton::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QToolButton::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QAbstractButton::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QAbstractButton::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QAbstractButton::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QAbstractButton::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QAbstractButton::focusInEvent(QFocusEvent*) |
vfunc[26]: | QAbstractButton::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QToolButton::enterEvent(QEvent*) |
vfunc[28]: | QToolButton::leaveEvent(QEvent*) |
vfunc[29]: | QToolButton::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QToolButton::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QToolButton::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QAbstractButton::hitButton(QPoint const&) const |
vfunc[55]: | QAbstractButton::checkStateSet() |
vfunc[56]: | QToolButton::nextCheckState() |
Table 6-489. Secondary vtable for QToolButton
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QToolButton |
vfunc[0]: | non-virtual thunk to QToolButton::~QToolButton() |
vfunc[1]: | non-virtual thunk to QToolButton::~QToolButton() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QToolButton class is described by Table 6-490
The virtual table for the QComboBox class is described by Table 6-491
Table 6-491. Primary vtable for QComboBox
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QComboBox |
vfunc[0]: | QComboBox::metaObject() const |
vfunc[1]: | QComboBox::qt_metacast(char const*) |
vfunc[2]: | QComboBox::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QComboBox::~QComboBox() |
vfunc[4]: | QComboBox::~QComboBox() |
vfunc[5]: | QComboBox::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QComboBox::sizeHint() const |
vfunc[15]: | QComboBox::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QComboBox::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QComboBox::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QComboBox::wheelEvent(QWheelEvent*) |
vfunc[23]: | QComboBox::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QComboBox::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QComboBox::focusInEvent(QFocusEvent*) |
vfunc[26]: | QComboBox::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QComboBox::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QComboBox::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QComboBox::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QComboBox::showEvent(QShowEvent*) |
vfunc[41]: | QComboBox::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QComboBox::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QComboBox::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QComboBox::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QComboBox::showPopup() |
vfunc[55]: | QComboBox::hidePopup() |
Table 6-492. Secondary vtable for QComboBox
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QComboBox |
vfunc[0]: | non-virtual thunk to QComboBox::~QComboBox() |
vfunc[1]: | non-virtual thunk to QComboBox::~QComboBox() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QComboBox class is described by Table 6-493
The virtual table for the QMenuItem class is described by Table 6-494
Table 6-494. Primary vtable for QMenuItem
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QMenuItem |
vfunc[0]: | QAction::metaObject() const |
vfunc[1]: | QAction::qt_metacast(char const*) |
vfunc[2]: | QAction::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QMenuItem::~QMenuItem() |
vfunc[4]: | QMenuItem::~QMenuItem() |
vfunc[5]: | QAction::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
The Run Time Type Information for the QMenuItem class is described by Table 6-495
The virtual table for the QRadioButton class is described by Table 6-496
Table 6-496. Primary vtable for QRadioButton
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QRadioButton |
vfunc[0]: | QRadioButton::metaObject() const |
vfunc[1]: | QRadioButton::qt_metacast(char const*) |
vfunc[2]: | QRadioButton::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QRadioButton::~QRadioButton() |
vfunc[4]: | QRadioButton::~QRadioButton() |
vfunc[5]: | QRadioButton::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QAbstractButton::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QRadioButton::sizeHint() const |
vfunc[15]: | QWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QAbstractButton::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QAbstractButton::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QRadioButton::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QAbstractButton::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QAbstractButton::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QAbstractButton::focusInEvent(QFocusEvent*) |
vfunc[26]: | QAbstractButton::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QRadioButton::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QAbstractButton::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QRadioButton::hitButton(QPoint const&) const |
vfunc[55]: | QAbstractButton::checkStateSet() |
vfunc[56]: | QAbstractButton::nextCheckState() |
Table 6-497. Secondary vtable for QRadioButton
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QRadioButton |
vfunc[0]: | non-virtual thunk to QRadioButton::~QRadioButton() |
vfunc[1]: | non-virtual thunk to QRadioButton::~QRadioButton() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QRadioButton class is described by Table 6-498
The virtual table for the QMenuBar class is described by Table 6-499
Table 6-499. Primary vtable for QMenuBar
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QMenuBar |
vfunc[0]: | QMenuBar::metaObject() const |
vfunc[1]: | QMenuBar::qt_metacast(char const*) |
vfunc[2]: | QMenuBar::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QMenuBar::~QMenuBar() |
vfunc[4]: | QMenuBar::~QMenuBar() |
vfunc[5]: | QMenuBar::event(QEvent*) |
vfunc[6]: | QMenuBar::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QMenuBar::sizeHint() const |
vfunc[15]: | QMenuBar::minimumSizeHint() const |
vfunc[16]: | QMenuBar::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QMenuBar::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QMenuBar::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QMenuBar::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QMenuBar::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QMenuBar::focusInEvent(QFocusEvent*) |
vfunc[26]: | QMenuBar::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QMenuBar::leaveEvent(QEvent*) |
vfunc[29]: | QMenuBar::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QMenuBar::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QMenuBar::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QMenuBar::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
Table 6-500. Secondary vtable for QMenuBar
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QMenuBar |
vfunc[0]: | non-virtual thunk to QMenuBar::~QMenuBar() |
vfunc[1]: | non-virtual thunk to QMenuBar::~QMenuBar() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QMenuBar class is described by Table 6-501
The virtual table for the QFocusFrame class is described by Table 6-502
Table 6-502. Primary vtable for QFocusFrame
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QFocusFrame |
vfunc[0]: | QFocusFrame::metaObject() const |
vfunc[1]: | QFocusFrame::qt_metacast(char const*) |
vfunc[2]: | QFocusFrame::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QFocusFrame::~QFocusFrame() |
vfunc[4]: | QFocusFrame::~QFocusFrame() |
vfunc[5]: | QFocusFrame::event(QEvent*) |
vfunc[6]: | QFocusFrame::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QWidget::sizeHint() const |
vfunc[15]: | QWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QWidget::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QFocusFrame::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QWidget::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
Table 6-503. Secondary vtable for QFocusFrame
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QFocusFrame |
vfunc[0]: | non-virtual thunk to QFocusFrame::~QFocusFrame() |
vfunc[1]: | non-virtual thunk to QFocusFrame::~QFocusFrame() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QFocusFrame class is described by Table 6-504
The virtual table for the QToolBar class is described by Table 6-505
Table 6-505. Primary vtable for QToolBar
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QToolBar |
vfunc[0]: | QToolBar::metaObject() const |
vfunc[1]: | QToolBar::qt_metacast(char const*) |
vfunc[2]: | QToolBar::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QToolBar::~QToolBar() |
vfunc[4]: | QToolBar::~QToolBar() |
vfunc[5]: | QToolBar::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QToolBar::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QWidget::sizeHint() const |
vfunc[15]: | QWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QWidget::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QToolBar::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QToolBar::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QToolBar::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QToolBar::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
Table 6-506. Secondary vtable for QToolBar
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QToolBar |
vfunc[0]: | non-virtual thunk to QToolBar::~QToolBar() |
vfunc[1]: | non-virtual thunk to QToolBar::~QToolBar() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QToolBar class is described by Table 6-507
The virtual table for the QToolBox class is described by Table 6-508
Table 6-508. Primary vtable for QToolBox
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QToolBox |
vfunc[0]: | QToolBox::metaObject() const |
vfunc[1]: | QToolBox::qt_metacast(char const*) |
vfunc[2]: | QToolBox::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QToolBox::~QToolBox() |
vfunc[4]: | QToolBox::~QToolBox() |
vfunc[5]: | QToolBox::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QFrame::sizeHint() const |
vfunc[15]: | QWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QWidget::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QFrame::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QToolBox::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QToolBox::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QToolBox::itemInserted(int) |
vfunc[55]: | QToolBox::itemRemoved(int) |
Table 6-509. Secondary vtable for QToolBox
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QToolBox |
vfunc[0]: | non-virtual thunk to QToolBox::~QToolBox() |
vfunc[1]: | non-virtual thunk to QToolBox::~QToolBox() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QToolBox class is described by Table 6-510
The virtual table for the QSplitter class is described by Table 6-511
Table 6-511. Primary vtable for QSplitter
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSplitter |
vfunc[0]: | QSplitter::metaObject() const |
vfunc[1]: | QSplitter::qt_metacast(char const*) |
vfunc[2]: | QSplitter::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QSplitter::~QSplitter() |
vfunc[4]: | QSplitter::~QSplitter() |
vfunc[5]: | QSplitter::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QSplitter::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QSplitter::sizeHint() const |
vfunc[15]: | QSplitter::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QWidget::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QFrame::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QSplitter::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QSplitter::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QSplitter::createHandle() |
Table 6-512. Secondary vtable for QSplitter
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSplitter |
vfunc[0]: | non-virtual thunk to QSplitter::~QSplitter() |
vfunc[1]: | non-virtual thunk to QSplitter::~QSplitter() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QSplitter class is described by Table 6-513
The virtual table for the QSplitterHandle class is described by Table 6-514
Table 6-514. Primary vtable for QSplitterHandle
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSplitterHandle |
vfunc[0]: | QSplitterHandle::metaObject() const |
vfunc[1]: | QSplitterHandle::qt_metacast(char const*) |
vfunc[2]: | QSplitterHandle::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QSplitterHandle::~QSplitterHandle() |
vfunc[4]: | QSplitterHandle::~QSplitterHandle() |
vfunc[5]: | QSplitterHandle::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QSplitterHandle::sizeHint() const |
vfunc[15]: | QWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QSplitterHandle::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QSplitterHandle::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QSplitterHandle::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QWidget::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QSplitterHandle::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QWidget::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
Table 6-515. Secondary vtable for QSplitterHandle
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSplitterHandle |
vfunc[0]: | non-virtual thunk to QSplitterHandle::~QSplitterHandle() |
vfunc[1]: | non-virtual thunk to QSplitterHandle::~QSplitterHandle() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QSplitterHandle class is described by Table 6-516
The virtual table for the QDial class is described by Table 6-517
Table 6-517. Primary vtable for QDial
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDial |
vfunc[0]: | QDial::metaObject() const |
vfunc[1]: | QDial::qt_metacast(char const*) |
vfunc[2]: | QDial::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QDial::~QDial() |
vfunc[4]: | QDial::~QDial() |
vfunc[5]: | QDial::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QAbstractSlider::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QDial::sizeHint() const |
vfunc[15]: | QDial::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QDial::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QDial::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QDial::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QAbstractSlider::wheelEvent(QWheelEvent*) |
vfunc[23]: | QAbstractSlider::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QDial::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QDial::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QAbstractSlider::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QDial::sliderChange(QAbstractSlider::SliderChange) |
Table 6-518. Secondary vtable for QDial
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDial |
vfunc[0]: | non-virtual thunk to QDial::~QDial() |
vfunc[1]: | non-virtual thunk to QDial::~QDial() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QDial class is described by Table 6-519
An LSB conforming implementation shall provide the architecture specific functions for QtGui specified in Table 6-520, with the full mandatory functionality as described in the referenced underlying specification.
Table 6-520. libQtGui - QtGui Function Interfaces
_ZThn12_N10QDropEventD0Ev [QtGui] | _ZThn12_N10QDropEventD1Ev [QtGui] |
_ZThn12_N14QDragMoveEventD0Ev [QtGui] | _ZThn12_N14QDragMoveEventD1Ev [QtGui] |
_ZThn12_N15QDragEnterEventD0Ev [QtGui] | _ZThn12_N15QDragEnterEventD1Ev [QtGui] |
_ZThn12_NK10QDropEvent11encodedDataEPKc [QtGui] | _ZThn12_NK10QDropEvent6formatEi [QtGui] |
_ZThn12_NK10QDropEvent8providesEPKc [QtGui] | _ZThn8_N10QBoxLayout10invalidateEv [QtGui] |
_ZThn8_N10QBoxLayout11setGeometryERK5QRect [QtGui] | _ZThn8_N10QBoxLayoutD0Ev [QtGui] |
_ZThn8_N10QBoxLayoutD1Ev [QtGui] | _ZThn8_N10QLCDNumberD0Ev [QtGui] |
_ZThn8_N10QLCDNumberD1Ev [QtGui] | _ZThn8_N10QScrollBarD0Ev [QtGui] |
_ZThn8_N10QScrollBarD1Ev [QtGui] | _ZThn8_N10QStatusBarD0Ev [QtGui] |
_ZThn8_N10QStatusBarD1Ev [QtGui] | _ZThn8_N10QTabWidgetD0Ev [QtGui] |
_ZThn8_N10QTabWidgetD1Ev [QtGui] | _ZThn8_N10QTableViewD0Ev [QtGui] |
_ZThn8_N10QTableViewD1Ev [QtGui] | _ZThn8_N10QWorkspaceD0Ev [QtGui] |
_ZThn8_N10QWorkspaceD1Ev [QtGui] | _ZThn8_N11QDockWidgetD0Ev [QtGui] |
_ZThn8_N11QDockWidgetD1Ev [QtGui] | _ZThn8_N11QFileDialogD0Ev [QtGui] |
_ZThn8_N11QFileDialogD1Ev [QtGui] | _ZThn8_N11QFocusFrameD0Ev [QtGui] |
_ZThn8_N11QFocusFrameD1Ev [QtGui] | _ZThn8_N11QFontDialogD0Ev [QtGui] |
_ZThn8_N11QFontDialogD1Ev [QtGui] | _ZThn8_N11QGridLayout10invalidateEv [QtGui] |
_ZThn8_N11QGridLayout11setGeometryERK5QRect [QtGui] | _ZThn8_N11QGridLayoutD0Ev [QtGui] |
_ZThn8_N11QGridLayoutD1Ev [QtGui] | _ZThn8_N11QHBoxLayoutD0Ev [QtGui] |
_ZThn8_N11QHBoxLayoutD1Ev [QtGui] | _ZThn8_N11QHeaderViewD0Ev [QtGui] |
_ZThn8_N11QHeaderViewD1Ev [QtGui] | _ZThn8_N11QListWidgetD0Ev [QtGui] |
_ZThn8_N11QListWidgetD1Ev [QtGui] | _ZThn8_N11QMainWindowD0Ev [QtGui] |
_ZThn8_N11QMainWindowD1Ev [QtGui] | _ZThn8_N11QMessageBoxD0Ev [QtGui] |
_ZThn8_N11QMessageBoxD1Ev [QtGui] | _ZThn8_N11QPushButtonD0Ev [QtGui] |
_ZThn8_N11QPushButtonD1Ev [QtGui] | _ZThn8_N11QRubberBandD0Ev [QtGui] |
_ZThn8_N11QRubberBandD1Ev [QtGui] | _ZThn8_N11QScrollAreaD0Ev [QtGui] |
_ZThn8_N11QScrollAreaD1Ev [QtGui] | _ZThn8_N11QToolButtonD0Ev [QtGui] |
_ZThn8_N11QToolButtonD1Ev [QtGui] | _ZThn8_N11QTreeWidgetD0Ev [QtGui] |
_ZThn8_N11QTreeWidgetD1Ev [QtGui] | _ZThn8_N11QVBoxLayoutD0Ev [QtGui] |
_ZThn8_N11QVBoxLayoutD1Ev [QtGui] | _ZThn8_N12QColorDialogD0Ev [QtGui] |
_ZThn8_N12QColorDialogD1Ev [QtGui] | _ZThn8_N12QInputDialogD0Ev [QtGui] |
_ZThn8_N12QInputDialogD1Ev [QtGui] | _ZThn8_N12QPrintDialogD0Ev [QtGui] |
_ZThn8_N12QPrintDialogD1Ev [QtGui] | _ZThn8_N12QStylePluginD0Ev [QtGui] |
_ZThn8_N12QStylePluginD1Ev [QtGui] | _ZThn8_N12QTableWidgetD0Ev [QtGui] |
_ZThn8_N12QTableWidgetD1Ev [QtGui] | _ZThn8_N12QTextBrowserD0Ev [QtGui] |
_ZThn8_N12QTextBrowserD1Ev [QtGui] | _ZThn8_N13QErrorMessageD0Ev [QtGui] |
_ZThn8_N13QErrorMessageD1Ev [QtGui] | _ZThn8_N13QSplashScreenD0Ev [QtGui] |
_ZThn8_N13QSplashScreenD1Ev [QtGui] | _ZThn8_N14QDesktopWidgetD0Ev [QtGui] |
_ZThn8_N14QDesktopWidgetD1Ev [QtGui] | _ZThn8_N14QImageIOPluginD0Ev [QtGui] |
_ZThn8_N14QImageIOPluginD1Ev [QtGui] | _ZThn8_N14QStackedLayout11setGeometryERK5QRect [QtGui] |
_ZThn8_N14QStackedLayoutD0Ev [QtGui] | _ZThn8_N14QStackedLayoutD1Ev [QtGui] |
_ZThn8_N14QStackedWidgetD0Ev [QtGui] | _ZThn8_N14QStackedWidgetD1Ev [QtGui] |
_ZThn8_N15QAbstractButtonD0Ev [QtGui] | _ZThn8_N15QAbstractButtonD1Ev [QtGui] |
_ZThn8_N15QAbstractSliderD0Ev [QtGui] | _ZThn8_N15QAbstractSliderD1Ev [QtGui] |
_ZThn8_N15QProgressDialogD0Ev [QtGui] | _ZThn8_N15QProgressDialogD1Ev [QtGui] |
_ZThn8_N15QX11EmbedWidgetD0Ev [QtGui] | _ZThn8_N15QX11EmbedWidgetD1Ev [QtGui] |
_ZThn8_N16QAbstractSpinBoxD0Ev [QtGui] | _ZThn8_N16QAbstractSpinBoxD1Ev [QtGui] |
_ZThn8_N17QAbstractItemViewD0Ev [QtGui] | _ZThn8_N17QAbstractItemViewD1Ev [QtGui] |
_ZThn8_N17QAccessiblePluginD0Ev [QtGui] | _ZThn8_N17QAccessiblePluginD1Ev [QtGui] |
_ZThn8_N17QIconEnginePluginD0Ev [QtGui] | _ZThn8_N17QIconEnginePluginD1Ev [QtGui] |
_ZThn8_N17QTextImageHandler10drawObjectEP8QPainterRK6QRectFP13QTextDocumentiRK11QTextFormat [QtGui] | _ZThn8_N17QTextImageHandler13intrinsicSizeEP13QTextDocumentiRK11QTextFormat [QtGui] |
_ZThn8_N18QX11EmbedContainerD0Ev [QtGui] | _ZThn8_N18QX11EmbedContainerD1Ev [QtGui] |
_ZThn8_N19QAbstractScrollAreaD0Ev [QtGui] | _ZThn8_N19QAbstractScrollAreaD1Ev [QtGui] |
_ZThn8_N19QInputContextPluginD0Ev [QtGui] | _ZThn8_N19QInputContextPluginD1Ev [QtGui] |
_ZThn8_N20QPictureFormatPlugin11loadPictureERK7QStringS2_P8QPicture [QtGui] | _ZThn8_N20QPictureFormatPlugin11savePictureERK7QStringS2_RK8QPicture [QtGui] |
_ZThn8_N20QPictureFormatPluginD0Ev [QtGui] | _ZThn8_N20QPictureFormatPluginD1Ev [QtGui] |
_ZThn8_N23QAccessibleBridgePluginD0Ev [QtGui] | _ZThn8_N23QAccessibleBridgePluginD1Ev [QtGui] |
_ZThn8_N5QDialD0Ev [QtGui] | _ZThn8_N5QDialD1Ev [QtGui] |
_ZThn8_N5QMenuD0Ev [QtGui] | _ZThn8_N5QMenuD1Ev [QtGui] |
_ZThn8_N6QFrameD0Ev [QtGui] | _ZThn8_N6QFrameD1Ev [QtGui] |
_ZThn8_N6QLabelD0Ev [QtGui] | _ZThn8_N6QLabelD1Ev [QtGui] |
_ZThn8_N7QDialogD0Ev [QtGui] | _ZThn8_N7QDialogD1Ev [QtGui] |
_ZThn8_N7QLayout10invalidateEv [QtGui] | _ZThn8_N7QLayout6layoutEv [QtGui] |
_ZThn8_N7QLayoutD0Ev [QtGui] | _ZThn8_N7QLayoutD1Ev [QtGui] |
_ZThn8_N7QSliderD0Ev [QtGui] | _ZThn8_N7QSliderD1Ev [QtGui] |
_ZThn8_N7QTabBarD0Ev [QtGui] | _ZThn8_N7QTabBarD1Ev [QtGui] |
_ZThn8_N7QWidgetD0Ev [QtGui] | _ZThn8_N7QWidgetD1Ev [QtGui] |
_ZThn8_N8QMenuBarD0Ev [QtGui] | _ZThn8_N8QMenuBarD1Ev [QtGui] |
_ZThn8_N8QToolBarD0Ev [QtGui] | _ZThn8_N8QToolBarD1Ev [QtGui] |
_ZThn8_N8QToolBoxD0Ev [QtGui] | _ZThn8_N8QToolBoxD1Ev [QtGui] |
_ZThn8_N9QComboBoxD0Ev [QtGui] | _ZThn8_N9QComboBoxD1Ev [QtGui] |
_ZThn8_N9QGroupBoxD0Ev [QtGui] | _ZThn8_N9QGroupBoxD1Ev [QtGui] |
_ZThn8_N9QLineEditD0Ev [QtGui] | _ZThn8_N9QLineEditD1Ev [QtGui] |
_ZThn8_N9QListViewD0Ev [QtGui] | _ZThn8_N9QListViewD1Ev [QtGui] |
_ZThn8_N9QSizeGripD0Ev [QtGui] | _ZThn8_N9QSizeGripD1Ev [QtGui] |
_ZThn8_N9QSplitterD0Ev [QtGui] | _ZThn8_N9QSplitterD1Ev [QtGui] |
_ZThn8_N9QTextEditD0Ev [QtGui] | _ZThn8_N9QTextEditD1Ev [QtGui] |
_ZThn8_N9QTreeViewD0Ev [QtGui] | _ZThn8_N9QTreeViewD1Ev [QtGui] |
_ZThn8_NK10QBoxLayout11maximumSizeEv [QtGui] | _ZThn8_NK10QBoxLayout11minimumSizeEv [QtGui] |
_ZThn8_NK10QBoxLayout14heightForWidthEi [QtGui] | _ZThn8_NK10QBoxLayout17hasHeightForWidthEv [QtGui] |
_ZThn8_NK10QBoxLayout19expandingDirectionsEv [QtGui] | _ZThn8_NK10QBoxLayout21minimumHeightForWidthEi [QtGui] |
_ZThn8_NK10QBoxLayout8sizeHintEv [QtGui] | _ZThn8_NK11QGridLayout11maximumSizeEv [QtGui] |
_ZThn8_NK11QGridLayout11minimumSizeEv [QtGui] | _ZThn8_NK11QGridLayout14heightForWidthEi [QtGui] |
_ZThn8_NK11QGridLayout17hasHeightForWidthEv [QtGui] | _ZThn8_NK11QGridLayout19expandingDirectionsEv [QtGui] |
_ZThn8_NK11QGridLayout21minimumHeightForWidthEi [QtGui] | _ZThn8_NK11QGridLayout8sizeHintEv [QtGui] |
_ZThn8_NK14QStackedLayout11minimumSizeEv [QtGui] | _ZThn8_NK14QStackedLayout8sizeHintEv [QtGui] |
_ZThn8_NK7QLayout11maximumSizeEv [QtGui] | _ZThn8_NK7QLayout11minimumSizeEv [QtGui] |
_ZThn8_NK7QLayout19expandingDirectionsEv [QtGui] | _ZThn8_NK7QLayout7isEmptyEv [QtGui] |
_ZThn8_NK7QLayout8geometryEv [QtGui] | _ZThn8_NK7QWidget11paintEngineEv [QtGui] |
_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE [QtGui] | _ZThn8_NK7QWidget7devTypeEv [QtGui] |
This section defines global identifiers and their values that are associated with interfaces contained in libQtGui. These definitions are organized into groups that correspond to system headers. This convention is used as a convenience for the reader, and does not imply the existence of these headers, or their content. Where an interface is defined as requiring a particular system header file all of the data definitions for that system header file presented here shall be in effect.
This section gives data definitions to promote binary application portability, not to repeat source interface definitions available elsewhere. System providers and application developers should use this ABI to supplement - not to replace - source interface definition specifications.
This specification uses the ISO C (1999) C Language as the reference programming language, and data definitions are specified in ISO C format. The C language is used here as a convenient notation. Using a C language description of these data objects does not preclude their use by other programming languages.
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
Table 6-521 defines the library name and shared object name for the libQtXml library
The behavior of the interfaces in this library is specified by the following specifications:
[QtXml] QtXml 4.1.0 |
The virtual table for the QXmlAttributes class is described by Table 6-522
Table 6-522. Primary vtable for QXmlAttributes
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QXmlAttributes |
vfunc[0]: | QXmlAttributes::~QXmlAttributes() |
vfunc[1]: | QXmlAttributes::~QXmlAttributes() |
The Run Time Type Information for the QXmlAttributes class is described by Table 6-523
The virtual table for the QXmlInputSource class is described by Table 6-524
Table 6-524. Primary vtable for QXmlInputSource
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QXmlInputSource |
vfunc[0]: | QXmlInputSource::~QXmlInputSource() |
vfunc[1]: | QXmlInputSource::~QXmlInputSource() |
vfunc[2]: | QXmlInputSource::setData(QString const&) |
vfunc[3]: | QXmlInputSource::setData(QByteArray const&) |
vfunc[4]: | QXmlInputSource::fetchData() |
vfunc[5]: | QXmlInputSource::data() const |
vfunc[6]: | QXmlInputSource::next() |
vfunc[7]: | QXmlInputSource::reset() |
vfunc[8]: | QXmlInputSource::fromRawData(QByteArray const&, bool) |
The Run Time Type Information for the QXmlInputSource class is described by Table 6-525
The virtual table for the QXmlReader class is described by Table 6-526
Table 6-526. Primary vtable for QXmlReader
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QXmlReader |
vfunc[0]: | QXmlReader::~QXmlReader() |
vfunc[1]: | QXmlReader::~QXmlReader() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
vfunc[4]: | __cxa_pure_virtual |
vfunc[5]: | __cxa_pure_virtual |
vfunc[6]: | __cxa_pure_virtual |
vfunc[7]: | __cxa_pure_virtual |
vfunc[8]: | __cxa_pure_virtual |
vfunc[9]: | __cxa_pure_virtual |
vfunc[10]: | __cxa_pure_virtual |
vfunc[11]: | __cxa_pure_virtual |
vfunc[12]: | __cxa_pure_virtual |
vfunc[13]: | __cxa_pure_virtual |
vfunc[14]: | __cxa_pure_virtual |
vfunc[15]: | __cxa_pure_virtual |
vfunc[16]: | __cxa_pure_virtual |
vfunc[17]: | __cxa_pure_virtual |
vfunc[18]: | __cxa_pure_virtual |
vfunc[19]: | __cxa_pure_virtual |
vfunc[20]: | __cxa_pure_virtual |
vfunc[21]: | __cxa_pure_virtual |
The Run Time Type Information for the QXmlReader class is described by Table 6-527
The virtual table for the QXmlSimpleReader class is described by Table 6-528
Table 6-528. Primary vtable for QXmlSimpleReader
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QXmlSimpleReader |
vfunc[0]: | QXmlSimpleReader::~QXmlSimpleReader() |
vfunc[1]: | QXmlSimpleReader::~QXmlSimpleReader() |
vfunc[2]: | QXmlSimpleReader::feature(QString const&, bool*) const |
vfunc[3]: | QXmlSimpleReader::setFeature(QString const&, bool) |
vfunc[4]: | QXmlSimpleReader::hasFeature(QString const&) const |
vfunc[5]: | QXmlSimpleReader::property(QString const&, bool*) const |
vfunc[6]: | QXmlSimpleReader::setProperty(QString const&, void*) |
vfunc[7]: | QXmlSimpleReader::hasProperty(QString const&) const |
vfunc[8]: | QXmlSimpleReader::setEntityResolver(QXmlEntityResolver*) |
vfunc[9]: | QXmlSimpleReader::entityResolver() const |
vfunc[10]: | QXmlSimpleReader::setDTDHandler(QXmlDTDHandler*) |
vfunc[11]: | QXmlSimpleReader::DTDHandler() const |
vfunc[12]: | QXmlSimpleReader::setContentHandler(QXmlContentHandler*) |
vfunc[13]: | QXmlSimpleReader::contentHandler() const |
vfunc[14]: | QXmlSimpleReader::setErrorHandler(QXmlErrorHandler*) |
vfunc[15]: | QXmlSimpleReader::errorHandler() const |
vfunc[16]: | QXmlSimpleReader::setLexicalHandler(QXmlLexicalHandler*) |
vfunc[17]: | QXmlSimpleReader::lexicalHandler() const |
vfunc[18]: | QXmlSimpleReader::setDeclHandler(QXmlDeclHandler*) |
vfunc[19]: | QXmlSimpleReader::declHandler() const |
vfunc[20]: | QXmlSimpleReader::parse(QXmlInputSource const&) |
vfunc[21]: | QXmlSimpleReader::parse(QXmlInputSource const*) |
vfunc[22]: | QXmlSimpleReader::parse(QXmlInputSource const*, bool) |
vfunc[23]: | QXmlSimpleReader::parseContinue() |
The Run Time Type Information for the QXmlSimpleReader class is described by Table 6-529
The virtual table for the QXmlLocator class is described by Table 6-530
Table 6-530. Primary vtable for QXmlLocator
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QXmlLocator |
vfunc[0]: | QXmlLocator::~QXmlLocator() |
vfunc[1]: | QXmlLocator::~QXmlLocator() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
The Run Time Type Information for the QXmlLocator class is described by Table 6-531
The virtual table for the QXmlContentHandler class is described by Table 6-532
Table 6-532. Primary vtable for QXmlContentHandler
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QXmlContentHandler |
vfunc[0]: | QXmlContentHandler::~QXmlContentHandler() |
vfunc[1]: | QXmlContentHandler::~QXmlContentHandler() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
vfunc[4]: | __cxa_pure_virtual |
vfunc[5]: | __cxa_pure_virtual |
vfunc[6]: | __cxa_pure_virtual |
vfunc[7]: | __cxa_pure_virtual |
vfunc[8]: | __cxa_pure_virtual |
vfunc[9]: | __cxa_pure_virtual |
vfunc[10]: | __cxa_pure_virtual |
vfunc[11]: | __cxa_pure_virtual |
vfunc[12]: | __cxa_pure_virtual |
vfunc[13]: | __cxa_pure_virtual |
The Run Time Type Information for the QXmlContentHandler class is described by Table 6-533
The virtual table for the QXmlErrorHandler class is described by Table 6-534
Table 6-534. Primary vtable for QXmlErrorHandler
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QXmlErrorHandler |
vfunc[0]: | QXmlErrorHandler::~QXmlErrorHandler() |
vfunc[1]: | QXmlErrorHandler::~QXmlErrorHandler() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
vfunc[4]: | __cxa_pure_virtual |
vfunc[5]: | __cxa_pure_virtual |
The Run Time Type Information for the QXmlErrorHandler class is described by Table 6-535
The virtual table for the QXmlDTDHandler class is described by Table 6-536
Table 6-536. Primary vtable for QXmlDTDHandler
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QXmlDTDHandler |
vfunc[0]: | QXmlDTDHandler::~QXmlDTDHandler() |
vfunc[1]: | QXmlDTDHandler::~QXmlDTDHandler() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
vfunc[4]: | __cxa_pure_virtual |
The Run Time Type Information for the QXmlDTDHandler class is described by Table 6-537
The virtual table for the QXmlEntityResolver class is described by Table 6-538
Table 6-538. Primary vtable for QXmlEntityResolver
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QXmlEntityResolver |
vfunc[0]: | QXmlEntityResolver::~QXmlEntityResolver() |
vfunc[1]: | QXmlEntityResolver::~QXmlEntityResolver() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
The Run Time Type Information for the QXmlEntityResolver class is described by Table 6-539
The virtual table for the QXmlLexicalHandler class is described by Table 6-540
Table 6-540. Primary vtable for QXmlLexicalHandler
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QXmlLexicalHandler |
vfunc[0]: | QXmlLexicalHandler::~QXmlLexicalHandler() |
vfunc[1]: | QXmlLexicalHandler::~QXmlLexicalHandler() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
vfunc[4]: | __cxa_pure_virtual |
vfunc[5]: | __cxa_pure_virtual |
vfunc[6]: | __cxa_pure_virtual |
vfunc[7]: | __cxa_pure_virtual |
vfunc[8]: | __cxa_pure_virtual |
vfunc[9]: | __cxa_pure_virtual |
The Run Time Type Information for the QXmlLexicalHandler class is described by Table 6-541
The virtual table for the QXmlDeclHandler class is described by Table 6-542
Table 6-542. Primary vtable for QXmlDeclHandler
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QXmlDeclHandler |
vfunc[0]: | QXmlDeclHandler::~QXmlDeclHandler() |
vfunc[1]: | QXmlDeclHandler::~QXmlDeclHandler() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
vfunc[4]: | __cxa_pure_virtual |
vfunc[5]: | __cxa_pure_virtual |
The Run Time Type Information for the QXmlDeclHandler class is described by Table 6-543
The virtual table for the QXmlDefaultHandler class is described by Table 6-544
Table 6-544. Primary vtable for QXmlDefaultHandler
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QXmlDefaultHandler |
vfunc[0]: | QXmlDefaultHandler::~QXmlDefaultHandler() |
vfunc[1]: | QXmlDefaultHandler::~QXmlDefaultHandler() |
vfunc[2]: | QXmlDefaultHandler::setDocumentLocator(QXmlLocator*) |
vfunc[3]: | QXmlDefaultHandler::startDocument() |
vfunc[4]: | QXmlDefaultHandler::endDocument() |
vfunc[5]: | QXmlDefaultHandler::startPrefixMapping(QString const&, QString const&) |
vfunc[6]: | QXmlDefaultHandler::endPrefixMapping(QString const&) |
vfunc[7]: | QXmlDefaultHandler::startElement(QString const&, QString const&, QString const&, QXmlAttributes const&) |
vfunc[8]: | QXmlDefaultHandler::endElement(QString const&, QString const&, QString const&) |
vfunc[9]: | QXmlDefaultHandler::characters(QString const&) |
vfunc[10]: | QXmlDefaultHandler::ignorableWhitespace(QString const&) |
vfunc[11]: | QXmlDefaultHandler::processingInstruction(QString const&, QString const&) |
vfunc[12]: | QXmlDefaultHandler::skippedEntity(QString const&) |
vfunc[13]: | QXmlDefaultHandler::errorString() const |
vfunc[14]: | QXmlDefaultHandler::warning(QXmlParseException const&) |
vfunc[15]: | QXmlDefaultHandler::error(QXmlParseException const&) |
vfunc[16]: | QXmlDefaultHandler::fatalError(QXmlParseException const&) |
vfunc[17]: | QXmlDefaultHandler::notationDecl(QString const&, QString const&, QString const&) |
vfunc[18]: | QXmlDefaultHandler::unparsedEntityDecl(QString const&, QString const&, QString const&, QString const&) |
vfunc[19]: | QXmlDefaultHandler::resolveEntity(QString const&, QString const&, QXmlInputSource*&) |
vfunc[20]: | QXmlDefaultHandler::startDTD(QString const&, QString const&, QString const&) |
vfunc[21]: | QXmlDefaultHandler::endDTD() |
vfunc[22]: | QXmlDefaultHandler::startEntity(QString const&) |
vfunc[23]: | QXmlDefaultHandler::endEntity(QString const&) |
vfunc[24]: | QXmlDefaultHandler::startCDATA() |
vfunc[25]: | QXmlDefaultHandler::endCDATA() |
vfunc[26]: | QXmlDefaultHandler::comment(QString const&) |
vfunc[27]: | QXmlDefaultHandler::attributeDecl(QString const&, QString const&, QString const&, QString const&, QString const&) |
vfunc[28]: | QXmlDefaultHandler::internalEntityDecl(QString const&, QString const&) |
vfunc[29]: | QXmlDefaultHandler::externalEntityDecl(QString const&, QString const&, QString const&) |
Table 6-545. Secondary vtable for QXmlDefaultHandler
Base Offset | -4 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QXmlDefaultHandler |
vfunc[0]: | non-virtual thunk to QXmlDefaultHandler::~QXmlDefaultHandler() |
vfunc[1]: | non-virtual thunk to QXmlDefaultHandler::~QXmlDefaultHandler() |
vfunc[2]: | non-virtual thunk to QXmlDefaultHandler::warning(QXmlParseException const&) |
vfunc[3]: | non-virtual thunk to QXmlDefaultHandler::error(QXmlParseException const&) |
vfunc[4]: | non-virtual thunk to QXmlDefaultHandler::fatalError(QXmlParseException const&) |
vfunc[5]: | non-virtual thunk to QXmlDefaultHandler::errorString() const |
Table 6-546. Secondary vtable for QXmlDefaultHandler
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QXmlDefaultHandler |
vfunc[0]: | non-virtual thunk to QXmlDefaultHandler::~QXmlDefaultHandler() |
vfunc[1]: | non-virtual thunk to QXmlDefaultHandler::~QXmlDefaultHandler() |
vfunc[2]: | non-virtual thunk to QXmlDefaultHandler::notationDecl(QString const&, QString const&, QString const&) |
vfunc[3]: | non-virtual thunk to QXmlDefaultHandler::unparsedEntityDecl(QString const&, QString const&, QString const&, QString const&) |
vfunc[4]: | non-virtual thunk to QXmlDefaultHandler::errorString() const |
Table 6-547. Secondary vtable for QXmlDefaultHandler
Base Offset | -12 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QXmlDefaultHandler |
vfunc[0]: | non-virtual thunk to QXmlDefaultHandler::~QXmlDefaultHandler() |
vfunc[1]: | non-virtual thunk to QXmlDefaultHandler::~QXmlDefaultHandler() |
vfunc[2]: | non-virtual thunk to QXmlDefaultHandler::resolveEntity(QString const&, QString const&, QXmlInputSource*&) |
vfunc[3]: | non-virtual thunk to QXmlDefaultHandler::errorString() const |
Table 6-548. Secondary vtable for QXmlDefaultHandler
Base Offset | -16 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QXmlDefaultHandler |
vfunc[0]: | non-virtual thunk to QXmlDefaultHandler::~QXmlDefaultHandler() |
vfunc[1]: | non-virtual thunk to QXmlDefaultHandler::~QXmlDefaultHandler() |
vfunc[2]: | non-virtual thunk to QXmlDefaultHandler::startDTD(QString const&, QString const&, QString const&) |
vfunc[3]: | non-virtual thunk to QXmlDefaultHandler::endDTD() |
vfunc[4]: | non-virtual thunk to QXmlDefaultHandler::startEntity(QString const&) |
vfunc[5]: | non-virtual thunk to QXmlDefaultHandler::endEntity(QString const&) |
vfunc[6]: | non-virtual thunk to QXmlDefaultHandler::startCDATA() |
vfunc[7]: | non-virtual thunk to QXmlDefaultHandler::endCDATA() |
vfunc[8]: | non-virtual thunk to QXmlDefaultHandler::comment(QString const&) |
vfunc[9]: | non-virtual thunk to QXmlDefaultHandler::errorString() const |
Table 6-549. Secondary vtable for QXmlDefaultHandler
Base Offset | -20 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QXmlDefaultHandler |
vfunc[0]: | non-virtual thunk to QXmlDefaultHandler::~QXmlDefaultHandler() |
vfunc[1]: | non-virtual thunk to QXmlDefaultHandler::~QXmlDefaultHandler() |
vfunc[2]: | non-virtual thunk to QXmlDefaultHandler::attributeDecl(QString const&, QString const&, QString const&, QString const&, QString const&) |
vfunc[3]: | non-virtual thunk to QXmlDefaultHandler::internalEntityDecl(QString const&, QString const&) |
vfunc[4]: | non-virtual thunk to QXmlDefaultHandler::externalEntityDecl(QString const&, QString const&, QString const&) |
vfunc[5]: | non-virtual thunk to QXmlDefaultHandler::errorString() const |
The Run Time Type Information for the QXmlDefaultHandler class is described by Table 6-550
Table 6-550. typeinfo for QXmlDefaultHandler
Base Vtable | vtable for __cxxabiv1::__vmi_class_type_info | |
Name | typeinfo name for QXmlDefaultHandler | |
flags: | 0 | |
basetype: | typeinfo for QXmlContentHandler | 2 |
basetype: | typeinfo for QXmlErrorHandler | 1026 |
basetype: | typeinfo for QXmlErrorHandler | 2050 |
basetype: | typeinfo for QXmlErrorHandler | 1026 |
basetype: | typeinfo for QXmlErrorHandler | 2050 |
basetype: | typeinfo for QXmlErrorHandler | 1026 |
An LSB conforming implementation shall provide the architecture specific functions for QtXml specified in Table 6-551, with the full mandatory functionality as described in the referenced underlying specification.
Table 6-551. libQtXml - QtXml Function Interfaces
_ZThn12_N18QXmlDefaultHandler13resolveEntityERK7QStringS2_RP15QXmlInputSource [QtXml] | _ZThn12_NK18QXmlDefaultHandler11errorStringEv [QtXml] |
_ZThn16_N18QXmlDefaultHandler10startCDATAEv [QtXml] | _ZThn16_N18QXmlDefaultHandler11startEntityERK7QString [QtXml] |
_ZThn16_N18QXmlDefaultHandler6endDTDEv [QtXml] | _ZThn16_N18QXmlDefaultHandler7commentERK7QString [QtXml] |
_ZThn16_N18QXmlDefaultHandler8endCDATAEv [QtXml] | _ZThn16_N18QXmlDefaultHandler8startDTDERK7QStringS2_S2_ [QtXml] |
_ZThn16_N18QXmlDefaultHandler9endEntityERK7QString [QtXml] | _ZThn16_NK18QXmlDefaultHandler11errorStringEv [QtXml] |
_ZThn20_N18QXmlDefaultHandler13attributeDeclERK7QStringS2_S2_S2_S2_ [QtXml] | _ZThn20_N18QXmlDefaultHandler18externalEntityDeclERK7QStringS2_S2_ [QtXml] |
_ZThn20_N18QXmlDefaultHandler18internalEntityDeclERK7QStringS2_ [QtXml] | _ZThn20_NK18QXmlDefaultHandler11errorStringEv [QtXml] |
_ZThn4_N18QXmlDefaultHandler10fatalErrorERK18QXmlParseException [QtXml] | _ZThn4_N18QXmlDefaultHandler5errorERK18QXmlParseException [QtXml] |
_ZThn4_N18QXmlDefaultHandler7warningERK18QXmlParseException [QtXml] | _ZThn4_NK18QXmlDefaultHandler11errorStringEv [QtXml] |
_ZThn8_N18QXmlDefaultHandler12notationDeclERK7QStringS2_S2_ [QtXml] | _ZThn8_N18QXmlDefaultHandler18unparsedEntityDeclERK7QStringS2_S2_S2_ [QtXml] |
_ZThn8_NK18QXmlDefaultHandler11errorStringEv [QtXml] |
This section defines global identifiers and their values that are associated with interfaces contained in libQtXml. These definitions are organized into groups that correspond to system headers. This convention is used as a convenience for the reader, and does not imply the existence of these headers, or their content. Where an interface is defined as requiring a particular system header file all of the data definitions for that system header file presented here shall be in effect.
This section gives data definitions to promote binary application portability, not to repeat source interface definitions available elsewhere. System providers and application developers should use this ABI to supplement - not to replace - source interface definition specifications.
This specification uses the ISO C (1999) C Language as the reference programming language, and data definitions are specified in ISO C format. The C language is used here as a convenient notation. Using a C language description of these data objects does not preclude their use by other programming languages.
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
Table 6-552 defines the library name and shared object name for the libQtOpenGL library
The behavior of the interfaces in this library is specified by the following specifications:
[QtOpenGL] QtOpenGL 4.1.0 |
The virtual table for the QGLContext class is described by Table 6-553
Table 6-553. Primary vtable for QGLContext
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QGLContext |
vfunc[0]: | QGLContext::~QGLContext() |
vfunc[1]: | QGLContext::~QGLContext() |
vfunc[2]: | QGLContext::create(QGLContext const*) |
vfunc[3]: | QGLContext::makeCurrent() |
vfunc[4]: | QGLContext::doneCurrent() |
vfunc[5]: | QGLContext::swapBuffers() const |
vfunc[6]: | QGLContext::chooseContext(QGLContext const*) |
vfunc[7]: | QGLContext::tryVisual(QGLFormat const&, int) |
vfunc[8]: | QGLContext::chooseVisual() |
The Run Time Type Information for the QGLContext class is described by Table 6-554
The virtual table for the QGLWidget class is described by Table 6-555
Table 6-555. Primary vtable for QGLWidget
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QGLWidget |
vfunc[0]: | QGLWidget::metaObject() const |
vfunc[1]: | QGLWidget::qt_metacast(char const*) |
vfunc[2]: | QGLWidget::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QGLWidget::~QGLWidget() |
vfunc[4]: | QGLWidget::~QGLWidget() |
vfunc[5]: | QGLWidget::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QWidget::sizeHint() const |
vfunc[15]: | QWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QGLWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QWidget::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QGLWidget::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QGLWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QWidget::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
vfunc[54]: | QGLWidget::updateGL() |
vfunc[55]: | QGLWidget::updateOverlayGL() |
vfunc[56]: | QGLWidget::initializeGL() |
vfunc[57]: | QGLWidget::resizeGL(int, int) |
vfunc[58]: | QGLWidget::paintGL() |
vfunc[59]: | QGLWidget::initializeOverlayGL() |
vfunc[60]: | QGLWidget::resizeOverlayGL(int, int) |
vfunc[61]: | QGLWidget::paintOverlayGL() |
vfunc[62]: | QGLWidget::glInit() |
vfunc[63]: | QGLWidget::glDraw() |
Table 6-556. Secondary vtable for QGLWidget
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QGLWidget |
vfunc[0]: | non-virtual thunk to QGLWidget::~QGLWidget() |
vfunc[1]: | non-virtual thunk to QGLWidget::~QGLWidget() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QGLWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QGLWidget class is described by Table 6-557
The virtual table for the QGLPixelBuffer class is described by Table 6-558
Table 6-558. Primary vtable for QGLPixelBuffer
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QGLPixelBuffer |
vfunc[0]: | QGLPixelBuffer::~QGLPixelBuffer() |
vfunc[1]: | QGLPixelBuffer::~QGLPixelBuffer() |
vfunc[2]: | QGLPixelBuffer::devType() const |
vfunc[3]: | QGLPixelBuffer::paintEngine() const |
vfunc[4]: | QGLPixelBuffer::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QGLPixelBuffer class is described by Table 6-559
An LSB conforming implementation shall provide the architecture specific functions for QtOpenGL specified in Table 6-560, with the full mandatory functionality as described in the referenced underlying specification.
Table 6-560. libQtOpenGL - QtOpenGL Function Interfaces
_ZThn8_N9QGLWidgetD0Ev [QtOpenGL] | _ZThn8_N9QGLWidgetD1Ev [QtOpenGL] |
_ZThn8_NK9QGLWidget11paintEngineEv [QtOpenGL] |
This section defines global identifiers and their values that are associated with interfaces contained in libQtOpenGL. These definitions are organized into groups that correspond to system headers. This convention is used as a convenience for the reader, and does not imply the existence of these headers, or their content. Where an interface is defined as requiring a particular system header file all of the data definitions for that system header file presented here shall be in effect.
This section gives data definitions to promote binary application portability, not to repeat source interface definitions available elsewhere. System providers and application developers should use this ABI to supplement - not to replace - source interface definition specifications.
This specification uses the ISO C (1999) C Language as the reference programming language, and data definitions are specified in ISO C format. The C language is used here as a convenient notation. Using a C language description of these data objects does not preclude their use by other programming languages.
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
Table 6-561 defines the library name and shared object name for the libQtSql library
The behavior of the interfaces in this library is specified by the following specifications:
[QtSql] QtSql 4.1.0 |
The virtual table for the QSqlResult class is described by Table 6-562
Table 6-562. Primary vtable for QSqlResult
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSqlResult |
vfunc[0]: | QSqlResult::~QSqlResult() |
vfunc[1]: | QSqlResult::~QSqlResult() |
vfunc[2]: | QSqlResult::handle() const |
vfunc[3]: | QSqlResult::setAt(int) |
vfunc[4]: | QSqlResult::setActive(bool) |
vfunc[5]: | QSqlResult::setLastError(QSqlError const&) |
vfunc[6]: | QSqlResult::setQuery(QString const&) |
vfunc[7]: | QSqlResult::setSelect(bool) |
vfunc[8]: | QSqlResult::setForwardOnly(bool) |
vfunc[9]: | QSqlResult::exec() |
vfunc[10]: | QSqlResult::prepare(QString const&) |
vfunc[11]: | QSqlResult::savePrepare(QString const&) |
vfunc[12]: | QSqlResult::bindValue(int, QVariant const&, QFlags<QSql::ParamTypeFlag>) |
vfunc[13]: | QSqlResult::bindValue(QString const&, QVariant const&, QFlags<QSql::ParamTypeFlag>) |
vfunc[14]: | __cxa_pure_virtual |
vfunc[15]: | __cxa_pure_virtual |
vfunc[16]: | __cxa_pure_virtual |
vfunc[17]: | __cxa_pure_virtual |
vfunc[18]: | QSqlResult::fetchNext() |
vfunc[19]: | QSqlResult::fetchPrevious() |
vfunc[20]: | __cxa_pure_virtual |
vfunc[21]: | __cxa_pure_virtual |
vfunc[22]: | __cxa_pure_virtual |
vfunc[23]: | __cxa_pure_virtual |
vfunc[24]: | QSqlResult::record() const |
vfunc[25]: | QSqlResult::lastInsertId() const |
vfunc[26]: | QSqlResult::virtual_hook(int, void*) |
The Run Time Type Information for the QSqlResult class is described by Table 6-563
The virtual table for the QSqlDriverFactoryInterface class is described by Table 6-564
Table 6-564. Primary vtable for QSqlDriverFactoryInterface
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSqlDriverFactoryInterface |
vfunc[0]: | QSqlDriverFactoryInterface::~QSqlDriverFactoryInterface() |
vfunc[1]: | QSqlDriverFactoryInterface::~QSqlDriverFactoryInterface() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
The Run Time Type Information for the QSqlDriverFactoryInterface class is described by Table 6-565
The virtual table for the QSqlDriverPlugin class is described by Table 6-566
Table 6-566. Primary vtable for QSqlDriverPlugin
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSqlDriverPlugin |
vfunc[0]: | QSqlDriverPlugin::metaObject() const |
vfunc[1]: | QSqlDriverPlugin::qt_metacast(char const*) |
vfunc[2]: | QSqlDriverPlugin::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QSqlDriverPlugin::~QSqlDriverPlugin() |
vfunc[4]: | QSqlDriverPlugin::~QSqlDriverPlugin() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | __cxa_pure_virtual |
vfunc[13]: | __cxa_pure_virtual |
Table 6-567. Secondary vtable for QSqlDriverPlugin
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSqlDriverPlugin |
vfunc[0]: | non-virtual thunk to QSqlDriverPlugin::~QSqlDriverPlugin() |
vfunc[1]: | non-virtual thunk to QSqlDriverPlugin::~QSqlDriverPlugin() |
vfunc[2]: | __cxa_pure_virtual |
vfunc[3]: | __cxa_pure_virtual |
The Run Time Type Information for the QSqlDriverPlugin class is described by Table 6-568
The virtual table for the QSqlDriver class is described by Table 6-569
Table 6-569. Primary vtable for QSqlDriver
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSqlDriver |
vfunc[0]: | QSqlDriver::metaObject() const |
vfunc[1]: | QSqlDriver::qt_metacast(char const*) |
vfunc[2]: | QSqlDriver::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QSqlDriver::~QSqlDriver() |
vfunc[4]: | QSqlDriver::~QSqlDriver() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QSqlDriver::isOpen() const |
vfunc[13]: | QSqlDriver::beginTransaction() |
vfunc[14]: | QSqlDriver::commitTransaction() |
vfunc[15]: | QSqlDriver::rollbackTransaction() |
vfunc[16]: | QSqlDriver::tables(QSql::TableType) const |
vfunc[17]: | QSqlDriver::primaryIndex(QString const&) const |
vfunc[18]: | QSqlDriver::record(QString const&) const |
vfunc[19]: | QSqlDriver::formatValue(QSqlField const&, bool) const |
vfunc[20]: | QSqlDriver::escapeIdentifier(QString const&, QSqlDriver::IdentifierType) const |
vfunc[21]: | QSqlDriver::sqlStatement(QSqlDriver::StatementType, QString const&, QSqlRecord const&, bool) const |
vfunc[22]: | QSqlDriver::handle() const |
vfunc[23]: | __cxa_pure_virtual |
vfunc[24]: | __cxa_pure_virtual |
vfunc[25]: | __cxa_pure_virtual |
vfunc[26]: | __cxa_pure_virtual |
vfunc[27]: | QSqlDriver::setOpen(bool) |
vfunc[28]: | QSqlDriver::setOpenError(bool) |
vfunc[29]: | QSqlDriver::setLastError(QSqlError const&) |
The Run Time Type Information for the QSqlDriver class is described by Table 6-570
The virtual table for the QSqlQueryModel class is described by Table 6-571
Table 6-571. Primary vtable for QSqlQueryModel
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSqlQueryModel |
vfunc[0]: | QSqlQueryModel::metaObject() const |
vfunc[1]: | QSqlQueryModel::qt_metacast(char const*) |
vfunc[2]: | QSqlQueryModel::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QSqlQueryModel::~QSqlQueryModel() |
vfunc[4]: | QSqlQueryModel::~QSqlQueryModel() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QAbstractTableModel::index(int, int, QModelIndex const&) const |
vfunc[13]: | QAbstractTableModel::parent(QModelIndex const&) const |
vfunc[14]: | QSqlQueryModel::rowCount(QModelIndex const&) const |
vfunc[15]: | QSqlQueryModel::columnCount(QModelIndex const&) const |
vfunc[16]: | QAbstractTableModel::hasChildren(QModelIndex const&) const |
vfunc[17]: | QSqlQueryModel::data(QModelIndex const&, int) const |
vfunc[18]: | QAbstractItemModel::setData(QModelIndex const&, QVariant const&, int) |
vfunc[19]: | QSqlQueryModel::headerData(int, Qt::Orientation, int) const |
vfunc[20]: | QSqlQueryModel::setHeaderData(int, Qt::Orientation, QVariant const&, int) |
vfunc[21]: | QAbstractItemModel::itemData(QModelIndex const&) const |
vfunc[22]: | QAbstractItemModel::setItemData(QModelIndex const&, QMap<int, QVariant> const&) |
vfunc[23]: | QAbstractItemModel::mimeTypes() const |
vfunc[24]: | QAbstractItemModel::mimeData(QList<QModelIndex> const&) const |
vfunc[25]: | QAbstractTableModel::dropMimeData(QMimeData const*, Qt::DropAction, int, int, QModelIndex const&) |
vfunc[26]: | QAbstractItemModel::supportedDropActions() const |
vfunc[27]: | QAbstractItemModel::insertRows(int, int, QModelIndex const&) |
vfunc[28]: | QSqlQueryModel::insertColumns(int, int, QModelIndex const&) |
vfunc[29]: | QAbstractItemModel::removeRows(int, int, QModelIndex const&) |
vfunc[30]: | QSqlQueryModel::removeColumns(int, int, QModelIndex const&) |
vfunc[31]: | QSqlQueryModel::fetchMore(QModelIndex const&) |
vfunc[32]: | QSqlQueryModel::canFetchMore(QModelIndex const&) const |
vfunc[33]: | QAbstractItemModel::flags(QModelIndex const&) const |
vfunc[34]: | QAbstractItemModel::sort(int, Qt::SortOrder) |
vfunc[35]: | QAbstractItemModel::buddy(QModelIndex const&) const |
vfunc[36]: | QAbstractItemModel::match(QModelIndex const&, int, QVariant const&, int, QFlags<Qt::MatchFlag>) const |
vfunc[37]: | QAbstractItemModel::span(QModelIndex const&) const |
vfunc[38]: | QAbstractItemModel::submit() |
vfunc[39]: | QAbstractItemModel::revert() |
vfunc[40]: | QSqlQueryModel::clear() |
vfunc[41]: | QSqlQueryModel::queryChange() |
The Run Time Type Information for the QSqlQueryModel class is described by Table 6-572
The virtual table for the QSqlTableModel class is described by Table 6-573
Table 6-573. Primary vtable for QSqlTableModel
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSqlTableModel |
vfunc[0]: | QSqlTableModel::metaObject() const |
vfunc[1]: | QSqlTableModel::qt_metacast(char const*) |
vfunc[2]: | QSqlTableModel::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QSqlTableModel::~QSqlTableModel() |
vfunc[4]: | QSqlTableModel::~QSqlTableModel() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QAbstractTableModel::index(int, int, QModelIndex const&) const |
vfunc[13]: | QAbstractTableModel::parent(QModelIndex const&) const |
vfunc[14]: | QSqlTableModel::rowCount(QModelIndex const&) const |
vfunc[15]: | QSqlQueryModel::columnCount(QModelIndex const&) const |
vfunc[16]: | QAbstractTableModel::hasChildren(QModelIndex const&) const |
vfunc[17]: | QSqlTableModel::data(QModelIndex const&, int) const |
vfunc[18]: | QSqlTableModel::setData(QModelIndex const&, QVariant const&, int) |
vfunc[19]: | QSqlTableModel::headerData(int, Qt::Orientation, int) const |
vfunc[20]: | QSqlQueryModel::setHeaderData(int, Qt::Orientation, QVariant const&, int) |
vfunc[21]: | QAbstractItemModel::itemData(QModelIndex const&) const |
vfunc[22]: | QAbstractItemModel::setItemData(QModelIndex const&, QMap<int, QVariant> const&) |
vfunc[23]: | QAbstractItemModel::mimeTypes() const |
vfunc[24]: | QAbstractItemModel::mimeData(QList<QModelIndex> const&) const |
vfunc[25]: | QAbstractTableModel::dropMimeData(QMimeData const*, Qt::DropAction, int, int, QModelIndex const&) |
vfunc[26]: | QAbstractItemModel::supportedDropActions() const |
vfunc[27]: | QSqlTableModel::insertRows(int, int, QModelIndex const&) |
vfunc[28]: | QSqlQueryModel::insertColumns(int, int, QModelIndex const&) |
vfunc[29]: | QSqlTableModel::removeRows(int, int, QModelIndex const&) |
vfunc[30]: | QSqlTableModel::removeColumns(int, int, QModelIndex const&) |
vfunc[31]: | QSqlQueryModel::fetchMore(QModelIndex const&) |
vfunc[32]: | QSqlQueryModel::canFetchMore(QModelIndex const&) const |
vfunc[33]: | QSqlTableModel::flags(QModelIndex const&) const |
vfunc[34]: | QSqlTableModel::sort(int, Qt::SortOrder) |
vfunc[35]: | QAbstractItemModel::buddy(QModelIndex const&) const |
vfunc[36]: | QAbstractItemModel::match(QModelIndex const&, int, QVariant const&, int, QFlags<Qt::MatchFlag>) const |
vfunc[37]: | QAbstractItemModel::span(QModelIndex const&) const |
vfunc[38]: | QSqlTableModel::submit() |
vfunc[39]: | QSqlTableModel::revert() |
vfunc[40]: | QSqlTableModel::clear() |
vfunc[41]: | QSqlQueryModel::queryChange() |
vfunc[42]: | QSqlTableModel::select() |
vfunc[43]: | QSqlTableModel::setTable(QString const&) |
vfunc[44]: | QSqlTableModel::setEditStrategy(QSqlTableModel::EditStrategy) |
vfunc[45]: | QSqlTableModel::setSort(int, Qt::SortOrder) |
vfunc[46]: | QSqlTableModel::setFilter(QString const&) |
vfunc[47]: | QSqlTableModel::revertRow(int) |
vfunc[48]: | QSqlTableModel::updateRowInTable(int, QSqlRecord const&) |
vfunc[49]: | QSqlTableModel::insertRowIntoTable(QSqlRecord const&) |
vfunc[50]: | QSqlTableModel::deleteRowFromTable(int) |
vfunc[51]: | QSqlTableModel::orderByClause() const |
vfunc[52]: | QSqlTableModel::selectStatement() const |
The Run Time Type Information for the QSqlTableModel class is described by Table 6-574
The virtual table for the QSqlRelationalTableModel class is described by Table 6-575
Table 6-575. Primary vtable for QSqlRelationalTableModel
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSqlRelationalTableModel |
vfunc[0]: | QSqlRelationalTableModel::metaObject() const |
vfunc[1]: | QSqlRelationalTableModel::qt_metacast(char const*) |
vfunc[2]: | QSqlRelationalTableModel::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QSqlRelationalTableModel::~QSqlRelationalTableModel() |
vfunc[4]: | QSqlRelationalTableModel::~QSqlRelationalTableModel() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QAbstractTableModel::index(int, int, QModelIndex const&) const |
vfunc[13]: | QAbstractTableModel::parent(QModelIndex const&) const |
vfunc[14]: | QSqlTableModel::rowCount(QModelIndex const&) const |
vfunc[15]: | QSqlQueryModel::columnCount(QModelIndex const&) const |
vfunc[16]: | QAbstractTableModel::hasChildren(QModelIndex const&) const |
vfunc[17]: | QSqlRelationalTableModel::data(QModelIndex const&, int) const |
vfunc[18]: | QSqlRelationalTableModel::setData(QModelIndex const&, QVariant const&, int) |
vfunc[19]: | QSqlTableModel::headerData(int, Qt::Orientation, int) const |
vfunc[20]: | QSqlQueryModel::setHeaderData(int, Qt::Orientation, QVariant const&, int) |
vfunc[21]: | QAbstractItemModel::itemData(QModelIndex const&) const |
vfunc[22]: | QAbstractItemModel::setItemData(QModelIndex const&, QMap<int, QVariant> const&) |
vfunc[23]: | QAbstractItemModel::mimeTypes() const |
vfunc[24]: | QAbstractItemModel::mimeData(QList<QModelIndex> const&) const |
vfunc[25]: | QAbstractTableModel::dropMimeData(QMimeData const*, Qt::DropAction, int, int, QModelIndex const&) |
vfunc[26]: | QAbstractItemModel::supportedDropActions() const |
vfunc[27]: | QSqlTableModel::insertRows(int, int, QModelIndex const&) |
vfunc[28]: | QSqlQueryModel::insertColumns(int, int, QModelIndex const&) |
vfunc[29]: | QSqlTableModel::removeRows(int, int, QModelIndex const&) |
vfunc[30]: | QSqlTableModel::removeColumns(int, int, QModelIndex const&) |
vfunc[31]: | QSqlQueryModel::fetchMore(QModelIndex const&) |
vfunc[32]: | QSqlQueryModel::canFetchMore(QModelIndex const&) const |
vfunc[33]: | QSqlTableModel::flags(QModelIndex const&) const |
vfunc[34]: | QSqlTableModel::sort(int, Qt::SortOrder) |
vfunc[35]: | QAbstractItemModel::buddy(QModelIndex const&) const |
vfunc[36]: | QAbstractItemModel::match(QModelIndex const&, int, QVariant const&, int, QFlags<Qt::MatchFlag>) const |
vfunc[37]: | QAbstractItemModel::span(QModelIndex const&) const |
vfunc[38]: | QSqlTableModel::submit() |
vfunc[39]: | QSqlTableModel::revert() |
vfunc[40]: | QSqlRelationalTableModel::clear() |
vfunc[41]: | QSqlQueryModel::queryChange() |
vfunc[42]: | QSqlRelationalTableModel::select() |
vfunc[43]: | QSqlRelationalTableModel::setTable(QString const&) |
vfunc[44]: | QSqlTableModel::setEditStrategy(QSqlTableModel::EditStrategy) |
vfunc[45]: | QSqlTableModel::setSort(int, Qt::SortOrder) |
vfunc[46]: | QSqlTableModel::setFilter(QString const&) |
vfunc[47]: | QSqlRelationalTableModel::revertRow(int) |
vfunc[48]: | QSqlRelationalTableModel::updateRowInTable(int, QSqlRecord const&) |
vfunc[49]: | QSqlTableModel::insertRowIntoTable(QSqlRecord const&) |
vfunc[50]: | QSqlTableModel::deleteRowFromTable(int) |
vfunc[51]: | QSqlRelationalTableModel::orderByClause() const |
vfunc[52]: | QSqlRelationalTableModel::selectStatement() const |
vfunc[53]: | QSqlRelationalTableModel::setRelation(int, QSqlRelation const&) |
vfunc[54]: | QSqlRelationalTableModel::relationModel(int) const |
The Run Time Type Information for the QSqlRelationalTableModel class is described by Table 6-576
An LSB conforming implementation shall provide the architecture specific functions for QtSql specified in Table 6-577, with the full mandatory functionality as described in the referenced underlying specification.
This section defines global identifiers and their values that are associated with interfaces contained in libQtSql. These definitions are organized into groups that correspond to system headers. This convention is used as a convenience for the reader, and does not imply the existence of these headers, or their content. Where an interface is defined as requiring a particular system header file all of the data definitions for that system header file presented here shall be in effect.
This section gives data definitions to promote binary application portability, not to repeat source interface definitions available elsewhere. System providers and application developers should use this ABI to supplement - not to replace - source interface definition specifications.
This specification uses the ISO C (1999) C Language as the reference programming language, and data definitions are specified in ISO C format. The C language is used here as a convenient notation. Using a C language description of these data objects does not preclude their use by other programming languages.
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
Table 6-578 defines the library name and shared object name for the libQtSvg library
The behavior of the interfaces in this library is specified by the following specifications:
[QtSvg] QtSvg 4.1.0 |
The virtual table for the QSvgRenderer class is described by Table 6-579
Table 6-579. Primary vtable for QSvgRenderer
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSvgRenderer |
vfunc[0]: | QSvgRenderer::metaObject() const |
vfunc[1]: | QSvgRenderer::qt_metacast(char const*) |
vfunc[2]: | QSvgRenderer::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QSvgRenderer::~QSvgRenderer() |
vfunc[4]: | QSvgRenderer::~QSvgRenderer() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
The Run Time Type Information for the QSvgRenderer class is described by Table 6-580
The virtual table for the QSvgWidget class is described by Table 6-581
Table 6-581. Primary vtable for QSvgWidget
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSvgWidget |
vfunc[0]: | QSvgWidget::metaObject() const |
vfunc[1]: | QSvgWidget::qt_metacast(char const*) |
vfunc[2]: | QSvgWidget::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QSvgWidget::~QSvgWidget() |
vfunc[4]: | QSvgWidget::~QSvgWidget() |
vfunc[5]: | QWidget::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QWidget::devType() const |
vfunc[13]: | QWidget::setVisible(bool) |
vfunc[14]: | QSvgWidget::sizeHint() const |
vfunc[15]: | QWidget::minimumSizeHint() const |
vfunc[16]: | QWidget::heightForWidth(int) const |
vfunc[17]: | QWidget::paintEngine() const |
vfunc[18]: | QWidget::mousePressEvent(QMouseEvent*) |
vfunc[19]: | QWidget::mouseReleaseEvent(QMouseEvent*) |
vfunc[20]: | QWidget::mouseDoubleClickEvent(QMouseEvent*) |
vfunc[21]: | QWidget::mouseMoveEvent(QMouseEvent*) |
vfunc[22]: | QWidget::wheelEvent(QWheelEvent*) |
vfunc[23]: | QWidget::keyPressEvent(QKeyEvent*) |
vfunc[24]: | QWidget::keyReleaseEvent(QKeyEvent*) |
vfunc[25]: | QWidget::focusInEvent(QFocusEvent*) |
vfunc[26]: | QWidget::focusOutEvent(QFocusEvent*) |
vfunc[27]: | QWidget::enterEvent(QEvent*) |
vfunc[28]: | QWidget::leaveEvent(QEvent*) |
vfunc[29]: | QSvgWidget::paintEvent(QPaintEvent*) |
vfunc[30]: | QWidget::moveEvent(QMoveEvent*) |
vfunc[31]: | QWidget::resizeEvent(QResizeEvent*) |
vfunc[32]: | QWidget::closeEvent(QCloseEvent*) |
vfunc[33]: | QWidget::contextMenuEvent(QContextMenuEvent*) |
vfunc[34]: | QWidget::tabletEvent(QTabletEvent*) |
vfunc[35]: | QWidget::actionEvent(QActionEvent*) |
vfunc[36]: | QWidget::dragEnterEvent(QDragEnterEvent*) |
vfunc[37]: | QWidget::dragMoveEvent(QDragMoveEvent*) |
vfunc[38]: | QWidget::dragLeaveEvent(QDragLeaveEvent*) |
vfunc[39]: | QWidget::dropEvent(QDropEvent*) |
vfunc[40]: | QWidget::showEvent(QShowEvent*) |
vfunc[41]: | QWidget::hideEvent(QHideEvent*) |
vfunc[42]: | QWidget::x11Event(_XEvent*) |
vfunc[43]: | QWidget::changeEvent(QEvent*) |
vfunc[44]: | QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
vfunc[45]: | QWidget::inputMethodEvent(QInputMethodEvent*) |
vfunc[46]: | QWidget::inputMethodQuery(Qt::InputMethodQuery) const |
vfunc[47]: | QWidget::focusNextPrevChild(bool) |
vfunc[48]: | QWidget::styleChange(QStyle&) |
vfunc[49]: | QWidget::enabledChange(bool) |
vfunc[50]: | QWidget::paletteChange(QPalette const&) |
vfunc[51]: | QWidget::fontChange(QFont const&) |
vfunc[52]: | QWidget::windowActivationChange(bool) |
vfunc[53]: | QWidget::languageChange() |
Table 6-582. Secondary vtable for QSvgWidget
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSvgWidget |
vfunc[0]: | non-virtual thunk to QSvgWidget::~QSvgWidget() |
vfunc[1]: | non-virtual thunk to QSvgWidget::~QSvgWidget() |
vfunc[2]: | non-virtual thunk to QWidget::devType() const |
vfunc[3]: | non-virtual thunk to QWidget::paintEngine() const |
vfunc[4]: | non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const |
The Run Time Type Information for the QSvgWidget class is described by Table 6-583
An LSB conforming implementation shall provide the architecture specific functions for QtSvg specified in Table 6-584, with the full mandatory functionality as described in the referenced underlying specification.
This section defines global identifiers and their values that are associated with interfaces contained in libQtSvg. These definitions are organized into groups that correspond to system headers. This convention is used as a convenience for the reader, and does not imply the existence of these headers, or their content. Where an interface is defined as requiring a particular system header file all of the data definitions for that system header file presented here shall be in effect.
This section gives data definitions to promote binary application portability, not to repeat source interface definitions available elsewhere. System providers and application developers should use this ABI to supplement - not to replace - source interface definition specifications.
This specification uses the ISO C (1999) C Language as the reference programming language, and data definitions are specified in ISO C format. The C language is used here as a convenient notation. Using a C language description of these data objects does not preclude their use by other programming languages.
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
Table 6-585 defines the library name and shared object name for the libQtNetwork library
The virtual table for the QHttpHeader class is described by Table 6-586
Table 6-586. Primary vtable for QHttpHeader
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QHttpHeader |
vfunc[0]: | QHttpHeader::~QHttpHeader() |
vfunc[1]: | QHttpHeader::~QHttpHeader() |
vfunc[2]: | QHttpHeader::toString() const |
vfunc[3]: | __cxa_pure_virtual |
vfunc[4]: | __cxa_pure_virtual |
vfunc[5]: | QHttpHeader::parseLine(QString const&, int) |
The Run Time Type Information for the QHttpHeader class is described by Table 6-587
The virtual table for the QHttpResponseHeader class is described by Table 6-588
Table 6-588. Primary vtable for QHttpResponseHeader
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QHttpResponseHeader |
vfunc[0]: | QHttpResponseHeader::~QHttpResponseHeader() |
vfunc[1]: | QHttpResponseHeader::~QHttpResponseHeader() |
vfunc[2]: | QHttpResponseHeader::toString() const |
vfunc[3]: | QHttpResponseHeader::majorVersion() const |
vfunc[4]: | QHttpResponseHeader::minorVersion() const |
vfunc[5]: | QHttpResponseHeader::parseLine(QString const&, int) |
The Run Time Type Information for the QHttpResponseHeader class is described by Table 6-589
The virtual table for the QHttpRequestHeader class is described by Table 6-590
Table 6-590. Primary vtable for QHttpRequestHeader
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QHttpRequestHeader |
vfunc[0]: | QHttpRequestHeader::~QHttpRequestHeader() |
vfunc[1]: | QHttpRequestHeader::~QHttpRequestHeader() |
vfunc[2]: | QHttpRequestHeader::toString() const |
vfunc[3]: | QHttpRequestHeader::majorVersion() const |
vfunc[4]: | QHttpRequestHeader::minorVersion() const |
vfunc[5]: | QHttpRequestHeader::parseLine(QString const&, int) |
The Run Time Type Information for the QHttpRequestHeader class is described by Table 6-591
The virtual table for the QHttp class is described by Table 6-592
Table 6-592. Primary vtable for QHttp
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QHttp |
vfunc[0]: | QHttp::metaObject() const |
vfunc[1]: | QHttp::qt_metacast(char const*) |
vfunc[2]: | QHttp::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QHttp::~QHttp() |
vfunc[4]: | QHttp::~QHttp() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
The Run Time Type Information for the QHttp class is described by Table 6-593
The virtual table for the QAbstractSocket class is described by Table 6-594
Table 6-594. Primary vtable for QAbstractSocket
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractSocket |
vfunc[0]: | QAbstractSocket::metaObject() const |
vfunc[1]: | QAbstractSocket::qt_metacast(char const*) |
vfunc[2]: | QAbstractSocket::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QAbstractSocket::~QAbstractSocket() |
vfunc[4]: | QAbstractSocket::~QAbstractSocket() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QAbstractSocket::isSequential() const |
vfunc[13]: | QIODevice::open(QFlags<QIODevice::OpenModeFlag>) |
vfunc[14]: | QAbstractSocket::close() |
vfunc[15]: | QIODevice::pos() const |
vfunc[16]: | QIODevice::size() const |
vfunc[17]: | QIODevice::seek(long long) |
vfunc[18]: | QAbstractSocket::atEnd() const |
vfunc[19]: | QIODevice::reset() |
vfunc[20]: | QAbstractSocket::bytesAvailable() const |
vfunc[21]: | QAbstractSocket::bytesToWrite() const |
vfunc[22]: | QAbstractSocket::canReadLine() const |
vfunc[23]: | QAbstractSocket::waitForReadyRead(int) |
vfunc[24]: | QAbstractSocket::waitForBytesWritten(int) |
vfunc[25]: | QAbstractSocket::readData(char*, long long) |
vfunc[26]: | QAbstractSocket::readLineData(char*, long long) |
vfunc[27]: | QAbstractSocket::writeData(char const*, long long) |
The Run Time Type Information for the QAbstractSocket class is described by Table 6-595
The virtual table for the QUrlInfo class is described by Table 6-596
Table 6-596. Primary vtable for QUrlInfo
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QUrlInfo |
vfunc[0]: | QUrlInfo::~QUrlInfo() |
vfunc[1]: | QUrlInfo::~QUrlInfo() |
vfunc[2]: | QUrlInfo::setName(QString const&) |
vfunc[3]: | QUrlInfo::setDir(bool) |
vfunc[4]: | QUrlInfo::setFile(bool) |
vfunc[5]: | QUrlInfo::setSymLink(bool) |
vfunc[6]: | QUrlInfo::setOwner(QString const&) |
vfunc[7]: | QUrlInfo::setGroup(QString const&) |
vfunc[8]: | QUrlInfo::setSize(long long) |
vfunc[9]: | QUrlInfo::setWritable(bool) |
vfunc[10]: | QUrlInfo::setReadable(bool) |
vfunc[11]: | QUrlInfo::setPermissions(int) |
vfunc[12]: | QUrlInfo::setLastModified(QDateTime const&) |
The Run Time Type Information for the QUrlInfo class is described by Table 6-597
The virtual table for the QFtp class is described by Table 6-598
Table 6-598. Primary vtable for QFtp
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QFtp |
vfunc[0]: | QFtp::metaObject() const |
vfunc[1]: | QFtp::qt_metacast(char const*) |
vfunc[2]: | QFtp::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QFtp::~QFtp() |
vfunc[4]: | QFtp::~QFtp() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
The Run Time Type Information for the QFtp class is described by Table 6-599
The virtual table for the QTcpServer class is described by Table 6-600
Table 6-600. Primary vtable for QTcpServer
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTcpServer |
vfunc[0]: | QTcpServer::metaObject() const |
vfunc[1]: | QTcpServer::qt_metacast(char const*) |
vfunc[2]: | QTcpServer::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QTcpServer::~QTcpServer() |
vfunc[4]: | QTcpServer::~QTcpServer() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QTcpServer::hasPendingConnections() const |
vfunc[13]: | QTcpServer::nextPendingConnection() |
vfunc[14]: | QTcpServer::incomingConnection(int) |
The Run Time Type Information for the QTcpServer class is described by Table 6-601
The virtual table for the QUdpSocket class is described by Table 6-602
Table 6-602. Primary vtable for QUdpSocket
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QUdpSocket |
vfunc[0]: | QUdpSocket::metaObject() const |
vfunc[1]: | QUdpSocket::qt_metacast(char const*) |
vfunc[2]: | QUdpSocket::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QUdpSocket::~QUdpSocket() |
vfunc[4]: | QUdpSocket::~QUdpSocket() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QAbstractSocket::isSequential() const |
vfunc[13]: | QIODevice::open(QFlags<QIODevice::OpenModeFlag>) |
vfunc[14]: | QAbstractSocket::close() |
vfunc[15]: | QIODevice::pos() const |
vfunc[16]: | QIODevice::size() const |
vfunc[17]: | QIODevice::seek(long long) |
vfunc[18]: | QAbstractSocket::atEnd() const |
vfunc[19]: | QIODevice::reset() |
vfunc[20]: | QAbstractSocket::bytesAvailable() const |
vfunc[21]: | QAbstractSocket::bytesToWrite() const |
vfunc[22]: | QAbstractSocket::canReadLine() const |
vfunc[23]: | QAbstractSocket::waitForReadyRead(int) |
vfunc[24]: | QAbstractSocket::waitForBytesWritten(int) |
vfunc[25]: | QAbstractSocket::readData(char*, long long) |
vfunc[26]: | QAbstractSocket::readLineData(char*, long long) |
vfunc[27]: | QAbstractSocket::writeData(char const*, long long) |
The Run Time Type Information for the QUdpSocket class is described by Table 6-603
The virtual table for the QTcpSocket class is described by Table 6-604
Table 6-604. Primary vtable for QTcpSocket
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTcpSocket |
vfunc[0]: | QTcpSocket::metaObject() const |
vfunc[1]: | QTcpSocket::qt_metacast(char const*) |
vfunc[2]: | QTcpSocket::qt_metacall(QMetaObject::Call, int, void**) |
vfunc[3]: | QTcpSocket::~QTcpSocket() |
vfunc[4]: | QTcpSocket::~QTcpSocket() |
vfunc[5]: | QObject::event(QEvent*) |
vfunc[6]: | QObject::eventFilter(QObject*, QEvent*) |
vfunc[7]: | QObject::timerEvent(QTimerEvent*) |
vfunc[8]: | QObject::childEvent(QChildEvent*) |
vfunc[9]: | QObject::customEvent(QEvent*) |
vfunc[10]: | QObject::connectNotify(char const*) |
vfunc[11]: | QObject::disconnectNotify(char const*) |
vfunc[12]: | QAbstractSocket::isSequential() const |
vfunc[13]: | QIODevice::open(QFlags<QIODevice::OpenModeFlag>) |
vfunc[14]: | QAbstractSocket::close() |
vfunc[15]: | QIODevice::pos() const |
vfunc[16]: | QIODevice::size() const |
vfunc[17]: | QIODevice::seek(long long) |
vfunc[18]: | QAbstractSocket::atEnd() const |
vfunc[19]: | QIODevice::reset() |
vfunc[20]: | QAbstractSocket::bytesAvailable() const |
vfunc[21]: | QAbstractSocket::bytesToWrite() const |
vfunc[22]: | QAbstractSocket::canReadLine() const |
vfunc[23]: | QAbstractSocket::waitForReadyRead(int) |
vfunc[24]: | QAbstractSocket::waitForBytesWritten(int) |
vfunc[25]: | QAbstractSocket::readData(char*, long long) |
vfunc[26]: | QAbstractSocket::readLineData(char*, long long) |
vfunc[27]: | QAbstractSocket::writeData(char const*, long long) |
The Run Time Type Information for the QTcpSocket class is described by Table 6-605
No external functions are defined for libQtNetwork - QtNetwork in this part of the specification. See also the generic specification, ISO/IEC 23360 Part 1.
This section defines global identifiers and their values that are associated with interfaces contained in libQtNetwork. These definitions are organized into groups that correspond to system headers. This convention is used as a convenience for the reader, and does not imply the existence of these headers, or their content. Where an interface is defined as requiring a particular system header file all of the data definitions for that system header file presented here shall be in effect.
This section gives data definitions to promote binary application portability, not to repeat source interface definitions available elsewhere. System providers and application developers should use this ABI to supplement - not to replace - source interface definition specifications.
This specification uses the ISO C (1999) C Language as the reference programming language, and data definitions are specified in ISO C format. The C language is used here as a convenient notation. Using a C language description of these data objects does not preclude their use by other programming languages.
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
/* * This header is architecture neutral * Please refer to the generic specification for details */ |
This specification is published under the terms of the GNU Free Documentation License, Version 1.1, March 2000
Copyright (C) 2000 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
The purpose of this License is to make a manual, textbook, or other written document "free" in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others.
This License is a kind of "copyleft", which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software.
We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference.
This License applies to any manual or other work that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. The "Document", below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as "you".
A "Modified Version" of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language.
A "Secondary Section" is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document's overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (For example, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them.
The "Invariant Sections" are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License.
The "Cover Texts" are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License.
A "Transparent" copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, whose contents can be viewed and edited directly and straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup has been designed to thwart or discourage subsequent modification by readers is not Transparent. A copy that is not "Transparent" is called "Opaque".
Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML designed for human modification. Opaque formats include PostScript, PDF, proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML produced by some word processors for output purposes only.
The "Title Page" means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, "Title Page" means the text near the most prominent appearance of the work's title, preceding the beginning of the body of the text.
You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3.
You may also lend copies, under the same conditions stated above, and you may publicly display copies.
If you publish printed copies of the Document numbering more than 100, and the Document's license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects.
If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages.
If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a publicly-accessible computer-network location containing a complete Transparent copy of the Document, free of added material, which the general network-using public has access to download anonymously at no charge using public-standard network protocols. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public.
It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document.
You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version:
Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission.
List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has less than five).
State on the Title page the name of the publisher of the Modified Version, as the publisher.
Preserve all the copyright notices of the Document.
Add an appropriate copyright notice for your modifications adjacent to the other copyright notices.
Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below.
Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document's license notice.
Include an unaltered copy of this License.
Preserve the section entitled "History", and its title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section entitled "History" in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence.
Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the "History" section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission.
In any section entitled "Acknowledgements" or "Dedications", preserve the section's title, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein.
Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles.
Delete any section entitled "Endorsements". Such a section may not be included in the Modified Version.
Do not retitle any existing section as "Endorsements" or to conflict in title with any Invariant Section.
If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version's license notice. These titles must be distinct from any other section titles.
You may add a section entitled "Endorsements", provided it contains nothing but endorsements of your Modified Version by various parties--for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard.
You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one.
The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version.
You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice.
The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work.
In the combination, you must combine any sections entitled "History" in the various original documents, forming one section entitled "History"; likewise combine any sections entitled "Acknowledgements", and any sections entitled "Dedications". You must delete all sections entitled "Endorsements."
You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects.
You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document.
A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, does not as a whole count as a Modified Version of the Document, provided no compilation copyright is claimed for the compilation. Such a compilation is called an "aggregate", and this License does not apply to the other self-contained works thus compiled with the Document, on account of their being thus compiled, if they are not themselves derivative works of the Document.
If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one quarter of the entire aggregate, the Document's Cover Texts may be placed on covers that surround only the Document within the aggregate. Otherwise they must appear on covers around the whole aggregate.
Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License provided that you also include the original English version of this License. In case of a disagreement between the translation and the original English version of this License, the original English version will prevail.
You may not copy, modify, sublicense, or distribute the Document except as expressly provided for under this License. Any other attempt to copy, modify, sublicense or distribute the Document is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See http://www.gnu.org/copyleft/.
Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License "or any later version" applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation.
To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page:
Copyright (c) YEAR YOUR NAME. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. A copy of the license is included in the section entitled "GNU Free Documentation License".
If you have no Invariant Sections, write "with no Invariant Sections" instead of saying which ones are invariant. If you have no Front-Cover Texts, write "no Front-Cover Texts" instead of "Front-Cover Texts being LIST"; likewise for Back-Cover Texts.
If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software.