Copyright © 2010 Linux Foundation
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 may be 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
Apple Inc.
Easy Software Products
artofcode LLC
Till Kamppeter
Manfred Wassman
Python Software Foundation
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 Linux Foundation 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 4.1 of the Linux Standard Base Desktop Specification for S390X. This specification is one of a series of volumes under the collective title Linux Standard Base:
Core
C++
Desktop
Languages
Printing
Note that the Core, C++ and Desktop volumes consist of a generic volume augmented by an architecture-specific volume.
This is a released specification. Other documents may supersede or augment this specification. A list of current Linux Standard Base (LSB) specifications is available at http://refspecs.linuxfoundation.org.
If you wish to make comments regarding this document in a manner that is tracked by the LSB project, please submit them using our public bug database at http://bugs.linuxbase.org. Please enter your feedback, carefully indicating the title of the section for which you are submitting feedback, and the volume and version of the specification where you found the problem, quoting the incorrect text if appropriate. If you are suggesting a new feature, please indicate what the problem you are trying to solve is. That is more important than the solution, in fact.
If you do not have or wish to create a bug database account then you
can also e-mail feedback to
<lsb-discuss@lists.linuxfoundation.org>
(subscribe, archives), and arrangements will be made to transpose the
comments to our public bug database.
The LSB defines a binary interface for application programs that are compiled and packaged for LSB-conforming implementations on many different hardware architectures. A binary specification must include information specific to the computer processor architecture for which it is intended. To avoid the complexity of conditional descriptions, the specification has instead been divided into generic parts which are augmented by one of several architecture-specific parts, depending on the target processor architecture; the generic part will indicate when reference must be made to the architecture part, and vice versa.
This document should be used in conjunction with the documents it references. This document enumerates the system components it includes, but descriptions of those components may be included entirely or partly in this document, partly in other documents, or entirely in other reference documents. For example, the section that describes system service routines includes a list of the system routines supported in this interface, formal declarations of the data structures they use that are visible to applications, and a pointer to the underlying referenced specification for information about the syntax and semantics of each call. Only those routines not described in standards referenced by this document, or extensions to those standards, are described in the detail. Information referenced in this way is as much a part of this document as is the information explicitly included here.
The specification carries a version number of either the form x.y or x.y.z. This version number carries the following meaning:
The first number (x) is the major version number. Versions sharing the same major version number shall be compatible in a backwards direction; that is, a newer version shall be compatible with an older version. Any deletion of a library results in a new major version number. Interfaces marked as deprecated may be removed from the specification at a major version change.
The second number (y) is the minor version number. Libraries and individual interfaces may be added, but not removed. Interfaces may be marked as deprecated at a minor version change. Other minor changes may be permitted at the discretion of the LSB workgroup.
The third number (z), if present, is the editorial level. Only editorial changes should be included in such versions.
Since this specification is a descriptive Application Binary Interface, and not a source level API specification, it is not possible to make a guarantee of 100% backward compatibility between major releases. However, it is the intent that those parts of the binary interface that are visible in the source level API will remain backward compatible from version to version, except where a feature marked as "Deprecated" in one release may be removed from a future release. Implementors are strongly encouraged to make use of symbol versioning to permit simultaneous support of applications conforming to different releases of this specification.
LSB is a trademark of the Linux Foundation. Developers of applications or implementations interested in using the trademark should see the Linux Foundation Certification Policy for details.
The specifications listed below are referenced in whole or in part by the LSB Desktop specification. 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 Desktop specification 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 |
---|---|---|
ATK 1.10.3 Reference Manual | ATK 1.10.3 Reference Manual | http://library.gnome.org/devel/atk/1.10/index.html |
Double Buffer Extension Library | Double Buffer Extension Library - Protocol Version 1.0 | http://refspecs.linux-foundation.org/X11/dbelib.pdf |
Fontconfig Developers Reference | Fontconfig Developers Reference, Version 2.6.0 | http://refspecs.linuxfoundation.org/fontconfig-2.6.0 |
Gdk 2.10.14 Reference Manual | Gdk 2.10.14 Reference Manual | http://library.gnome.org/devel/gdk/2.10/ |
Gdk-pixbuf 2.8.20 Reference Manual | Gtk-pixbuf 2.8.20 Reference Manual | http://library.gnome.org/devel/gdk-pixbuf/2.8/index.html |
Glib 2.12.13 Reference Manual | Glib 2.12.13 Reference Manual | http://library.gnome.org/devel/glib/2.12/ |
Gobject 2.12.13 Reference Manual | Gobject 2.12.13 Reference Manual | http://library.gnome.org/devel/gobject/2.12/ |
Gtk+ 2.10.14 Reference Manual | Gtk+ 2.10.14 Reference Manual | http://library.gnome.org/devel/gtk/2.10/ |
ISO C (1999) | ISO/IEC 9899: 1999, Programming Languages --C | |
ISO/IEC 14882: 2003 C++ Language | ISO/IEC 14882: 2003 Programming languages --C++ | |
Itanium™ C++ ABI | Itanium™ C++ ABI (Revision 1.86) | http://refspecs.linuxfoundation.org/cxxabi-1.86.html |
OpenGL | The OpenGL® Graphics System: A Specification (Version 1.2.1) | http://www.opengl.org/documentation/specs/version1.2/OpenGL_spec_1.2.1.pdf |
OpenGL ABI | OpenGL® Application Binary Interface for Linux | http://www.opengl.org/registry/ABI/ |
OpenGL Extensions | OpenGL® Graphics with the X Window System® (Version 1.3) | http://opengl.org/documentation/specs/glx/glx1.3.pdf |
OpenGL Utilities | The OpenGL Graphics System Utility Library (Version 1.3) | http://www.opengl.org/documentation/specs/glu/glu1_3.pdf |
Pango 1.10.4 Reference Manual | Pango 1.10.4 Reference Manual | http://library.gnome.org/devel/pango/1.10/index.html |
POSIX 1003.1-2001 (ISO/IEC 9945-2003) | ISO/IEC 9945-1:2003 Information technology -- Portable Operating System Interface (POSIX) -- Part 1: Base Definitions ISO/IEC 9945-2:2003 Information technology -- Portable Operating System Interface (POSIX) -- Part 2: System Interfaces ISO/IEC 9945-3:2003 Information technology -- Portable Operating System Interface (POSIX) -- Part 3: Shell and Utilities ISO/IEC 9945-4:2003 Information technology -- Portable Operating System Interface (POSIX) -- Part 4: Rationale Including Technical Cor. 1: 2004 | http://www.unix.org/version3/ |
Qt 3.3.6 | Qt 3.3.6 Reference Manual | http://doc.trolltech.com/3.3/index.html |
QtCore 4.2.0 | Qt 4.2.0 Reference Manual | http://doc.trolltech.com/4.2/qtcore.html |
QtGui 4.2.0 | Qt 4.2.0 Reference Manual | http://doc.trolltech.com/4.2/qtgui.html |
QtNetwork 4.2.0 | Qt 4.2.0 Reference Manual | http://doc.trolltech.com/4.2/qtnetwork.html |
QtOpenGL 4.2.0 | Qt 4.2.0 Reference Manual | http://doc.trolltech.com/4.2/qtopengl.html |
QtSql 4.2.0 | Qt 4.2.0 Reference Manual | http://doc.trolltech.com/4.2/qtsql.html |
QtSvg 4.2.0 | Qt 4.2.0 Reference Manual | http://doc.trolltech.com/4.2/qtsvg.html |
QtXml 4.2.0 | Qt 4.2.0 Reference Manual | http://doc.trolltech.com/4.2/qtxml.html |
Reference Manual for libxml2 | Reference Manual for libxml2 | http://xmlsoft.org/html/index.html |
The MIT Shared Memory Extension | MIT-SHM - The MIT Shared Memory Extension - X version 11, Release 5 | http://refspecs.linux-foundation.org/X11/mit-shm.pdf |
X Display Power Management Signaling | X Display Power Management Signaling (DPMS) Extension - Library Specificationi - Version 1.0 | http://refspecs.linux-foundation.org/X11/DPMSlib.pdf |
X Extended Visual Interface Extension | Extended Visual Information Extension - Version 1.0 | http://refspecs.linux-foundation.org/X11/evi.pdf |
X Nonrectangular Window Shape Extension Library | X Nonrectangular Window Shape Extension Library - Version 1.0 | http://refspecs.linux-foundation.org/X11/shapelib.pdf |
X Record Extension Library | X Record Extension Library - Version 1.13 | http://refspecs.linux-foundation.org/X11/recordlib.pdf |
X Security Extension Specification | Security Extension Specification - Version 7.1 | http://refspecs.linux-foundation.org/X11/security.pdf |
X Synchronization Extension Library | X Synchronization Extension Library - Version 3.0 | http://refspecs.linux-foundation.org/X11/synclib.pdf |
X11 C Library | Xlib - C Language X Interface - X Version 11 Release 6.4 | http://refspecs.linux-foundation.org/X11/xlib.pdf |
X11 Input Library | X Input Device Extension Library - X Version 11, Release 6.4 | http://refspecs.linux-foundation.org/X11/Xinput.pdf |
X11 Inter-Client Exchange | Inter-Client Exchange Library - Version 1.0 | http://refspecs.linux-foundation.org/X11/ICElib.pdf |
X11 Keyboard Extension | X Keyboard Extension Library Specification - X Version 11, Release 6.4 | http://refspecs.linux-foundation.org/X11/XKBlib.pdf |
X11 Session Management | X Session Management Library - Version 1.0 | http://refspecs.linux-foundation.org/X11/SMlib.pdf |
X11 Toolkit Intrinsics | X Toolkit Intrinsics - C Language Interface - X Version 11, Release 6.4 | http://refspecs.linux-foundation.org/X11/intrinsics.pdf |
Xft Placeholder | Xft Specification Placeholder | |
Xrender Placeholder | Xrender Specification Placeholder | http://refspecs.linux-foundation.org/X11/XRenderProtocol.html |
XTEST Extension Library | XTEST Extension Library - Version 2.2 | http://refspecs.linux-foundation.org/X11/xtestlib.pdf |
In addition, the specifications listed below provide essential background information to implementors of this specification. These references are included for information only.
Table 2-2. Other References
Name | Title | URL |
---|---|---|
A description on how to use and modify libpng | A description on how to use and modify libpng | http://www.libpng.org/pub/png/libpng-1.2.5-manual.html |
ALSA Library API Reference | ALSA Library API Reference | http://www.alsa-project.org/alsa-doc/alsa-lib/ |
Base Directory Spec | XDG Base Directory Specification Version 0.6 | http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html |
Cairo API Reference | Cairo Vector Graphics API Specification for 1.2.0 | http://cairographics.org/manual-1.2.0 |
Desktop Entry Spec | Desktop Entry Specification Version 1.0 | http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.0.html |
Desktop Menu Spec | Desktop Menu Specification Version 1.0 | http://standards.freedesktop.org/menu-spec/menu-spec-1.0.html |
FreeType 2.2 Reference | FreeType 2.2.1 API Reference | http://refspecs.linuxfoundation.org/freetype/freetype-doc-2.2.1/docs/reference/ft2-toc.html |
Icon Theme Spec | Icon Theme Specification Version 0.11 | http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-0.11.html |
Independent JPEG Group | Independent JPEG Group | http://www.ijg.org/ |
xdg-utils reference | Portland Project XDG Utilities Reference 1.0 | http://portland.freedesktop.org/xdg-utils-1.0/ |
The libraries listed in Table 3-1 shall be available on a Linux Standard Base - Desktop system, with the specified runtime names. This list may be supplemented or amended by the architecture-specific specification.
Table 3-1. Standard Library Names
These libraries will be in an implementation-defined directory which the dynamic linker shall search by default.
For the purposes of this document, the terms given in ISO/IEC Directives, Part 2, Annex H and the following apply.
Some LSB specification documents have both a generic, architecture-neutral part and an architecture-specific part. The latter describes elements whose definitions may be unique to a particular processor architecture. The term archLSB may be used in the generic part to refer to the corresponding section of the architecture-specific part.
The total set of interfaces that are available to be used in the compiled binary code of a conforming application, including the run-time details such as calling conventions, binary format, C++ name mangling, etc.
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.
The total set of interfaces that are available to be used in the source code of a conforming application. Due to translations, the Binary Standard and the Source Standard may contain some different interfaces.
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.
In addition, for the portions of this specification which build on IEEE Std 1003.1-2001, the definitions given in IEEE Std 1003.1-2001, Base Definitions, Chapter 3 apply.
Throughout this document, the following typographic conventions are used:
function() | the name of a function | |
command | the name of a command or utility | |
CONSTANT | a constant value | |
parameter | a parameter | |
variable | a variable |
Throughout this specification, several tables of interfaces are presented. Each entry in these tables has the following format:
name | the name of the interface | |
(symver) | An optional symbol version identifier, if required. | |
[refno] | A reference number indexing the table of referenced specifications that follows this table. |
For example,
refers to the interface named forkpty() with symbol versionGLIBC_2.0
that is defined in the
SUSv3 reference.
Note: For symbols with versions which differ between architectures, the symbol versions are defined in the architecture specific parts of ISO/IEC 23360 only.
A conforming implementation shall support the following GTK+ stack libraries which provide interfaces for creating rich graphical user interface applications.
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 libglib-2.0 library
No external functions are defined for libglib-2.0 - GTK General purpose utility library in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Arrays in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Asynchronous Queues in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Atomic Operations in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Automatic String Completion in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Balanced Binary Trees in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Byte Arrays in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Caches in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Character Set Conversion in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Commandline Option Parser in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Datasets in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Date and Time Functions in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Double-Ended Queues in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Doubly-Linked Lists in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Error Reporting in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib File Utilities in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Glob-Style Pattern Matching in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Hash Tables in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Hook Functions in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib IO Channels in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Internationalization in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Key-Value File Parser in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Keyed Data Lists in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Lexical Scanner in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Memory Allocation in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Memory Allocators in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Memory Chunks in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Message Logging in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Message Output and Debugging Functions in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Miscellaneous Utility Functions in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib N-ary Trees in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Pointer Arrays in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Quarks in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Random Numbers in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Relations and Tuples in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Shell-related Utilities in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Simple XML Subset Parser in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Singly-Linked Lists in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Spawning Processes in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib String Chunks in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib String Utility Functions in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Strings in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib - The Main Event Loop in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Thread Pools in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Threads in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Timers in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Trash Stacks in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Unicode Manipulation in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Version Information in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Bookmark File Parser in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Memory Slices in this part of the specification. See also the generic specification.
No external functions are defined for libglib-2.0 - Glib Base64 Encoding in this part of the specification. See also the generic specification.
This section defines global identifiers and their values that are associated with interfaces contained in libglib-2.0. 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.
#define G_STATIC_MUTEX_INIT \ { NULL, { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0} } } #define GPOINTER_TO_INT(p) ((gint) (glong) (p)) #define GLONG_TO_BE(val) ((glong) GINT64_TO_BE (val)) #define GLONG_TO_LE(val) ((glong) GINT64_TO_LE (val)) #define GINT_TO_POINTER(i) ((gpointer) (glong) (i)) #define GUINT_TO_POINTER(u) ((gpointer) (gulong) (u)) #define GPOINTER_TO_UINT(p) ((guint) (gulong) (p)) #define GULONG_TO_BE(val) ((gulong) GUINT64_TO_BE (val)) #define GULONG_TO_LE(val) ((gulong) GUINT64_TO_LE (val)) #define G_GINT64_CONSTANT(val) (G_GNUC_EXTENSION (val ##L)) #define G_VA_COPY_AS_ARRAY 1 #define GLIB_LSB_PADDING_SIZE 40 #define GLIB_LSB_DATA_SIZE 8 #define GLIB_SIZEOF_LONG 8 #define GLIB_SIZEOF_SIZE_T 8 #define GLIB_SIZEOF_VOID_P 8 #define G_BYTE_ORDER G_BIG_ENDIAN #define G_MAXSIZE G_MAXULONG #define G_BREAKPOINT() G_STMT_START{ raise (SIGTRAP); }G_STMT_END #define G_GINT64_MODIFIER "l" #define G_GSIZE_MODIFIER "l" #define G_GINT64_FORMAT "li" #define G_GSSIZE_FORMAT "li" #define G_GSIZE_FORMAT "lu" #define G_GUINT64_FORMAT "lu" typedef long int gssize; typedef long int gint64; typedef unsigned long int guint64; typedef unsigned long int gsize; |
/* * 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-2 defines the library name and shared object name for the libgobject-2.0 library
No external functions are defined for libgobject-2.0 - Gobject GTypeModule in this part of the specification. See also the generic specification.
No external functions are defined for libgobject-2.0 - Gobject Enums and Flags in this part of the specification. See also the generic specification.
No external functions are defined for libgobject-2.0 - Gobject Signals in this part of the specification. See also the generic specification.
No external functions are defined for libgobject-2.0 - Gobject Value arrays in this part of the specification. See also the generic specification.
No external functions are defined for libgobject-2.0 - Gobject Generic Values in this part of the specification. See also the generic specification.
No external functions are defined for libgobject-2.0 - Gobject Parameters and Values in this part of the specification. See also the generic specification.
No external functions are defined for libgobject-2.0 - Gobject GParamSpec in this part of the specification. See also the generic specification.
No external functions are defined for libgobject-2.0 - Gobject GBoxed in this part of the specification. See also the generic specification.
No external functions are defined for libgobject-2.0 - Gobject Closures in this part of the specification. See also the generic specification.
No external functions are defined for libgobject-2.0 - Gobject Gobject in this part of the specification. See also the generic specification.
No external functions are defined for libgobject-2.0 - Gobject GType in this part of the specification. See also the generic specification.
No external functions are defined for libgobject-2.0 - Gobject GTypePlugin in this part of the specification. See also the generic specification.
This section defines global identifiers and their values that are associated with interfaces contained in libgobject-2.0. 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-3 defines the library name and shared object name for the libgmodule-2.0 library
No external functions are defined for libgmodule-2.0 - Glib-Dynamic loading of Modules in this part of the specification. See also the generic specification.
This section defines global identifiers and their values that are associated with interfaces contained in libgmodule-2.0. 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 */ |
Table 6-4 defines the library name and shared object name for the libgthread-2.0 library
No external functions are defined for libgthread-2.0 - Glib thread abstraction in this part of the specification. See also the generic specification.
Table 6-5 defines the library name and shared object name for the libatk-1.0 library
No external functions are defined for libatk-1.0 - GTK Accessibility Toolkit in this part of the specification. See also the generic specification.
This section defines global identifiers and their values that are associated with interfaces contained in libatk-1.0. 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-6 defines the library name and shared object name for the libpango-1.0 library
No external functions are defined for libpango-1.0 - GTK Internationalized Text Layout and Rendering library in this part of the specification. See also the generic specification.
This section defines global identifiers and their values that are associated with interfaces contained in libpango-1.0. 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 */ |
Table 6-7 defines the library name and shared object name for the libpangocairo-1.0 library
No external functions are defined for libpangocairo-1.0 - Pango Cairo Rendering in this part of the specification. See also the generic specification.
This section defines global identifiers and their values that are associated with interfaces contained in libpangocairo-1.0. 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 */ |
Table 6-8 defines the library name and shared object name for the libpangoxft-1.0 library
No external functions are defined for libpangoxft-1.0 - Pango Xft Fonts and Rendering library in this part of the specification. See also the generic specification.
This section defines global identifiers and their values that are associated with interfaces contained in libpangoxft-1.0. 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 */ |
Table 6-9 defines the library name and shared object name for the libpangoft2-1.0 library
No external functions are defined for libpangoft2-1.0 - Pango Freetype Fonts and Rendering library in this part of the specification. See also the generic specification.
This section defines global identifiers and their values that are associated with interfaces contained in libpangoft2-1.0. 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-10 defines the library name and shared object name for the libgdk_pixbuf-2.0 library
No external functions are defined for libgdk_pixbuf-2.0 - GDK pixbuf rendering on drawables library in this part of the specification. See also the generic specification.
This section defines global identifiers and their values that are associated with interfaces contained in libgdk_pixbuf-2.0. 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-11 defines the library name and shared object name for the libgdk_pixbuf_xlib-2.0 library
Table 6-11. libgdk_pixbuf_xlib-2.0 Definition
Library: | libgdk_pixbuf_xlib-2.0 |
SONAME: | libgdk_pixbuf_xlib-2.0.so.0 |
No external functions are defined for libgdk_pixbuf_xlib-2.0 - GDK pixbuf rendering to an X drawable library in this part of the specification. See also the generic specification.
This section defines global identifiers and their values that are associated with interfaces contained in libgdk_pixbuf_xlib-2.0. 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 */ |
Table 6-12 defines the library name and shared object name for the libgdk-x11-2.0 library
No external functions are defined for libgdk-x11-2.0 - GTK Drawing toolkit in this part of the specification. See also the generic specification.
This section defines global identifiers and their values that are associated with interfaces contained in libgdk-x11-2.0. 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-13 defines the library name and shared object name for the libgtk-x11-2.0 library
No external functions are defined for libgtk-x11-2.0 - GTK main Widgets library in this part of the specification. See also the generic specification.
This section defines global identifiers and their values that are associated with interfaces contained in libgtk-x11-2.0. 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 */ |
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 7-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:
[CXXABI-1.86] Itanium™ C++ ABI |
[LSB] This Specification |
[QtCore] QtCore 4.2.0 |
The virtual table for the QDynamicPropertyChangeEvent class is described in the generic part of this specification.
The virtual table for the QTimeLine class is described in the generic part of this specification.
An LSB conforming implementation shall provide the architecture specific functions for Qt4 Core Functions specified in Table 7-2, with the full mandatory functionality as described in the referenced underlying specification.
Table 7-2. libQtCore - Qt4 Core Functions Function Interfaces
_Z10qvsnprintfPcmPKcP13__va_list_tag [QtCore] | _Z7qMallocm [LSB] |
_Z7qMemSetPvim [LSB] | _Z8qMemCopyPvPKvm [LSB] |
_Z8qReallocPvm [LSB] | _Z9qsnprintfPcmPKcz [QtCore] |
_ZThn16_N16QTextCodecPlugin6createERK7QString [CXXABI-1.86] | _ZThn16_NK16QTextCodecPlugin4keysEv [CXXABI-1.86] |
The virtual table for the QAbstractItemModel class is described in the generic part of this specification.
The Run Time Type Information for the QAbstractItemModel class is described by Table 7-3
The virtual table for the QAbstractTableModel class is described in the generic part of this specification.
The Run Time Type Information for the QAbstractTableModel class is described by Table 7-4
The virtual table for the QAbstractListModel class is described in the generic part of this specification.
The Run Time Type Information for the QAbstractListModel class is described by Table 7-5
No external functions are defined for libQtCore - Qt4 Models in this part of the specification. See also the generic specification.
The virtual table for the QTextCodec class is described in the generic part of this specification.
The Run Time Type Information for the QTextCodec class is described by Table 7-6
The virtual table for the QTextCodecFactoryInterface class is described in the generic part of this specification.
The Run Time Type Information for the QTextCodecFactoryInterface class is described by Table 7-7
The virtual table for the QTranslator class is described in the generic part of this specification.
The Run Time Type Information for the QTranslator class is described by Table 7-8
The virtual table for the QSystemLocale class is described in the generic part of this specification.
No external functions are defined for libQtCore - Qt4 Internationalization in this part of the specification. See also the generic specification.
The virtual table for the QMimeData class is described in the generic part of this specification.
The Run Time Type Information for the QMimeData class is described by Table 7-9
No external functions are defined for libQtCore - Qt4 Containers in this part of the specification. See also the generic specification.
The virtual table for the QEventLoop class is described in the generic part of this specification.
The Run Time Type Information for the QEventLoop class is described by Table 7-10
The virtual table for the QEvent class is described in the generic part of this specification.
The Run Time Type Information for the QEvent class is described by Table 7-11
The virtual table for the QTimerEvent class is described in the generic part of this specification.
The Run Time Type Information for the QTimerEvent class is described by Table 7-12
The virtual table for the QChildEvent class is described in the generic part of this specification.
The Run Time Type Information for the QChildEvent class is described by Table 7-13
The virtual table for the QCustomEvent class is described in the generic part of this specification.
The Run Time Type Information for the QCustomEvent class is described by Table 7-14
The virtual table for the QAbstractEventDispatcher class is described in the generic part of this specification.
The Run Time Type Information for the QAbstractEventDispatcher class is described by Table 7-15
No external functions are defined for libQtCore - Qt4 Events in this part of the specification. See also the generic specification.
No external functions are defined for libQtCore - Qt4 Arrays in this part of the specification. See also the generic specification.
The virtual table for the QTextCodecPlugin class is described by Table 7-16
Table 7-16. 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 7-17. Secondary vtable for QTextCodecPlugin
Base Offset | -16 |
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 7-18
The virtual table for the QPluginLoader class is described in the generic part of this specification.
The Run Time Type Information for the QPluginLoader class is described by Table 7-19
The virtual table for the QLibrary class is described in the generic part of this specification.
The Run Time Type Information for the QLibrary class is described by Table 7-20
An LSB conforming implementation shall provide the architecture specific functions for Qt4 Plugins specified in Table 7-21, with the full mandatory functionality as described in the referenced underlying specification.
Table 7-21. libQtCore - Qt4 Plugins Function Interfaces
_ZThn16_N16QTextCodecPluginD0Ev [CXXABI-1.86] | _ZThn16_N16QTextCodecPluginD1Ev [CXXABI-1.86] |
The virtual table for the QTimer class is described in the generic part of this specification.
The Run Time Type Information for the QTimer class is described by Table 7-22
No external functions are defined for libQtCore - Qt4 Date and Time in this part of the specification. See also the generic specification.
The virtual table for the QFactoryInterface class is described in the generic part of this specification.
The Run Time Type Information for the QFactoryInterface class is described by Table 7-23
No external functions are defined for libQtCore - Qt4 Miscellaneous in this part of the specification. See also the generic specification.
No external functions are defined for libQtCore - Qt4 Text in this part of the specification. See also the generic specification.
The virtual table for the QIODevice class is described in the generic part of this specification.
The Run Time Type Information for the QIODevice class is described by Table 7-24
The virtual table for the QDataStream class is described in the generic part of this specification.
The Run Time Type Information for the QDataStream class is described by Table 7-25
The virtual table for the QTextStream class is described in the generic part of this specification.
The Run Time Type Information for the QTextStream class is described by Table 7-26
The virtual table for the QFile class is described in the generic part of this specification.
The Run Time Type Information for the QFile class is described by Table 7-27
The virtual table for the QTemporaryFile class is described in the generic part of this specification.
The Run Time Type Information for the QTemporaryFile class is described by Table 7-28
The virtual table for the QAbstractFileEngine class is described in the generic part of this specification.
The Run Time Type Information for the QAbstractFileEngine class is described by Table 7-29
The virtual table for the QAbstractFileEngineHandler class is described in the generic part of this specification.
The Run Time Type Information for the QAbstractFileEngineHandler class is described by Table 7-30
The virtual table for the QFSFileEngine class is described in the generic part of this specification.
The Run Time Type Information for the QFSFileEngine class is described by Table 7-31
The virtual table for the QProcess class is described in the generic part of this specification.
The Run Time Type Information for the QProcess class is described by Table 7-32
The virtual table for the QBuffer class is described in the generic part of this specification.
The Run Time Type Information for the QBuffer class is described by Table 7-33
The virtual table for the QSettings class is described in the generic part of this specification.
The Run Time Type Information for the QSettings class is described by Table 7-34
The virtual table for the QSignalMapper class is described in the generic part of this specification.
The Run Time Type Information for the QSignalMapper class is described by Table 7-35
The virtual table for the QSocketNotifier class is described in the generic part of this specification.
The Run Time Type Information for the QSocketNotifier class is described by Table 7-36
The virtual table for the QFileSystemWatcher class is described in the generic part of this specification.
No external functions are defined for libQtCore - Qt4 Input/Output in this part of the specification. See also the generic specification.
The virtual table for the QCoreApplication class is described in the generic part of this specification.
The Run Time Type Information for the QCoreApplication class is described by Table 7-37
No external functions are defined for libQtCore - Qt4 Core Application in this part of the specification. See also the generic specification.
The virtual table for the QObject class is described in the generic part of this specification.
The Run Time Type Information for the QObject class is described by Table 7-38
The virtual table for the QObjectUserData class is described in the generic part of this specification.
The Run Time Type Information for the QObjectUserData class is described by Table 7-39
The virtual table for the QObjectCleanupHandler class is described in the generic part of this specification.
The Run Time Type Information for the QObjectCleanupHandler class is described by Table 7-40
No external functions are defined for libQtCore - Qt4 Object Model in this part of the specification. See also the generic specification.
The virtual table for the QThread class is described in the generic part of this specification.
The Run Time Type Information for the QThread class is described by Table 7-41
No external functions are defined for libQtCore - Qt4 Threading in this part of the specification. See also the generic specification.
No external functions are defined for libQtCore - Qt4 2D Graphics in this part of the specification. See also the generic specification.
No external functions are defined for libQtCore - Qt4 Internals in this part of the specification. See also the generic specification.
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 */ |
The interfaces defined on the following pages are included in libQtCore and are defined by this specification. Unless otherwise noted, these interfaces shall be included in the source standard.
Other interfaces listed in Section 7.2 shall behave as described in the referenced base document. For interfaces referencing LSB and not listed below, please see the generic part of the specification.
The qMalloc() function has the same behavior as the malloc() function described in POSIX 1003.1-2001 (ISO/IEC 9945-2003).
The qMemSet() function has the same behavior as the memset() function described in POSIX 1003.1-2001 (ISO/IEC 9945-2003).
The qMemCopy() function has the same behavior as the memcpy() function described in POSIX 1003.1-2001 (ISO/IEC 9945-2003).
The qRealloc() function has the same behavior as the realloc() function described in POSIX 1003.1-2001 (ISO/IEC 9945-2003).
Table 7-42 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:
[CXXABI-1.86] Itanium™ C++ ABI |
An LSB conforming implementation shall provide the architecture specific functions for Qt4 GUI Functions specified in Table 7-43, with the full mandatory functionality as described in the referenced underlying specification.
Table 7-43. libQtGui - Qt4 GUI Functions Function Interfaces
_ZThn16_N10QBoxLayout10invalidateEv [CXXABI-1.86] | _ZThn16_N10QBoxLayout11setGeometryERK5QRect [CXXABI-1.86] |
_ZThn16_N11QGridLayout10invalidateEv [CXXABI-1.86] | _ZThn16_N11QGridLayout11setGeometryERK5QRect [CXXABI-1.86] |
_ZThn16_N14QStackedLayout11setGeometryERK5QRect [CXXABI-1.86] | _ZThn16_N20QPictureFormatPlugin11loadPictureERK7QStringS2_P8QPicture [CXXABI-1.86] |
_ZThn16_N20QPictureFormatPlugin11savePictureERK7QStringS2_RK8QPicture [CXXABI-1.86] | _ZThn16_N7QLayout10invalidateEv [CXXABI-1.86] |
_ZThn16_N7QLayout6layoutEv [CXXABI-1.86] | _ZThn16_NK10QBoxLayout11maximumSizeEv [CXXABI-1.86] |
_ZThn16_NK10QBoxLayout11minimumSizeEv [CXXABI-1.86] | _ZThn16_NK10QBoxLayout14heightForWidthEi [CXXABI-1.86] |
_ZThn16_NK10QBoxLayout17hasHeightForWidthEv [CXXABI-1.86] | _ZThn16_NK10QBoxLayout19expandingDirectionsEv [CXXABI-1.86] |
_ZThn16_NK10QBoxLayout21minimumHeightForWidthEi [CXXABI-1.86] | _ZThn16_NK10QBoxLayout8sizeHintEv [CXXABI-1.86] |
_ZThn16_NK11QGridLayout11maximumSizeEv [CXXABI-1.86] | _ZThn16_NK11QGridLayout11minimumSizeEv [CXXABI-1.86] |
_ZThn16_NK11QGridLayout14heightForWidthEi [CXXABI-1.86] | _ZThn16_NK11QGridLayout17hasHeightForWidthEv [CXXABI-1.86] |
_ZThn16_NK11QGridLayout19expandingDirectionsEv [CXXABI-1.86] | _ZThn16_NK11QGridLayout21minimumHeightForWidthEi [CXXABI-1.86] |
_ZThn16_NK11QGridLayout8sizeHintEv [CXXABI-1.86] | _ZThn16_NK14QStackedLayout11minimumSizeEv [CXXABI-1.86] |
_ZThn16_NK14QStackedLayout8sizeHintEv [CXXABI-1.86] | _ZThn16_NK7QLayout11maximumSizeEv [CXXABI-1.86] |
_ZThn16_NK7QLayout11minimumSizeEv [CXXABI-1.86] | _ZThn16_NK7QLayout19expandingDirectionsEv [CXXABI-1.86] |
_ZThn16_NK7QLayout7isEmptyEv [CXXABI-1.86] | _ZThn16_NK7QLayout8geometryEv [CXXABI-1.86] |
_ZThn16_NK7QWidget11paintEngineEv [CXXABI-1.86] | _ZThn16_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE [CXXABI-1.86] |
_ZThn16_NK7QWidget7devTypeEv [CXXABI-1.86] | _ZThn24_NK10QDropEvent11encodedDataEPKc [CXXABI-1.86] |
_ZThn24_NK10QDropEvent6formatEi [CXXABI-1.86] | _ZThn24_NK10QDropEvent8providesEPKc [CXXABI-1.86] |
The virtual table for the QButtonGroup class is described in the generic part of this specification.
The Run Time Type Information for the QButtonGroup class is described by Table 7-44
The virtual table for the QGroupBox class is described by Table 7-45
Table 7-45. 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 7-46. Secondary vtable for QGroupBox
Base Offset | -16 |
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 7-47
The virtual table for the QSplitter class is described by Table 7-48
Table 7-48. 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 7-49. Secondary vtable for QSplitter
Base Offset | -16 |
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 7-50
The virtual table for the QSplitterHandle class is described by Table 7-51
Table 7-51. 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]: | NULL or QSplitterHandle::~QSplitterHandle() |
vfunc[4]: | NULL or 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 7-52. Secondary vtable for QSplitterHandle
Base Offset | -16 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSplitterHandle |
vfunc[0]: | NULL or non-virtual thunk to QSplitterHandle::~QSplitterHandle() |
vfunc[1]: | NULL or 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 7-53
An LSB conforming implementation shall provide the architecture specific functions for Qt4 Organizers specified in Table 7-54, with the full mandatory functionality as described in the referenced underlying specification.
Table 7-54. libQtGui - Qt4 Organizers Function Interfaces
_ZThn16_N9QGroupBoxD0Ev [CXXABI-1.86] | _ZThn16_N9QGroupBoxD1Ev [CXXABI-1.86] |
_ZThn16_N9QSplitterD0Ev [CXXABI-1.86] | _ZThn16_N9QSplitterD1Ev [CXXABI-1.86] |
The virtual table for the QInputEvent class is described in the generic part of this specification.
The Run Time Type Information for the QInputEvent class is described by Table 7-55
The virtual table for the QMouseEvent class is described in the generic part of this specification.
The Run Time Type Information for the QMouseEvent class is described by Table 7-56
The virtual table for the QHoverEvent class is described in the generic part of this specification.
The Run Time Type Information for the QHoverEvent class is described by Table 7-57
The virtual table for the QWheelEvent class is described in the generic part of this specification.
The Run Time Type Information for the QWheelEvent class is described by Table 7-58
The virtual table for the QTabletEvent class is described in the generic part of this specification.
The Run Time Type Information for the QTabletEvent class is described by Table 7-59
The virtual table for the QKeyEvent class is described in the generic part of this specification.
The Run Time Type Information for the QKeyEvent class is described by Table 7-60
The virtual table for the QFocusEvent class is described in the generic part of this specification.
The Run Time Type Information for the QFocusEvent class is described by Table 7-61
The virtual table for the QPaintEvent class is described in the generic part of this specification.
The Run Time Type Information for the QPaintEvent class is described by Table 7-62
The virtual table for the QMoveEvent class is described in the generic part of this specification.
The Run Time Type Information for the QMoveEvent class is described by Table 7-63
The virtual table for the QResizeEvent class is described in the generic part of this specification.
The Run Time Type Information for the QResizeEvent class is described by Table 7-64
The virtual table for the QCloseEvent class is described in the generic part of this specification.
The Run Time Type Information for the QCloseEvent class is described by Table 7-65
The virtual table for the QIconDragEvent class is described in the generic part of this specification.
The Run Time Type Information for the QIconDragEvent class is described by Table 7-66
The virtual table for the QShowEvent class is described in the generic part of this specification.
The Run Time Type Information for the QShowEvent class is described by Table 7-67
The virtual table for the QHideEvent class is described in the generic part of this specification.
The Run Time Type Information for the QHideEvent class is described by Table 7-68
The virtual table for the QContextMenuEvent class is described in the generic part of this specification.
The Run Time Type Information for the QContextMenuEvent class is described by Table 7-69
The virtual table for the QInputMethodEvent class is described in the generic part of this specification.
The Run Time Type Information for the QInputMethodEvent class is described by Table 7-70
The virtual table for the QHelpEvent class is described in the generic part of this specification.
The Run Time Type Information for the QHelpEvent class is described by Table 7-71
The virtual table for the QStatusTipEvent class is described in the generic part of this specification.
The Run Time Type Information for the QStatusTipEvent class is described by Table 7-72
The virtual table for the QWhatsThisClickedEvent class is described in the generic part of this specification.
The Run Time Type Information for the QWhatsThisClickedEvent class is described by Table 7-73
The virtual table for the QActionEvent class is described in the generic part of this specification.
The Run Time Type Information for the QActionEvent class is described by Table 7-74
The virtual table for the QFileOpenEvent class is described in the generic part of this specification.
The Run Time Type Information for the QFileOpenEvent class is described by Table 7-75
The virtual table for the QToolBarChangeEvent class is described in the generic part of this specification.
The Run Time Type Information for the QToolBarChangeEvent class is described by Table 7-76
The virtual table for the QShortcutEvent class is described in the generic part of this specification.
The Run Time Type Information for the QShortcutEvent class is described by Table 7-77
The virtual table for the QClipboardEvent class is described in the generic part of this specification.
The Run Time Type Information for the QClipboardEvent class is described by Table 7-78
The virtual table for the QWindowStateChangeEvent class is described in the generic part of this specification.
The Run Time Type Information for the QWindowStateChangeEvent class is described by Table 7-79
The virtual table for the QMenubarUpdatedEvent class is described in the generic part of this specification.
The Run Time Type Information for the QMenubarUpdatedEvent class is described by Table 7-80
No external functions are defined for libQtGui - Qt4 Events in this part of the specification. See also the generic specification.
No external functions are defined for libQtGui - Qt4 Fonts in this part of the specification. See also the generic specification.
No external functions are defined for libQtGui - Qt4 Colors in this part of the specification. See also the generic specification.
The virtual table for the QAccessibleBridgeFactoryInterface class is described in the generic part of this specification.
The Run Time Type Information for the QAccessibleBridgeFactoryInterface class is described by Table 7-81
The virtual table for the QAccessibleBridgePlugin class is described by Table 7-82
Table 7-82. 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 7-83. Secondary vtable for QAccessibleBridgePlugin
Base Offset | -16 |
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 7-84
The virtual table for the QAccessibleInterface class is described in the generic part of this specification.
The Run Time Type Information for the QAccessibleInterface class is described by Table 7-85
The virtual table for the QAccessibleObject class is described in the generic part of this specification.
The Run Time Type Information for the QAccessibleObject class is described by Table 7-86
The virtual table for the QAccessibleApplication class is described in the generic part of this specification.
The Run Time Type Information for the QAccessibleApplication class is described by Table 7-87
The virtual table for the QAccessibleWidget class is described in the generic part of this specification.
The Run Time Type Information for the QAccessibleWidget class is described by Table 7-88
The virtual table for the QAccessibleFactoryInterface class is described in the generic part of this specification.
The Run Time Type Information for the QAccessibleFactoryInterface class is described by Table 7-89
The virtual table for the QAccessiblePlugin class is described by Table 7-90
Table 7-90. 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 7-91. Secondary vtable for QAccessiblePlugin
Base Offset | -16 |
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 7-92
An LSB conforming implementation shall provide the architecture specific functions for Qt4 Accessibility specified in Table 7-93, with the full mandatory functionality as described in the referenced underlying specification.
Table 7-93. libQtGui - Qt4 Accessibility Function Interfaces
_ZThn16_N17QAccessiblePluginD0Ev [CXXABI-1.86] | _ZThn16_N17QAccessiblePluginD1Ev [CXXABI-1.86] |
_ZThn16_N23QAccessibleBridgePluginD0Ev [CXXABI-1.86] | _ZThn16_N23QAccessibleBridgePluginD1Ev [CXXABI-1.86] |
The virtual table for the QValidator class is described in the generic part of this specification.
The Run Time Type Information for the QValidator class is described by Table 7-94
The virtual table for the QIntValidator class is described in the generic part of this specification.
The Run Time Type Information for the QIntValidator class is described by Table 7-95
The virtual table for the QDoubleValidator class is described in the generic part of this specification.
The Run Time Type Information for the QDoubleValidator class is described by Table 7-96
The virtual table for the QRegExpValidator class is described in the generic part of this specification.
The Run Time Type Information for the QRegExpValidator class is described by Table 7-97
No external functions are defined for libQtGui - Qt4 Validators in this part of the specification. See also the generic specification.
The virtual table for the QImageIOPlugin class is described by Table 7-98
Table 7-98. 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 7-99. Secondary vtable for QImageIOPlugin
Base Offset | -16 |
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 7-100
The virtual table for the QIconEnginePlugin class is described by Table 7-101
Table 7-101. 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 7-102. Secondary vtable for QIconEnginePlugin
Base Offset | -16 |
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 7-103
The virtual table for the QPictureFormatPlugin class is described by Table 7-104
Table 7-104. 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 7-105. Secondary vtable for QPictureFormatPlugin
Base Offset | -16 |
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 7-106
The virtual table for the QStylePlugin class is described by Table 7-107
Table 7-107. 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 7-108. Secondary vtable for QStylePlugin
Base Offset | -16 |
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 7-109
The virtual table for the QInputContextPlugin class is described by Table 7-110
Table 7-110. 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 7-111. Secondary vtable for QInputContextPlugin
Base Offset | -16 |
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 7-112
An LSB conforming implementation shall provide the architecture specific functions for Qt4 Plugins specified in Table 7-113, with the full mandatory functionality as described in the referenced underlying specification.
Table 7-113. libQtGui - Qt4 Plugins Function Interfaces
_ZThn16_N12QStylePluginD0Ev [CXXABI-1.86] | _ZThn16_N12QStylePluginD1Ev [CXXABI-1.86] |
_ZThn16_N14QImageIOPluginD0Ev [CXXABI-1.86] | _ZThn16_N14QImageIOPluginD1Ev [CXXABI-1.86] |
_ZThn16_N17QIconEnginePluginD0Ev [CXXABI-1.86] | _ZThn16_N17QIconEnginePluginD1Ev [CXXABI-1.86] |
_ZThn16_N19QInputContextPluginD0Ev [CXXABI-1.86] | _ZThn16_N19QInputContextPluginD1Ev [CXXABI-1.86] |
_ZThn16_N20QPictureFormatPluginD0Ev [CXXABI-1.86] | _ZThn16_N20QPictureFormatPluginD1Ev [CXXABI-1.86] |
The virtual table for the QAbstractTextDocumentLayout class is described in the generic part of this specification.
The Run Time Type Information for the QAbstractTextDocumentLayout class is described by Table 7-114
The virtual table for the QAbstractPageSetupDialog class is described by Table 7-115
Table 7-115. 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]: | NULL or QAbstractPageSetupDialog::~QAbstractPageSetupDialog() |
vfunc[4]: | NULL or 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 7-116. Secondary vtable for QAbstractPageSetupDialog
Base Offset | -16 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractPageSetupDialog |
vfunc[0]: | NULL or non-virtual thunk to QAbstractPageSetupDialog::~QAbstractPageSetupDialog() |
vfunc[1]: | NULL or 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 7-117
The virtual table for the QAbstractPrintDialog class is described by Table 7-118
Table 7-118. 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]: | NULL or QAbstractPrintDialog::~QAbstractPrintDialog() |
vfunc[4]: | NULL or 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 7-119. Secondary vtable for QAbstractPrintDialog
Base Offset | -16 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QAbstractPrintDialog |
vfunc[0]: | NULL or non-virtual thunk to QAbstractPrintDialog::~QAbstractPrintDialog() |
vfunc[1]: | NULL or 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 7-120
The virtual table for the QItemSelectionModel class is described in the generic part of this specification.
The Run Time Type Information for the QItemSelectionModel class is described by Table 7-121
The virtual table for the QAbstractScrollArea class is described by Table 7-122
Table 7-122. 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 7-123. Secondary vtable for QAbstractScrollArea
Base Offset | -16 |
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 7-124
The virtual table for the QAbstractSpinBox class is described by Table 7-125
Table 7-125. 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 7-126. Secondary vtable for QAbstractSpinBox
Base Offset | -16 |
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 7-127
The virtual table for the QAbstractSlider class is described by Table 7-128
Table 7-128. 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 7-129. Secondary vtable for QAbstractSlider
Base Offset | -16 |
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 7-130
The virtual table for the QAbstractItemDelegate class is described in the generic part of this specification.
The Run Time Type Information for the QAbstractItemDelegate class is described by Table 7-131
The virtual table for the QAbstractItemView class is described by Table 7-132
Table 7-132. 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 7-133. Secondary vtable for QAbstractItemView
Base Offset | -16 |
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 7-134
The virtual table for the QStringListModel class is described in the generic part of this specification.
The Run Time Type Information for the QStringListModel class is described by Table 7-135
The virtual table for the QDirModel class is described in the generic part of this specification.
The Run Time Type Information for the QDirModel class is described by Table 7-136
The virtual table for the QStandardItemModel class is described in the generic part of this specification.
The Run Time Type Information for the QStandardItemModel class is described by Table 7-137
The virtual table for the QAbstractProxyModel class is described in the generic part of this specification.
The Run Time Type Information for the QAbstractProxyModel class is described by Table 7-138
The virtual table for the QSortFilterProxyModel class is described in the generic part of this specification.
The Run Time Type Information for the QSortFilterProxyModel class is described by Table 7-139
The virtual table for the QItemDelegate class is described in the generic part of this specification.
The Run Time Type Information for the QItemDelegate class is described by Table 7-140
The virtual table for the QTableView class is described by Table 7-141
Table 7-141. 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 7-142. Secondary vtable for QTableView
Base Offset | -16 |
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 7-143
The virtual table for the QTableWidgetItem class is described in the generic part of this specification.
The Run Time Type Information for the QTableWidgetItem class is described by Table 7-144
The virtual table for the QTableWidget class is described by Table 7-145
Table 7-145. 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 7-146. Secondary vtable for QTableWidget
Base Offset | -16 |
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 7-147
The virtual table for the QTreeView class is described by Table 7-148
Table 7-148. 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 7-149. Secondary vtable for QTreeView
Base Offset | -16 |
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 7-150
The virtual table for the QProxyModel class is described in the generic part of this specification.
The Run Time Type Information for the QProxyModel class is described by Table 7-151
The virtual table for the QHeaderView class is described by Table 7-152
Table 7-152. 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 7-153. Secondary vtable for QHeaderView
Base Offset | -16 |
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 7-154
The virtual table for the QItemEditorFactory class is described in the generic part of this specification.
The Run Time Type Information for the QItemEditorFactory class is described by Table 7-155
The virtual table for the QTreeWidgetItem class is described in the generic part of this specification.
The Run Time Type Information for the QTreeWidgetItem class is described by Table 7-156
The virtual table for the QTreeWidget class is described by Table 7-157
Table 7-157. 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 7-158. Secondary vtable for QTreeWidget
Base Offset | -16 |
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 7-159
The virtual table for the QAbstractButton class is described by Table 7-160
Table 7-160. 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 7-161. Secondary vtable for QAbstractButton
Base Offset | -16 |
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 7-162
The virtual table for the QAbstractGraphicsShapeItem class is described in the generic part of this specification.
The virtual table for the QCompleter class is described in the generic part of this specification.
The virtual table for the QDataWidgetMapper class is described in the generic part of this specification.
The virtual table for the QStandardItem class is described in the generic part of this specification.
An LSB conforming implementation shall provide the architecture specific functions for Qt4 Models and Views specified in Table 7-163, with the full mandatory functionality as described in the referenced underlying specification.
Table 7-163. libQtGui - Qt4 Models and Views Function Interfaces
_ZThn16_N10QTableViewD0Ev [CXXABI-1.86] | _ZThn16_N10QTableViewD1Ev [CXXABI-1.86] |
_ZThn16_N11QHeaderViewD0Ev [CXXABI-1.86] | _ZThn16_N11QHeaderViewD1Ev [CXXABI-1.86] |
_ZThn16_N11QTreeWidgetD0Ev [CXXABI-1.86] | _ZThn16_N11QTreeWidgetD1Ev [CXXABI-1.86] |
_ZThn16_N12QTableWidgetD0Ev [CXXABI-1.86] | _ZThn16_N12QTableWidgetD1Ev [CXXABI-1.86] |
_ZThn16_N15QAbstractButtonD0Ev [CXXABI-1.86] | _ZThn16_N15QAbstractButtonD1Ev [CXXABI-1.86] |
_ZThn16_N15QAbstractSliderD0Ev [CXXABI-1.86] | _ZThn16_N15QAbstractSliderD1Ev [CXXABI-1.86] |
_ZThn16_N16QAbstractSpinBoxD0Ev [CXXABI-1.86] | _ZThn16_N16QAbstractSpinBoxD1Ev [CXXABI-1.86] |
_ZThn16_N17QAbstractItemViewD0Ev [CXXABI-1.86] | _ZThn16_N17QAbstractItemViewD1Ev [CXXABI-1.86] |
_ZThn16_N19QAbstractScrollAreaD0Ev [CXXABI-1.86] | _ZThn16_N19QAbstractScrollAreaD1Ev [CXXABI-1.86] |
_ZThn16_N9QTreeViewD0Ev [CXXABI-1.86] | _ZThn16_N9QTreeViewD1Ev [CXXABI-1.86] |
The virtual table for the QDialog class is described by Table 7-164
Table 7-164. 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 7-165. Secondary vtable for QDialog
Base Offset | -16 |
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 7-166
The virtual table for the QColorDialog class is described by Table 7-167
Table 7-167. 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 7-168. Secondary vtable for QColorDialog
Base Offset | -16 |
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 7-169
The virtual table for the QFontDialog class is described by Table 7-170
Table 7-170. 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 7-171. Secondary vtable for QFontDialog
Base Offset | -16 |
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 7-172
The virtual table for the QMessageBox class is described by Table 7-173
Table 7-173. 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 7-174. Secondary vtable for QMessageBox
Base Offset | -16 |
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 7-175
The virtual table for the QProgressDialog class is described by Table 7-176
Table 7-176. 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 7-177. Secondary vtable for QProgressDialog
Base Offset | -16 |
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 7-178
The virtual table for the QErrorMessage class is described by Table 7-179
Table 7-179. 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 7-180. Secondary vtable for QErrorMessage
Base Offset | -16 |
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 7-181
The virtual table for the QFileDialog class is described by Table 7-182
Table 7-182. 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 7-183. Secondary vtable for QFileDialog
Base Offset | -16 |
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 7-184
The virtual table for the QPrintDialog class is described by Table 7-185
Table 7-185. 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 7-186. Secondary vtable for QPrintDialog
Base Offset | -16 |
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 7-187
The virtual table for the QPageSetupDialog class is described by Table 7-188
Table 7-188. 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]: | NULL or QPageSetupDialog::~QPageSetupDialog() |
vfunc[4]: | NULL or 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 7-189. Secondary vtable for QPageSetupDialog
Base Offset | -16 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QPageSetupDialog |
vfunc[0]: | NULL or non-virtual thunk to QPageSetupDialog::~QPageSetupDialog() |
vfunc[1]: | NULL or 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 7-190
The virtual table for the QInputDialog class is described by Table 7-191
Table 7-191. 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 7-192. Secondary vtable for QInputDialog
Base Offset | -16 |
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 7-193
The virtual table for the QFileIconProvider class is described in the generic part of this specification.
The Run Time Type Information for the QFileIconProvider class is described by Table 7-194
An LSB conforming implementation shall provide the architecture specific functions for Qt4 Dialogs specified in Table 7-195, with the full mandatory functionality as described in the referenced underlying specification.
Table 7-195. libQtGui - Qt4 Dialogs Function Interfaces
_ZThn16_N11QFileDialogD0Ev [CXXABI-1.86] | _ZThn16_N11QFileDialogD1Ev [CXXABI-1.86] |
_ZThn16_N11QFontDialogD0Ev [CXXABI-1.86] | _ZThn16_N11QFontDialogD1Ev [CXXABI-1.86] |
_ZThn16_N11QMessageBoxD0Ev [CXXABI-1.86] | _ZThn16_N11QMessageBoxD1Ev [CXXABI-1.86] |
_ZThn16_N12QColorDialogD0Ev [CXXABI-1.86] | _ZThn16_N12QColorDialogD1Ev [CXXABI-1.86] |
_ZThn16_N12QInputDialogD0Ev [CXXABI-1.86] | _ZThn16_N12QInputDialogD1Ev [CXXABI-1.86] |
_ZThn16_N12QPrintDialogD0Ev [CXXABI-1.86] | _ZThn16_N12QPrintDialogD1Ev [CXXABI-1.86] |
_ZThn16_N13QErrorMessageD0Ev [CXXABI-1.86] | _ZThn16_N13QErrorMessageD1Ev [CXXABI-1.86] |
_ZThn16_N15QProgressDialogD0Ev [CXXABI-1.86] | _ZThn16_N15QProgressDialogD1Ev [CXXABI-1.86] |
_ZThn16_N7QDialogD0Ev [CXXABI-1.86] | _ZThn16_N7QDialogD1Ev [CXXABI-1.86] |
The virtual table for the QDateTimeEdit class is described by Table 7-196
Table 7-196. 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]: | NULL or QDateTimeEdit::~QDateTimeEdit() |
vfunc[4]: | NULL or 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 7-197. Secondary vtable for QDateTimeEdit
Base Offset | -16 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDateTimeEdit |
vfunc[0]: | NULL or non-virtual thunk to QDateTimeEdit::~QDateTimeEdit() |
vfunc[1]: | NULL or 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 7-198
The virtual table for the QTimeEdit class is described by Table 7-199
Table 7-199. 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]: | NULL or QTimeEdit::~QTimeEdit() |
vfunc[4]: | NULL or 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 7-200. Secondary vtable for QTimeEdit
Base Offset | -16 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QTimeEdit |
vfunc[0]: | NULL or non-virtual thunk to QTimeEdit::~QTimeEdit() |
vfunc[1]: | NULL or 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 7-201
The virtual table for the QDateEdit class is described by Table 7-202
Table 7-202. 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]: | NULL or QDateEdit::~QDateEdit() |
vfunc[4]: | NULL or 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 7-203. Secondary vtable for QDateEdit
Base Offset | -16 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDateEdit |
vfunc[0]: | NULL or non-virtual thunk to QDateEdit::~QDateEdit() |
vfunc[1]: | NULL or 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 7-204
No external functions are defined for libQtGui - Qt4 Date and Time in this part of the specification. See also the generic specification.
The virtual table for the QRubberBand class is described by Table 7-205
Table 7-205. 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 7-206. Secondary vtable for QRubberBand
Base Offset | -16 |
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 7-207
The virtual table for the QShortcut class is described in the generic part of this specification.
The Run Time Type Information for the QShortcut class is described by Table 7-208
The virtual table for the QSplashScreen class is described by Table 7-209
Table 7-209. 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 7-210. Secondary vtable for QSplashScreen
Base Offset | -16 |
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 7-211
The virtual table for the QUndoCommand class is described in the generic part of this specification.
The virtual table for the QUndoStack class is described in the generic part of this specification.
An LSB conforming implementation shall provide the architecture specific functions for Qt4 Miscellaneous specified in Table 7-212, with the full mandatory functionality as described in the referenced underlying specification.
Table 7-212. libQtGui - Qt4 Miscellaneous Function Interfaces
_ZThn16_N11QRubberBandD0Ev [CXXABI-1.86] | _ZThn16_N11QRubberBandD1Ev [CXXABI-1.86] |
_ZThn16_N13QSplashScreenD0Ev [CXXABI-1.86] | _ZThn16_N13QSplashScreenD1Ev [CXXABI-1.86] |
The virtual table for the QPaintDevice class is described in the generic part of this specification.
The Run Time Type Information for the QPaintDevice class is described by Table 7-213
The virtual table for the QPixmap class is described in the generic part of this specification.
The Run Time Type Information for the QPixmap class is described by Table 7-214
The virtual table for the QPicture class is described in the generic part of this specification.
The Run Time Type Information for the QPicture class is described by Table 7-215
The virtual table for the QBitmap class is described in the generic part of this specification.
The Run Time Type Information for the QBitmap class is described by Table 7-216
The virtual table for the QPictureFormatInterface class is described in the generic part of this specification.
The Run Time Type Information for the QPictureFormatInterface class is described by Table 7-217
The virtual table for the QPrinter class is described in the generic part of this specification.
The Run Time Type Information for the QPrinter class is described by Table 7-218
The virtual table for the QPrintEngine class is described in the generic part of this specification.
The Run Time Type Information for the QPrintEngine class is described by Table 7-219
No external functions are defined for libQtGui - Qt4 Paint Device in this part of the specification. See also the generic specification.
The virtual table for the QImage class is described in the generic part of this specification.
The Run Time Type Information for the QImage class is described by Table 7-220
The virtual table for the QImageIOHandler class is described in the generic part of this specification.
The Run Time Type Information for the QImageIOHandler class is described by Table 7-221
The virtual table for the QImageIOHandlerFactoryInterface class is described in the generic part of this specification.
The Run Time Type Information for the QImageIOHandlerFactoryInterface class is described by Table 7-222
The virtual table for the QMovie class is described in the generic part of this specification.
The Run Time Type Information for the QMovie class is described by Table 7-223
The virtual table for the QSound class is described in the generic part of this specification.
The Run Time Type Information for the QSound class is described by Table 7-224
No external functions are defined for libQtGui - Qt4 Multimedia in this part of the specification. See also the generic specification.
The virtual table for the QLayoutItem class is described in the generic part of this specification.
The Run Time Type Information for the QLayoutItem class is described by Table 7-225
The virtual table for the QSpacerItem class is described in the generic part of this specification.
The Run Time Type Information for the QSpacerItem class is described by Table 7-226
The virtual table for the QWidgetItem class is described in the generic part of this specification.
The Run Time Type Information for the QWidgetItem class is described by Table 7-227
The virtual table for the QLayout class is described by Table 7-228
Table 7-228. 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 7-229. Secondary vtable for QLayout
Base Offset | -16 |
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 7-230
The virtual table for the QGridLayout class is described by Table 7-231
Table 7-231. 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 7-232. Secondary vtable for QGridLayout
Base Offset | -16 |
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 7-233
The virtual table for the QBoxLayout class is described by Table 7-234
Table 7-234. 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 7-235. Secondary vtable for QBoxLayout
Base Offset | -16 |
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 7-236
The virtual table for the QHBoxLayout class is described by Table 7-237
Table 7-237. 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 7-238. Secondary vtable for QHBoxLayout
Base Offset | -16 |
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 7-239
The virtual table for the QVBoxLayout class is described by Table 7-240
Table 7-240. 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 7-241. Secondary vtable for QVBoxLayout
Base Offset | -16 |
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 7-242
The virtual table for the QStackedLayout class is described by Table 7-243
Table 7-243. 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 7-244. Secondary vtable for QStackedLayout
Base Offset | -16 |
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 7-245
An LSB conforming implementation shall provide the architecture specific functions for Qt4 Layouts specified in Table 7-246, with the full mandatory functionality as described in the referenced underlying specification.
Table 7-246. libQtGui - Qt4 Layouts Function Interfaces
_ZThn16_N10QBoxLayoutD0Ev [CXXABI-1.86] | _ZThn16_N10QBoxLayoutD1Ev [CXXABI-1.86] |
_ZThn16_N11QGridLayoutD0Ev [CXXABI-1.86] | _ZThn16_N11QGridLayoutD1Ev [CXXABI-1.86] |
_ZThn16_N11QHBoxLayoutD0Ev [CXXABI-1.86] | _ZThn16_N11QHBoxLayoutD1Ev [CXXABI-1.86] |
_ZThn16_N11QVBoxLayoutD0Ev [CXXABI-1.86] | _ZThn16_N11QVBoxLayoutD1Ev [CXXABI-1.86] |
_ZThn16_N14QStackedLayoutD0Ev [CXXABI-1.86] | _ZThn16_N14QStackedLayoutD1Ev [CXXABI-1.86] |
_ZThn16_N7QLayoutD0Ev [CXXABI-1.86] | _ZThn16_N7QLayoutD1Ev [CXXABI-1.86] |
The virtual table for the QStyle class is described in the generic part of this specification.
The Run Time Type Information for the QStyle class is described by Table 7-247
The virtual table for the QCommonStyle class is described in the generic part of this specification.
The Run Time Type Information for the QCommonStyle class is described by Table 7-248
The virtual table for the QMotifStyle class is described in the generic part of this specification.
The Run Time Type Information for the QMotifStyle class is described by Table 7-249
The virtual table for the QStyleFactoryInterface class is described in the generic part of this specification.
The Run Time Type Information for the QStyleFactoryInterface class is described by Table 7-250
The virtual table for the QWindowsStyle class is described in the generic part of this specification.
The Run Time Type Information for the QWindowsStyle class is described by Table 7-251
The virtual table for the QCDEStyle class is described in the generic part of this specification.
The Run Time Type Information for the QCDEStyle class is described by Table 7-252
The virtual table for the QPlastiqueStyle class is described in the generic part of this specification.
The Run Time Type Information for the QPlastiqueStyle class is described by Table 7-253
The virtual table for the QCleanlooksStyle class is described in the generic part of this specification.
No external functions are defined for libQtGui - Qt4 Style in this part of the specification. See also the generic specification.
The virtual table for the QTextObject class is described in the generic part of this specification.
The Run Time Type Information for the QTextObject class is described by Table 7-254
The virtual table for the QTextBlockGroup class is described in the generic part of this specification.
The Run Time Type Information for the QTextBlockGroup class is described by Table 7-255
The virtual table for the QTextFrameLayoutData class is described in the generic part of this specification.
The Run Time Type Information for the QTextFrameLayoutData class is described by Table 7-256
The virtual table for the QTextFrame class is described in the generic part of this specification.
The Run Time Type Information for the QTextFrame class is described by Table 7-257
The virtual table for the QTextBlockUserData class is described in the generic part of this specification.
The Run Time Type Information for the QTextBlockUserData class is described by Table 7-258
The virtual table for the QTextDocument class is described in the generic part of this specification.
The Run Time Type Information for the QTextDocument class is described by Table 7-259
The virtual table for the QTextTable class is described in the generic part of this specification.
The Run Time Type Information for the QTextTable class is described by Table 7-260
The virtual table for the QTextList class is described in the generic part of this specification.
The Run Time Type Information for the QTextList class is described by Table 7-261
The virtual table for the QTextObjectInterface class is described in the generic part of this specification.
The Run Time Type Information for the QTextObjectInterface class is described by Table 7-262
The virtual table for the QSyntaxHighlighter class is described in the generic part of this specification.
The Run Time Type Information for the QSyntaxHighlighter class is described by Table 7-263
No external functions are defined for libQtGui - Qt4 Text in this part of the specification. See also the generic specification.
The virtual table for the QClipboard class is described in the generic part of this specification.
The Run Time Type Information for the QClipboard class is described by Table 7-264
The virtual table for the QSessionManager class is described in the generic part of this specification.
The Run Time Type Information for the QSessionManager class is described by Table 7-265
The virtual table for the QApplication class is described in the generic part of this specification.
The Run Time Type Information for the QApplication class is described by Table 7-266
The virtual table for the QAction class is described in the generic part of this specification.
The Run Time Type Information for the QAction class is described by Table 7-267
The virtual table for the QActionGroup class is described in the generic part of this specification.
The Run Time Type Information for the QActionGroup class is described by Table 7-268
The virtual table for the QWorkspace class is described by Table 7-269
Table 7-269. 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 7-270. Secondary vtable for QWorkspace
Base Offset | -16 |
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 7-271
The virtual table for the QSizeGrip class is described by Table 7-272
Table 7-272. 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 7-273. Secondary vtable for QSizeGrip
Base Offset | -16 |
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 7-274
The virtual table for the QStatusBar class is described by Table 7-275
Table 7-275. 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 7-276. Secondary vtable for QStatusBar
Base Offset | -16 |
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 7-277
The virtual table for the QToolBar class is described by Table 7-278
Table 7-278. 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 7-279. Secondary vtable for QToolBar
Base Offset | -16 |
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 7-280
The virtual table for the QWidgetAction class is described in the generic part of this specification.
The Run Time Type Information for the QWidgetAction class is described by Table 7-281
An LSB conforming implementation shall provide the architecture specific functions for Qt4 Main Window and Application specified in Table 7-282, with the full mandatory functionality as described in the referenced underlying specification.
Table 7-282. libQtGui - Qt4 Main Window and Application Function Interfaces
_ZThn16_N10QStatusBarD0Ev [CXXABI-1.86] | _ZThn16_N10QStatusBarD1Ev [CXXABI-1.86] |
_ZThn16_N10QWorkspaceD0Ev [CXXABI-1.86] | _ZThn16_N10QWorkspaceD1Ev [CXXABI-1.86] |
_ZThn16_N8QToolBarD0Ev [CXXABI-1.86] | _ZThn16_N8QToolBarD1Ev [CXXABI-1.86] |
_ZThn16_N9QSizeGripD0Ev [CXXABI-1.86] | _ZThn16_N9QSizeGripD1Ev [CXXABI-1.86] |
The virtual table for the QMenu class is described by Table 7-283
Table 7-283. 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 7-284. Secondary vtable for QMenu
Base Offset | -16 |
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 7-285
The virtual table for the QMenuItem class is described in the generic part of this specification.
The Run Time Type Information for the QMenuItem class is described by Table 7-286
The virtual table for the QMenuBar class is described by Table 7-287
Table 7-287. 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 7-288. Secondary vtable for QMenuBar
Base Offset | -16 |
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 7-289
An LSB conforming implementation shall provide the architecture specific functions for Qt4 Menus specified in Table 7-290, with the full mandatory functionality as described in the referenced underlying specification.
Table 7-290. libQtGui - Qt4 Menus Function Interfaces
_ZThn16_N5QMenuD0Ev [CXXABI-1.86] | _ZThn16_N5QMenuD1Ev [CXXABI-1.86] |
_ZThn16_N8QMenuBarD0Ev [CXXABI-1.86] | _ZThn16_N8QMenuBarD1Ev [CXXABI-1.86] |
The virtual table for the QWidget class is described by Table 7-291
Table 7-291. 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 7-292. Secondary vtable for QWidget
Base Offset | -16 |
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 7-293
The virtual table for the QFrame class is described by Table 7-294
Table 7-294. 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 7-295. Secondary vtable for QFrame
Base Offset | -16 |
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 7-296
The virtual table for the QLineEdit class is described by Table 7-297
Table 7-297. 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 7-298. Secondary vtable for QLineEdit
Base Offset | -16 |
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 7-299
The virtual table for the QSlider class is described by Table 7-300
Table 7-300. 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 7-301. Secondary vtable for QSlider
Base Offset | -16 |
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 7-302
The virtual table for the QTabBar class is described by Table 7-303
Table 7-303. 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 7-304. Secondary vtable for QTabBar
Base Offset | -16 |
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 7-305
The virtual table for the QTabWidget class is described by Table 7-306
Table 7-306. 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 7-307. Secondary vtable for QTabWidget
Base Offset | -16 |
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 7-308
The virtual table for the QListView class is described by Table 7-309
Table 7-309. 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 7-310. Secondary vtable for QListView
Base Offset | -16 |
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 7-311
The virtual table for the QListWidgetItem class is described in the generic part of this specification.
The Run Time Type Information for the QListWidgetItem class is described by Table 7-312
The virtual table for the QListWidget class is described by Table 7-313
Table 7-313. 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 7-314. Secondary vtable for QListWidget
Base Offset | -16 |
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 7-315
The virtual table for the QDesktopWidget class is described by Table 7-316
Table 7-316. 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 7-317. Secondary vtable for QDesktopWidget
Base Offset | -16 |
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 7-318
The virtual table for the QInputContextFactoryInterface class is described in the generic part of this specification.
The Run Time Type Information for the QInputContextFactoryInterface class is described by Table 7-319
The virtual table for the QInputContext class is described in the generic part of this specification.
The Run Time Type Information for the QInputContext class is described by Table 7-320
The virtual table for the QCheckBox class is described by Table 7-321
Table 7-321. 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]: | NULL or QCheckBox::~QCheckBox() |
vfunc[4]: | NULL or 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 7-322. Secondary vtable for QCheckBox
Base Offset | -16 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QCheckBox |
vfunc[0]: | NULL or non-virtual thunk to QCheckBox::~QCheckBox() |
vfunc[1]: | NULL or 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 7-323
The virtual table for the QSpinBox class is described by Table 7-324
Table 7-324. 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]: | NULL or QSpinBox::~QSpinBox() |
vfunc[4]: | NULL or 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 7-325. Secondary vtable for QSpinBox
Base Offset | -16 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QSpinBox |
vfunc[0]: | NULL or non-virtual thunk to QSpinBox::~QSpinBox() |
vfunc[1]: | NULL or 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 7-326
The virtual table for the QDoubleSpinBox class is described by Table 7-327
Table 7-327. 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]: | NULL or QDoubleSpinBox::~QDoubleSpinBox() |
vfunc[4]: | NULL or 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 7-328. Secondary vtable for QDoubleSpinBox
Base Offset | -16 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QDoubleSpinBox |
vfunc[0]: | NULL or non-virtual thunk to QDoubleSpinBox::~QDoubleSpinBox() |
vfunc[1]: | NULL or 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 7-329
The virtual table for the QLCDNumber class is described by Table 7-330
Table 7-330. 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 7-331. Secondary vtable for QLCDNumber
Base Offset | -16 |
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 7-332
The virtual table for the QStackedWidget class is described by Table 7-333
Table 7-333. 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 7-334. Secondary vtable for QStackedWidget
Base Offset | -16 |
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 7-335
The virtual table for the QPushButton class is described by Table 7-336
Table 7-336. 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 7-337. Secondary vtable for QPushButton
Base Offset | -16 |
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 7-338
The virtual table for the QLabel class is described by Table 7-339
Table 7-339. 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 7-340. Secondary vtable for QLabel
Base Offset | -16 |
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 7-341
The virtual table for the QDockWidget class is described by Table 7-342
Table 7-342. 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 7-343. Secondary vtable for QDockWidget
Base Offset | -16 |
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 7-344
The virtual table for the QMainWindow class is described by Table 7-345
Table 7-345. 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 7-346. Secondary vtable for QMainWindow
Base Offset | -16 |
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 7-347
The virtual table for the QTextEdit class is described by Table 7-348
Table 7-348. 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 7-349. Secondary vtable for QTextEdit
Base Offset | -16 |
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 7-350
The virtual table for the QProgressBar class is described by Table 7-351
Table 7-351. 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]: | NULL or QProgressBar::~QProgressBar() |
vfunc[4]: | NULL or 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 7-352. Secondary vtable for QProgressBar
Base Offset | -16 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QProgressBar |
vfunc[0]: | NULL or non-virtual thunk to QProgressBar::~QProgressBar() |
vfunc[1]: | NULL or 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 7-353
The virtual table for the QScrollBar class is described by Table 7-354
Table 7-354. 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 7-355. Secondary vtable for QScrollBar
Base Offset | -16 |
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 7-356
The virtual table for the QTextBrowser class is described by Table 7-357
Table 7-357. 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 7-358. Secondary vtable for QTextBrowser
Base Offset | -16 |
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 7-359
The virtual table for the QScrollArea class is described by Table 7-360
Table 7-360. 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 7-361. Secondary vtable for QScrollArea
Base Offset | -16 |
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 7-362
The virtual table for the QToolButton class is described by Table 7-363
Table 7-363. 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 7-364. Secondary vtable for QToolButton
Base Offset | -16 |
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 7-365
The virtual table for the QComboBox class is described by Table 7-366
Table 7-366. 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 7-367. Secondary vtable for QComboBox
Base Offset | -16 |
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 7-368
The virtual table for the QRadioButton class is described by Table 7-369
Table 7-369. 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]: | NULL or QRadioButton::~QRadioButton() |
vfunc[4]: | NULL or 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 7-370. Secondary vtable for QRadioButton
Base Offset | -16 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QRadioButton |
vfunc[0]: | NULL or non-virtual thunk to QRadioButton::~QRadioButton() |
vfunc[1]: | NULL or 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 7-371
The virtual table for the QFocusFrame class is described by Table 7-372
Table 7-372. 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 7-373. Secondary vtable for QFocusFrame
Base Offset | -16 |
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 7-374
The virtual table for the QToolBox class is described by Table 7-375
Table 7-375. 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 7-376. Secondary vtable for QToolBox
Base Offset | -16 |
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 7-377
The virtual table for the QDial class is described by Table 7-378
Table 7-378. 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 7-379. Secondary vtable for QDial
Base Offset | -16 |
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 7-380
The virtual table for the QSystemTrayIcon class is described in the generic part of this specification.
An LSB conforming implementation shall provide the architecture specific functions for Qt4 Widgets specified in Table 7-381, with the full mandatory functionality as described in the referenced underlying specification.
Table 7-381. libQtGui - Qt4 Widgets Function Interfaces
_ZThn16_N10QLCDNumberD0Ev [CXXABI-1.86] | _ZThn16_N10QLCDNumberD1Ev [CXXABI-1.86] |
_ZThn16_N10QScrollBarD0Ev [CXXABI-1.86] | _ZThn16_N10QScrollBarD1Ev [CXXABI-1.86] |
_ZThn16_N10QTabWidgetD0Ev [CXXABI-1.86] | _ZThn16_N10QTabWidgetD1Ev [CXXABI-1.86] |
_ZThn16_N11QDockWidgetD0Ev [CXXABI-1.86] | _ZThn16_N11QDockWidgetD1Ev [CXXABI-1.86] |
_ZThn16_N11QFocusFrameD0Ev [CXXABI-1.86] | _ZThn16_N11QFocusFrameD1Ev [CXXABI-1.86] |
_ZThn16_N11QListWidgetD0Ev [CXXABI-1.86] | _ZThn16_N11QListWidgetD1Ev [CXXABI-1.86] |
_ZThn16_N11QMainWindowD0Ev [CXXABI-1.86] | _ZThn16_N11QMainWindowD1Ev [CXXABI-1.86] |
_ZThn16_N11QPushButtonD0Ev [CXXABI-1.86] | _ZThn16_N11QPushButtonD1Ev [CXXABI-1.86] |
_ZThn16_N11QScrollAreaD0Ev [CXXABI-1.86] | _ZThn16_N11QScrollAreaD1Ev [CXXABI-1.86] |
_ZThn16_N11QToolButtonD0Ev [CXXABI-1.86] | _ZThn16_N11QToolButtonD1Ev [CXXABI-1.86] |
_ZThn16_N12QTextBrowserD0Ev [CXXABI-1.86] | _ZThn16_N12QTextBrowserD1Ev [CXXABI-1.86] |
_ZThn16_N14QDesktopWidgetD0Ev [CXXABI-1.86] | _ZThn16_N14QDesktopWidgetD1Ev [CXXABI-1.86] |
_ZThn16_N14QStackedWidgetD0Ev [CXXABI-1.86] | _ZThn16_N14QStackedWidgetD1Ev [CXXABI-1.86] |
_ZThn16_N15QX11EmbedWidgetD0Ev [CXXABI-1.86] | _ZThn16_N15QX11EmbedWidgetD1Ev [CXXABI-1.86] |
_ZThn16_N18QX11EmbedContainerD0Ev [CXXABI-1.86] | _ZThn16_N18QX11EmbedContainerD1Ev [CXXABI-1.86] |
_ZThn16_N5QDialD0Ev [CXXABI-1.86] | _ZThn16_N5QDialD1Ev [CXXABI-1.86] |
_ZThn16_N6QFrameD0Ev [CXXABI-1.86] | _ZThn16_N6QFrameD1Ev [CXXABI-1.86] |
_ZThn16_N6QLabelD0Ev [CXXABI-1.86] | _ZThn16_N6QLabelD1Ev [CXXABI-1.86] |
_ZThn16_N7QSliderD0Ev [CXXABI-1.86] | _ZThn16_N7QSliderD1Ev [CXXABI-1.86] |
_ZThn16_N7QTabBarD0Ev [CXXABI-1.86] | _ZThn16_N7QTabBarD1Ev [CXXABI-1.86] |
_ZThn16_N7QWidgetD0Ev [CXXABI-1.86] | _ZThn16_N7QWidgetD1Ev [CXXABI-1.86] |
_ZThn16_N8QToolBoxD0Ev [CXXABI-1.86] | _ZThn16_N8QToolBoxD1Ev [CXXABI-1.86] |
_ZThn16_N9QComboBoxD0Ev [CXXABI-1.86] | _ZThn16_N9QComboBoxD1Ev [CXXABI-1.86] |
_ZThn16_N9QLineEditD0Ev [CXXABI-1.86] | _ZThn16_N9QLineEditD1Ev [CXXABI-1.86] |
_ZThn16_N9QListViewD0Ev [CXXABI-1.86] | _ZThn16_N9QListViewD1Ev [CXXABI-1.86] |
_ZThn16_N9QTextEditD0Ev [CXXABI-1.86] | _ZThn16_N9QTextEditD1Ev [CXXABI-1.86] |
The virtual table for the QMimeSource class is described in the generic part of this specification.
The Run Time Type Information for the QMimeSource class is described by Table 7-382
The virtual table for the QDrag class is described in the generic part of this specification.
The Run Time Type Information for the QDrag class is described by Table 7-383
The virtual table for the QDropEvent class is described by Table 7-384
Table 7-384. 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 7-385. Secondary vtable for QDropEvent
Base Offset | -24 |
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 7-386
The virtual table for the QDragMoveEvent class is described by Table 7-387
Table 7-387. 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 7-388. Secondary vtable for QDragMoveEvent
Base Offset | -24 |
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 7-389
The virtual table for the QDragEnterEvent class is described by Table 7-390
Table 7-390. 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 7-391. Secondary vtable for QDragEnterEvent
Base Offset | -24 |
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 7-392
The virtual table for the QDragResponseEvent class is described in the generic part of this specification.
The Run Time Type Information for the QDragResponseEvent class is described by Table 7-393
The virtual table for the QDragLeaveEvent class is described in the generic part of this specification.
The Run Time Type Information for the QDragLeaveEvent class is described by Table 7-394
An LSB conforming implementation shall provide the architecture specific functions for Qt4 Drag and Drop specified in Table 7-395, with the full mandatory functionality as described in the referenced underlying specification.
Table 7-395. libQtGui - Qt4 Drag and Drop Function Interfaces
_ZThn24_N10QDropEventD0Ev [CXXABI-1.86] | _ZThn24_N10QDropEventD1Ev [CXXABI-1.86] |
_ZThn24_N14QDragMoveEventD0Ev [CXXABI-1.86] | _ZThn24_N14QDragMoveEventD1Ev [CXXABI-1.86] |
_ZThn24_N15QDragEnterEventD0Ev [CXXABI-1.86] | _ZThn24_N15QDragEnterEventD1Ev [CXXABI-1.86] |
The virtual table for the QIconEngineFactoryInterface class is described in the generic part of this specification.
The Run Time Type Information for the QIconEngineFactoryInterface class is described by Table 7-396
The virtual table for the QIconEngine class is described in the generic part of this specification.
The Run Time Type Information for the QIconEngine class is described by Table 7-397
The virtual table for the QPaintEngine class is described in the generic part of this specification.
The Run Time Type Information for the QPaintEngine class is described by Table 7-398
The virtual table for the QGraphicsEllipseItem class is described in the generic part of this specification.
The virtual table for the QGraphicsItem class is described in the generic part of this specification.
The virtual table for the QGraphicsItemAnimation class is described in the generic part of this specification.
The virtual table for the QGraphicsItemGroup class is described in the generic part of this specification.
The virtual table for the QGraphicsLineItem class is described in the generic part of this specification.
The virtual table for the QGraphicsPathItem class is described in the generic part of this specification.
The virtual table for the QGraphicsPixmapItem class is described in the generic part of this specification.
The virtual table for the QGraphicsPolygonItem class is described in the generic part of this specification.
The virtual table for the QGraphicsRectItem class is described in the generic part of this specification.
The virtual table for the QGraphicsScene class is described in the generic part of this specification.
The Run Time Type Information for the QGraphicsScene class is described by Table 7-399
The virtual table for the QGraphicsSceneContextMenuEvent class is described in the generic part of this specification.
The virtual table for the QGraphicsSceneDragDropEvent class is described in the generic part of this specification.
The virtual table for the QGraphicsSceneEvent class is described in the generic part of this specification.
The virtual table for the QGraphicsSceneHelpEvent class is described in the generic part of this specification.
The virtual table for the QGraphicsSceneHoverEvent class is described in the generic part of this specification.
The virtual table for the QGraphicsSceneMouseEvent class is described in the generic part of this specification.
The virtual table for the QGraphicsSceneWheelEvent class is described in the generic part of this specification.
The virtual table for the QGraphicsSimpleTextItem class is described in the generic part of this specification.
An LSB conforming implementation shall provide the architecture specific functions for Qt4 2D Graphics specified in Table 7-400, with the full mandatory functionality as described in the referenced underlying specification.
Table 7-400. libQtGui - Qt4 2D Graphics Function Interfaces
_ZThn16_N17QGraphicsTextItem10sceneEventEP6QEvent [CXXABI-1.86] | _ZThn16_N17QGraphicsTextItem12focusInEventEP11QFocusEvent [CXXABI-1.86] |
_ZThn16_N17QGraphicsTextItem12setExtensionEN13QGraphicsItem9ExtensionERK8QVariant [CXXABI-1.86] | _ZThn16_N17QGraphicsTextItem13dragMoveEventEP27QGraphicsSceneDragDropEvent [CXXABI-1.86] |
_ZThn16_N17QGraphicsTextItem13focusOutEventEP11QFocusEvent [CXXABI-1.86] | _ZThn16_N17QGraphicsTextItem13keyPressEventEP9QKeyEvent [CXXABI-1.86] |
_ZThn16_N17QGraphicsTextItem14dragEnterEventEP27QGraphicsSceneDragDropEvent [CXXABI-1.86] | _ZThn16_N17QGraphicsTextItem14dragLeaveEventEP27QGraphicsSceneDragDropEvent [CXXABI-1.86] |
_ZThn16_N17QGraphicsTextItem14hoverMoveEventEP24QGraphicsSceneHoverEvent [CXXABI-1.86] | _ZThn16_N17QGraphicsTextItem14mouseMoveEventEP24QGraphicsSceneMouseEvent [CXXABI-1.86] |
_ZThn16_N17QGraphicsTextItem15hoverEnterEventEP24QGraphicsSceneHoverEvent [CXXABI-1.86] | _ZThn16_N17QGraphicsTextItem15hoverLeaveEventEP24QGraphicsSceneHoverEvent [CXXABI-1.86] |
_ZThn16_N17QGraphicsTextItem15keyReleaseEventEP9QKeyEvent [CXXABI-1.86] | _ZThn16_N17QGraphicsTextItem15mousePressEventEP24QGraphicsSceneMouseEvent [CXXABI-1.86] |
_ZThn16_N17QGraphicsTextItem16contextMenuEventEP30QGraphicsSceneContextMenuEvent [CXXABI-1.86] | _ZThn16_N17QGraphicsTextItem16inputMethodEventEP17QInputMethodEvent [CXXABI-1.86] |
_ZThn16_N17QGraphicsTextItem17mouseReleaseEventEP24QGraphicsSceneMouseEvent [CXXABI-1.86] | _ZThn16_N17QGraphicsTextItem21mouseDoubleClickEventEP24QGraphicsSceneMouseEvent [CXXABI-1.86] |
_ZThn16_N17QGraphicsTextItem5paintEP8QPainterPK24QStyleOptionGraphicsItemP7QWidget [CXXABI-1.86] | _ZThn16_N17QGraphicsTextItem9dropEventEP27QGraphicsSceneDragDropEvent [CXXABI-1.86] |
_ZThn16_N17QGraphicsTextItemD0Ev [CXXABI-1.86] | _ZThn16_N17QGraphicsTextItemD1Ev [CXXABI-1.86] |
_ZThn16_NK17QGraphicsTextItem10opaqueAreaEv [CXXABI-1.86] | _ZThn16_NK17QGraphicsTextItem12boundingRectEv [CXXABI-1.86] |
_ZThn16_NK17QGraphicsTextItem12isObscuredByEPK13QGraphicsItem [CXXABI-1.86] | _ZThn16_NK17QGraphicsTextItem16inputMethodQueryEN2Qt16InputMethodQueryE [CXXABI-1.86] |
_ZThn16_NK17QGraphicsTextItem17supportsExtensionEN13QGraphicsItem9ExtensionE [CXXABI-1.86] | _ZThn16_NK17QGraphicsTextItem4typeEv [CXXABI-1.86] |
_ZThn16_NK17QGraphicsTextItem5shapeEv [CXXABI-1.86] | _ZThn16_NK17QGraphicsTextItem8containsERK7QPointF [CXXABI-1.86] |
_ZThn16_NK17QGraphicsTextItem9extensionERK8QVariant [CXXABI-1.86] |
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 7-401 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:
[CXXABI-1.86] Itanium™ C++ ABI |
The virtual table for the QXmlAttributes class is described in the generic part of this specification.
The Run Time Type Information for the QXmlAttributes class is described by Table 7-402
The virtual table for the QXmlInputSource class is described in the generic part of this specification.
The Run Time Type Information for the QXmlInputSource class is described by Table 7-403
The virtual table for the QXmlReader class is described in the generic part of this specification.
The Run Time Type Information for the QXmlReader class is described by Table 7-404
The virtual table for the QXmlSimpleReader class is described in the generic part of this specification.
The Run Time Type Information for the QXmlSimpleReader class is described by Table 7-405
The virtual table for the QXmlLocator class is described in the generic part of this specification.
The Run Time Type Information for the QXmlLocator class is described by Table 7-406
The virtual table for the QXmlContentHandler class is described in the generic part of this specification.
The Run Time Type Information for the QXmlContentHandler class is described by Table 7-407
The virtual table for the QXmlErrorHandler class is described in the generic part of this specification.
The Run Time Type Information for the QXmlErrorHandler class is described by Table 7-408
The virtual table for the QXmlDTDHandler class is described in the generic part of this specification.
The Run Time Type Information for the QXmlDTDHandler class is described by Table 7-409
The virtual table for the QXmlEntityResolver class is described in the generic part of this specification.
The Run Time Type Information for the QXmlEntityResolver class is described by Table 7-410
The virtual table for the QXmlLexicalHandler class is described in the generic part of this specification.
The Run Time Type Information for the QXmlLexicalHandler class is described by Table 7-411
The virtual table for the QXmlDeclHandler class is described in the generic part of this specification.
The Run Time Type Information for the QXmlDeclHandler class is described by Table 7-412
The virtual table for the QXmlDefaultHandler class is described by Table 7-413
Table 7-413. Primary vtable for QXmlDefaultHandler
Base Offset | 0 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QXmlDefaultHandler |
vfunc[0]: | NULL or QXmlDefaultHandler::~QXmlDefaultHandler() |
vfunc[1]: | NULL or 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 7-414. Secondary vtable for QXmlDefaultHandler
Base Offset | -8 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QXmlDefaultHandler |
vfunc[0]: | NULL or non-virtual thunk to QXmlDefaultHandler::~QXmlDefaultHandler() |
vfunc[1]: | NULL or 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 7-415. Secondary vtable for QXmlDefaultHandler
Base Offset | -16 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QXmlDefaultHandler |
vfunc[0]: | NULL or non-virtual thunk to QXmlDefaultHandler::~QXmlDefaultHandler() |
vfunc[1]: | NULL or 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 7-416. Secondary vtable for QXmlDefaultHandler
Base Offset | -24 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QXmlDefaultHandler |
vfunc[0]: | NULL or non-virtual thunk to QXmlDefaultHandler::~QXmlDefaultHandler() |
vfunc[1]: | NULL or 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 7-417. Secondary vtable for QXmlDefaultHandler
Base Offset | -32 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QXmlDefaultHandler |
vfunc[0]: | NULL or non-virtual thunk to QXmlDefaultHandler::~QXmlDefaultHandler() |
vfunc[1]: | NULL or 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 7-418. Secondary vtable for QXmlDefaultHandler
Base Offset | -40 |
Virtual Base Offset | 0 |
RTTI | typeinfo for QXmlDefaultHandler |
vfunc[0]: | NULL or non-virtual thunk to QXmlDefaultHandler::~QXmlDefaultHandler() |
vfunc[1]: | NULL or 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 7-419
Table 7-419. 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 Qt4 XML specified in Table 7-420, with the full mandatory functionality as described in the referenced underlying specification.
Table 7-420. libQtXml - Qt4 XML Function Interfaces
_ZThn16_N18QXmlDefaultHandler12notationDeclERK7QStringS2_S2_ [CXXABI-1.86] | _ZThn16_N18QXmlDefaultHandler18unparsedEntityDeclERK7QStringS2_S2_S2_ [CXXABI-1.86] |
_ZThn16_NK18QXmlDefaultHandler11errorStringEv [CXXABI-1.86] | _ZThn24_N18QXmlDefaultHandler13resolveEntityERK7QStringS2_RP15QXmlInputSource [CXXABI-1.86] |
_ZThn24_NK18QXmlDefaultHandler11errorStringEv [CXXABI-1.86] | _ZThn32_N18QXmlDefaultHandler10startCDATAEv [CXXABI-1.86] |
_ZThn32_N18QXmlDefaultHandler11startEntityERK7QString [CXXABI-1.86] | _ZThn32_N18QXmlDefaultHandler6endDTDEv [CXXABI-1.86] |
_ZThn32_N18QXmlDefaultHandler7commentERK7QString [CXXABI-1.86] | _ZThn32_N18QXmlDefaultHandler8endCDATAEv [CXXABI-1.86] |
_ZThn32_N18QXmlDefaultHandler8startDTDERK7QStringS2_S2_ [CXXABI-1.86] | _ZThn32_N18QXmlDefaultHandler9endEntityERK7QString [CXXABI-1.86] |
_ZThn32_NK18QXmlDefaultHandler11errorStringEv [CXXABI-1.86] | _ZThn40_N18QXmlDefaultHandler13attributeDeclERK7QStringS2_S2_S2_S2_ [CXXABI-1.86] |
_ZThn40_N18QXmlDefaultHandler18externalEntityDeclERK7QStringS2_S2_ [CXXABI-1.86] | _ZThn40_N18QXmlDefaultHandler18internalEntityDeclERK7QStringS2_ [CXXABI-1.86] |
_ZThn40_NK18QXmlDefaultHandler11errorStringEv [CXXABI-1.86] | _ZThn8_N18QXmlDefaultHandler10fatalErrorERK18QXmlParseException [CXXABI-1.86] |
_ZThn8_N18QXmlDefaultHandler5errorERK18QXmlParseException [CXXABI-1.86] | _ZThn8_N18QXmlDefaultHandler7warningERK18QXmlParseException [CXXABI-1.86] |
_ZThn8_NK18QXmlDefaultHandler11errorStringEv [CXXABI-1.86] |
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 7-421 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:
[CXXABI-1.86] Itanium™ C++ ABI |
The virtual table for the QGLContext class is described in the generic part of this specification.
The Run Time Type Information for the QGLContext class is described by Table 7-422
The virtual table for the QGLWidget class is described by Table 7-423
Table 7-423. 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 7-424. Secondary vtable for QGLWidget
Base Offset | -16 |
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 7-425
The virtual table for the QGLPixelBuffer class is described in the generic part of this specification.
The Run Time Type Information for the QGLPixelBuffer class is described by Table 7-426
The virtual table for the QGLFramebufferObject class is described in the generic part of this specification.
The Run Time Type Information for the QGLFramebufferObject class is described by Table 7-427
An LSB conforming implementation shall provide the architecture specific functions for Qt4 OpenGL specified in Table 7-428, with the full mandatory functionality as described in the referenced underlying specification.
Table 7-428. libQtOpenGL - Qt4 OpenGL Function Interfaces
_ZThn16_N9QGLWidgetD0Ev [CXXABI-1.86] | _ZThn16_N9QGLWidgetD1Ev [CXXABI-1.86] |
_ZThn16_NK9QGLWidget11paintEngineEv [CXXABI-1.86] |
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 7-429 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:
[CXXABI-1.86] Itanium™ C++ ABI |
The virtual table for the QSqlResult class is described in the generic part of this specification.
The Run Time Type Information for the QSqlResult class is described by Table 7-430
The virtual table for the QSqlDriverFactoryInterface class is described in the generic part of this specification.
The Run Time Type Information for the QSqlDriverFactoryInterface class is described by Table 7-431
The virtual table for the QSqlDriverPlugin class is described by Table 7-432
Table 7-432. 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 7-433. Secondary vtable for QSqlDriverPlugin
Base Offset | -16 |
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 7-434
The virtual table for the QSqlDriver class is described in the generic part of this specification.
The Run Time Type Information for the QSqlDriver class is described by Table 7-435
The virtual table for the QSqlQueryModel class is described in the generic part of this specification.
The Run Time Type Information for the QSqlQueryModel class is described by Table 7-436
The virtual table for the QSqlTableModel class is described in the generic part of this specification.
The Run Time Type Information for the QSqlTableModel class is described by Table 7-437
The virtual table for the QSqlRelationalTableModel class is described in the generic part of this specification.
The Run Time Type Information for the QSqlRelationalTableModel class is described by Table 7-438
An LSB conforming implementation shall provide the architecture specific functions for Qt4 SQL specified in Table 7-439, with the full mandatory functionality as described in the referenced underlying specification.
Table 7-439. libQtSql - Qt4 SQL Function Interfaces
_ZThn16_N16QSqlDriverPluginD0Ev [CXXABI-1.86] | _ZThn16_N16QSqlDriverPluginD1Ev [CXXABI-1.86] |
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 7-440 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:
[CXXABI-1.86] Itanium™ C++ ABI |
The virtual table for the QSvgRenderer class is described in the generic part of this specification.
The Run Time Type Information for the QSvgRenderer class is described by Table 7-441
The virtual table for the QSvgWidget class is described by Table 7-442
Table 7-442. 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 7-443. Secondary vtable for QSvgWidget
Base Offset | -16 |
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 7-444
An LSB conforming implementation shall provide the architecture specific functions for Qt4 Svg specified in Table 7-445, with the full mandatory functionality as described in the referenced underlying specification.
Table 7-445. libQtSvg - Qt4 Svg Function Interfaces
_ZThn16_N10QSvgWidgetD0Ev [CXXABI-1.86] | _ZThn16_N10QSvgWidgetD1Ev [CXXABI-1.86] |
_ZThn16_N16QGraphicsSvgItem5paintEP8QPainterPK24QStyleOptionGraphicsItemP7QWidget [CXXABI-1.86] | _ZThn16_NK16QGraphicsSvgItem12boundingRectEv [CXXABI-1.86] |
_ZThn16_NK16QGraphicsSvgItem4typeEv [CXXABI-1.86] |
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 7-446 defines the library name and shared object name for the libQtNetwork library
The virtual table for the QHttpHeader class is described in the generic part of this specification.
The Run Time Type Information for the QHttpHeader class is described by Table 7-447
The virtual table for the QHttpResponseHeader class is described in the generic part of this specification.
The Run Time Type Information for the QHttpResponseHeader class is described by Table 7-448